Last active
September 1, 2018 16:10
-
-
Save enieber/e90ecc650ae583c7f126301e359becc4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| cores: [ | |
| { | |
| nome: "vermelho", | |
| hex: "#d33f49", | |
| RGB: "211, 63, 73", | |
| HSL: "0.99, 0.63, 0.54", | |
| HSV: "356°, 70°, 83°", | |
| CMYK: "0.00, 0.70, 0.65, 0.17", | |
| XYZ: "29.8441, 17.8849, 8.1825", | |
| Yxy: "17.8849, 0.5338, 0.3199", | |
| Hunter_Lab: "42.2905 51.9576 18.1318", | |
| CIE-Lab: "49.3562 58.1339 28.2839" | |
| }, | |
| { | |
| nome: "azul escuro", | |
| hex: "#242F40", | |
| RGB: "36 47 64", | |
| HSL: "0.60 0.28 0.20", | |
| HSV: "216° 44° 25°", | |
| CMYK: "0.44 0.27 0.00 0.75", | |
| XYZ: "2.6695 2.7783 5.2460", | |
| Yxy: "2.7783 0.2496 0.2598", | |
| Hunter_Lab: "16.6682 -0.5818 -6.9926", | |
| CIE-Lab: "19.1332 0.5487 -12.2012" | |
| }, | |
| { | |
| nome: "azul padrão", | |
| hex: #0288d1, | |
| RGB 2 136 209, | |
| HSL 0.56 0.98 0.41, | |
| HSV 201° 99° 82°, | |
| CMYK 0.99 0.35 0.00 0.18, | |
| XYZ 20.3378 22.2247 63.5395, | |
| Yxy 22.2247 0.1917 0.2095, | |
| Hunter Lab 47.1431 -5.4944 -46.9110, | |
| CIE-Lab 54.2646 -3.8046 -45.9855 | |
| }, | |
| { | |
| nome: "branco", | |
| hex: #fffcf9, | |
| RGB 255 252 249 | |
| HSL 0.08 1.00 0.99, | |
| HSV 30° 2° 100°, | |
| CMYK 0.00 0.01 0.02 0.00, | |
| XYZ 93.1493 97.7204 103.5750, | |
| Yxy 97.7204 0.3164 0.3319, | |
| Hunter Lab 98.8536 -4.7942 7.0758, | |
| CIE-Lab 99.1118 0.4785 1.7728 | |
| }, | |
| { | |
| nome: "verde", | |
| hex: "#1b998b", | |
| RGB: "27 153 139", | |
| HSL: "0.48 0.70 0.35", | |
| HSV: "173° 82° 60°", | |
| CMYK: 0.82 0.00 0.09 0.40, | |
| XYZ: 16.5034 24.8796 28.3585, | |
| Yxy: 24.8796 0.2366 0.3567, | |
| HunterLab: 49.8795 -28.2295 1.2068, | |
| CIE-Lab: 56.9579 -35.5311 -1.9341 | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment