Shades of Green Yellow #CAFE2A
Tints of Green Yellow #CAFE2A
RGB
CMYK
RGB Variations
Color information
#CAFE2A (or 0xCAFE2A) is known color: Green Yellow. HEX triplet: CA, FE and 2A. RGB value is (202,254,42). Sum of RGB (Red+Green+Blue) = 202+254+42=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 254 (99.61% from 255 or 51.00% from 498); Blue value is 42 (16.80% from 255 or 8.43% from 498); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFE2A is #3501D5. Grayscale: #D7D7D7. Windows color (decimal): -3473878 or 2817738. OLE color: 2817738.
HSL color Cylindrical-coordinate representation of color #CAFE2A: hue angle of 74.72º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAFE2A is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 42 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.00 |
| HSL | 74.72º | 0.99% | 0.58% | - |
| HSV(B) | 74.72º | 0.83% | 1% | - |
| XYZ | 60.22 | 83.61 | 15.15 | - |
| YUV | 214.28 | 30.77 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 42 | 0.20 | 0 | 0.83 | 0.00 | 74.72 | 0.99 | 0.58 |
| Hex | CA | FE | 2A | 14 | 0 | 53 | 0 | 4B | 63 | 3A |
| Octal | 312 | 376 | 52 | 24 | 0 | 123 | 0 | 113 | 143 | 72 |
| Binary | 11001010 | 11111110 | 101010 | 10100 | 0 | 1010011 | 0 | 1001011 | 1100011 | 111010 |
Color Harmonies of #CAFE2A
Complementary color
Monochromatic Colors of #CAFE2A
Black with #CAFE2A
Text Example
Text Example
White with #CAFE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE2A; }
p { color: rgb(202,254,42); }
H1.HeaderClassName
{
color: #CAFE2A;
}
.AnyTagClassName
{
color: #CAFE2A;
}
</style>
background-color css
<style>
a { background-color: #CAFE2A; }
a { background-color: rgb(202,254,42); }
div.DivClassName
{
background-color: #CAFE2A;
}
.BgClassName
{
background-color: #CAFE2A;
}
</style>
border-color css
<style>
span { border-color: #CAFE2A; }
span { border-color: rgb(202,254,42); }
td.TdClassName
{
border-color: #CAFE2A;
}
.TagClassName
{
border-color: #CAFE2A;
}
</style>