Shades of Green Yellow #CAFE42
Tints of Green Yellow #CAFE42
RGB
CMYK
RGB Variations
Color information
#CAFE42 (or 0xCAFE42) is known color: Green Yellow. HEX triplet: CA, FE and 42. RGB value is (202,254,66). Sum of RGB (Red+Green+Blue) = 202+254+66=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 66 (26.17% from 255 or 12.64% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFE42 is #3501BD. Grayscale: #D9D9D9. Windows color (decimal): -3473854 or 4390602. OLE color: 4390602.
HSL color Cylindrical-coordinate representation of color #CAFE42: hue angle of 76.6º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAFE42 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 66 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.00 |
| HSL | 76.6º | 0.99% | 0.63% | - |
| HSV(B) | 76.6º | 0.74% | 1% | - |
| XYZ | 60.78 | 83.83 | 18.13 | - |
| YUV | 217.02 | 42.77 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 66 | 0.20 | 0 | 0.74 | 0.00 | 76.6 | 0.99 | 0.63 |
| Hex | CA | FE | 42 | 14 | 0 | 4A | 0 | 4D | 63 | 3F |
| Octal | 312 | 376 | 102 | 24 | 0 | 112 | 0 | 115 | 143 | 77 |
| Binary | 11001010 | 11111110 | 1000010 | 10100 | 0 | 1001010 | 0 | 1001101 | 1100011 | 111111 |
Color Harmonies of #CAFE42
Complementary color
Monochromatic Colors of #CAFE42
Black with #CAFE42
Text Example
Text Example
White with #CAFE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE42; }
p { color: rgb(202,254,66); }
H1.HeaderClassName
{
color: #CAFE42;
}
.AnyTagClassName
{
color: #CAFE42;
}
</style>
background-color css
<style>
a { background-color: #CAFE42; }
a { background-color: rgb(202,254,66); }
div.DivClassName
{
background-color: #CAFE42;
}
.BgClassName
{
background-color: #CAFE42;
}
</style>
border-color css
<style>
span { border-color: #CAFE42; }
span { border-color: rgb(202,254,66); }
td.TdClassName
{
border-color: #CAFE42;
}
.TagClassName
{
border-color: #CAFE42;
}
</style>