Shades of Green Yellow #CAFF28
Tints of Green Yellow #CAFF28
RGB
CMYK
RGB Variations
Color information
#CAFF28 (or 0xCAFF28) is known color: Green Yellow. HEX triplet: CA, FF and 28. RGB value is (202,255,40). Sum of RGB (Red+Green+Blue) = 202+255+40=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 40 (16.02% from 255 or 8.05% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFF28 is #3500D7. Grayscale: #D7D7D7. Windows color (decimal): -3473624 or 2686922. OLE color: 2686922.
HSL color Cylindrical-coordinate representation of color #CAFF28: hue angle of 74.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CAFF28 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 40 | - |
| CMYK | 0.21 | 0 | 0.84 | 0 |
| HSL | 74.79º | 1% | 0.58% | - |
| HSV(B) | 74.79º | 0.84% | 1% | - |
| XYZ | 60.5 | 84.23 | 15.08 | - |
| YUV | 214.64 | 29.44 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 40 | 0.21 | 0 | 0.84 | 0 | 74.79 | 1 | 0.58 |
| Hex | CA | FF | 28 | 15 | 0 | 54 | 0 | 4B | 64 | 3A |
| Octal | 312 | 377 | 50 | 25 | 0 | 124 | 0 | 113 | 144 | 72 |
| Binary | 11001010 | 11111111 | 101000 | 10101 | 0 | 1010100 | 0 | 1001011 | 1100100 | 111010 |
Color Harmonies of #CAFF28
Complementary color
Monochromatic Colors of #CAFF28
Black with #CAFF28
Text Example
Text Example
White with #CAFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFF28; }
p { color: rgb(202,255,40); }
H1.HeaderClassName
{
color: #CAFF28;
}
.AnyTagClassName
{
color: #CAFF28;
}
</style>
background-color css
<style>
a { background-color: #CAFF28; }
a { background-color: rgb(202,255,40); }
div.DivClassName
{
background-color: #CAFF28;
}
.BgClassName
{
background-color: #CAFF28;
}
</style>
border-color css
<style>
span { border-color: #CAFF28; }
span { border-color: rgb(202,255,40); }
td.TdClassName
{
border-color: #CAFF28;
}
.TagClassName
{
border-color: #CAFF28;
}
</style>