Shades of Green Yellow #CAFE4A
Tints of Green Yellow #CAFE4A
RGB
CMYK
RGB Variations
Color information
#CAFE4A (or 0xCAFE4A) is known color: Green Yellow. HEX triplet: CA, FE and 4A. RGB value is (202,254,74). Sum of RGB (Red+Green+Blue) = 202+254+74=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 74 (29.30% from 255 or 13.96% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFE4A is #3501B5. Grayscale: #DADADA. Windows color (decimal): -3473846 or 4914890. OLE color: 4914890.
HSL color Cylindrical-coordinate representation of color #CAFE4A: hue angle of 77.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CAFE4A is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 74 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.00 |
| HSL | 77.33º | 0.99% | 0.64% | - |
| HSV(B) | 77.33º | 0.71% | 1% | - |
| XYZ | 61.03 | 83.93 | 19.46 | - |
| YUV | 217.93 | 46.77 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 74 | 0.20 | 0 | 0.71 | 0.00 | 77.33 | 0.99 | 0.64 |
| Hex | CA | FE | 4A | 14 | 0 | 47 | 0 | 4D | 63 | 40 |
| Octal | 312 | 376 | 112 | 24 | 0 | 107 | 0 | 115 | 143 | 100 |
| Binary | 11001010 | 11111110 | 1001010 | 10100 | 0 | 1000111 | 0 | 1001101 | 1100011 | 1000000 |
Color Harmonies of #CAFE4A
Complementary color
Monochromatic Colors of #CAFE4A
Black with #CAFE4A
Text Example
Text Example
White with #CAFE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE4A; }
p { color: rgb(202,254,74); }
H1.HeaderClassName
{
color: #CAFE4A;
}
.AnyTagClassName
{
color: #CAFE4A;
}
</style>
background-color css
<style>
a { background-color: #CAFE4A; }
a { background-color: rgb(202,254,74); }
div.DivClassName
{
background-color: #CAFE4A;
}
.BgClassName
{
background-color: #CAFE4A;
}
</style>
border-color css
<style>
span { border-color: #CAFE4A; }
span { border-color: rgb(202,254,74); }
td.TdClassName
{
border-color: #CAFE4A;
}
.TagClassName
{
border-color: #CAFE4A;
}
</style>