Shades of Green Yellow #CAFE2B
Tints of Green Yellow #CAFE2B
RGB
CMYK
RGB Variations
Color information
#CAFE2B (or 0xCAFE2B) is known color: Green Yellow. HEX triplet: CA, FE and 2B. RGB value is (202,254,43). Sum of RGB (Red+Green+Blue) = 202+254+43=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 43 (17.19% from 255 or 8.62% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFE2B is #3501D4. Grayscale: #D7D7D7. Windows color (decimal): -3473877 or 2883274. OLE color: 2883274.
HSL color Cylindrical-coordinate representation of color #CAFE2B: hue angle of 74.79º 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 #CAFE2B is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 43 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.00 |
| HSL | 74.79º | 0.99% | 0.58% | - |
| HSV(B) | 74.79º | 0.83% | 1% | - |
| XYZ | 60.23 | 83.61 | 15.25 | - |
| YUV | 214.4 | 31.27 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 43 | 0.20 | 0 | 0.83 | 0.00 | 74.79 | 0.99 | 0.58 |
| Hex | CA | FE | 2B | 14 | 0 | 53 | 0 | 4B | 63 | 3A |
| Octal | 312 | 376 | 53 | 24 | 0 | 123 | 0 | 113 | 143 | 72 |
| Binary | 11001010 | 11111110 | 101011 | 10100 | 0 | 1010011 | 0 | 1001011 | 1100011 | 111010 |
Color Harmonies of #CAFE2B
Complementary color
Monochromatic Colors of #CAFE2B
Black with #CAFE2B
Text Example
Text Example
White with #CAFE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE2B; }
p { color: rgb(202,254,43); }
H1.HeaderClassName
{
color: #CAFE2B;
}
.AnyTagClassName
{
color: #CAFE2B;
}
</style>
background-color css
<style>
a { background-color: #CAFE2B; }
a { background-color: rgb(202,254,43); }
div.DivClassName
{
background-color: #CAFE2B;
}
.BgClassName
{
background-color: #CAFE2B;
}
</style>
border-color css
<style>
span { border-color: #CAFE2B; }
span { border-color: rgb(202,254,43); }
td.TdClassName
{
border-color: #CAFE2B;
}
.TagClassName
{
border-color: #CAFE2B;
}
</style>