Shades of Green Yellow #CAFE40
Tints of Green Yellow #CAFE40
RGB
CMYK
RGB Variations
Color information
#CAFE40 (or 0xCAFE40) is known color: Green Yellow. HEX triplet: CA, FE and 40. RGB value is (202,254,64). Sum of RGB (Red+Green+Blue) = 202+254+64=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 64 (25.39% from 255 or 12.31% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFE40 is #3501BF. Grayscale: #D9D9D9. Windows color (decimal): -3473856 or 4259530. OLE color: 4259530.
HSL color Cylindrical-coordinate representation of color #CAFE40: hue angle of 76.42º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAFE40 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 64 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.00 |
| HSL | 76.42º | 0.99% | 0.62% | - |
| HSV(B) | 76.42º | 0.75% | 1% | - |
| XYZ | 60.72 | 83.81 | 17.83 | - |
| YUV | 216.79 | 41.77 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 64 | 0.20 | 0 | 0.75 | 0.00 | 76.42 | 0.99 | 0.62 |
| Hex | CA | FE | 40 | 14 | 0 | 4B | 0 | 4C | 63 | 3E |
| Octal | 312 | 376 | 100 | 24 | 0 | 113 | 0 | 114 | 143 | 76 |
| Binary | 11001010 | 11111110 | 1000000 | 10100 | 0 | 1001011 | 0 | 1001100 | 1100011 | 111110 |
Color Harmonies of #CAFE40
Complementary color
Monochromatic Colors of #CAFE40
Black with #CAFE40
Text Example
Text Example
White with #CAFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE40; }
p { color: rgb(202,254,64); }
H1.HeaderClassName
{
color: #CAFE40;
}
.AnyTagClassName
{
color: #CAFE40;
}
</style>
background-color css
<style>
a { background-color: #CAFE40; }
a { background-color: rgb(202,254,64); }
div.DivClassName
{
background-color: #CAFE40;
}
.BgClassName
{
background-color: #CAFE40;
}
</style>
border-color css
<style>
span { border-color: #CAFE40; }
span { border-color: rgb(202,254,64); }
td.TdClassName
{
border-color: #CAFE40;
}
.TagClassName
{
border-color: #CAFE40;
}
</style>