Shades of Green Yellow #CAFF32
Tints of Green Yellow #CAFF32
RGB
CMYK
RGB Variations
Color information
#CAFF32 (or 0xCAFF32) is known color: Green Yellow. HEX triplet: CA, FF and 32. RGB value is (202,255,50). Sum of RGB (Red+Green+Blue) = 202+255+50=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 50 (19.92% from 255 or 9.86% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFF32 is #3500CD. Grayscale: #D8D8D8. Windows color (decimal): -3473614 or 3342282. OLE color: 3342282.
HSL color Cylindrical-coordinate representation of color #CAFF32: hue angle of 75.51º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAFF32 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 50 | - |
| CMYK | 0.21 | 0 | 0.80 | 0 |
| HSL | 75.51º | 1% | 0.6% | - |
| HSV(B) | 75.51º | 0.8% | 1% | - |
| XYZ | 60.69 | 84.31 | 16.09 | - |
| YUV | 215.78 | 34.44 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 50 | 0.21 | 0 | 0.80 | 0 | 75.51 | 1 | 0.6 |
| Hex | CA | FF | 32 | 15 | 0 | 50 | 0 | 4C | 64 | 3C |
| Octal | 312 | 377 | 62 | 25 | 0 | 120 | 0 | 114 | 144 | 74 |
| Binary | 11001010 | 11111111 | 110010 | 10101 | 0 | 1010000 | 0 | 1001100 | 1100100 | 111100 |
Color Harmonies of #CAFF32
Complementary color
Monochromatic Colors of #CAFF32
Black with #CAFF32
Text Example
Text Example
White with #CAFF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFF32; }
p { color: rgb(202,255,50); }
H1.HeaderClassName
{
color: #CAFF32;
}
.AnyTagClassName
{
color: #CAFF32;
}
</style>
background-color css
<style>
a { background-color: #CAFF32; }
a { background-color: rgb(202,255,50); }
div.DivClassName
{
background-color: #CAFF32;
}
.BgClassName
{
background-color: #CAFF32;
}
</style>
border-color css
<style>
span { border-color: #CAFF32; }
span { border-color: rgb(202,255,50); }
td.TdClassName
{
border-color: #CAFF32;
}
.TagClassName
{
border-color: #CAFF32;
}
</style>