Shades of Green Yellow #CAFE2E
Tints of Green Yellow #CAFE2E
RGB
CMYK
RGB Variations
Color information
#CAFE2E (or 0xCAFE2E) is known color: Green Yellow. HEX triplet: CA, FE and 2E. RGB value is (202,254,46). Sum of RGB (Red+Green+Blue) = 202+254+46=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 46 (18.36% from 255 or 9.16% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFE2E is #3501D1. Grayscale: #D7D7D7. Windows color (decimal): -3473874 or 3079882. OLE color: 3079882.
HSL color Cylindrical-coordinate representation of color #CAFE2E: hue angle of 75º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAFE2E is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 46 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.00 |
| HSL | 75º | 0.99% | 0.59% | - |
| HSV(B) | 75º | 0.82% | 1% | - |
| XYZ | 60.29 | 83.64 | 15.55 | - |
| YUV | 214.74 | 32.77 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 46 | 0.20 | 0 | 0.82 | 0.00 | 75 | 0.99 | 0.59 |
| Hex | CA | FE | 2E | 14 | 0 | 52 | 0 | 4B | 63 | 3B |
| Octal | 312 | 376 | 56 | 24 | 0 | 122 | 0 | 113 | 143 | 73 |
| Binary | 11001010 | 11111110 | 101110 | 10100 | 0 | 1010010 | 0 | 1001011 | 1100011 | 111011 |
Color Harmonies of #CAFE2E
Complementary color
Monochromatic Colors of #CAFE2E
Black with #CAFE2E
Text Example
Text Example
White with #CAFE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE2E; }
p { color: rgb(202,254,46); }
H1.HeaderClassName
{
color: #CAFE2E;
}
.AnyTagClassName
{
color: #CAFE2E;
}
</style>
background-color css
<style>
a { background-color: #CAFE2E; }
a { background-color: rgb(202,254,46); }
div.DivClassName
{
background-color: #CAFE2E;
}
.BgClassName
{
background-color: #CAFE2E;
}
</style>
border-color css
<style>
span { border-color: #CAFE2E; }
span { border-color: rgb(202,254,46); }
td.TdClassName
{
border-color: #CAFE2E;
}
.TagClassName
{
border-color: #CAFE2E;
}
</style>