Shades of Green Yellow #CAFF30
Tints of Green Yellow #CAFF30
RGB
CMYK
RGB Variations
Color information
#CAFF30 (or 0xCAFF30) is known color: Green Yellow. HEX triplet: CA, FF and 30. RGB value is (202,255,48). Sum of RGB (Red+Green+Blue) = 202+255+48=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 48 (19.14% from 255 or 9.50% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFF30 is #3500CF. Grayscale: #D8D8D8. Windows color (decimal): -3473616 or 3211210. OLE color: 3211210.
HSL color Cylindrical-coordinate representation of color #CAFF30: hue angle of 75.36º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAFF30 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 48 | - |
| CMYK | 0.21 | 0 | 0.81 | 0 |
| HSL | 75.36º | 1% | 0.59% | - |
| HSV(B) | 75.36º | 0.81% | 1% | - |
| XYZ | 60.65 | 84.29 | 15.87 | - |
| YUV | 215.56 | 33.44 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 48 | 0.21 | 0 | 0.81 | 0 | 75.36 | 1 | 0.59 |
| Hex | CA | FF | 30 | 15 | 0 | 51 | 0 | 4B | 64 | 3B |
| Octal | 312 | 377 | 60 | 25 | 0 | 121 | 0 | 113 | 144 | 73 |
| Binary | 11001010 | 11111111 | 110000 | 10101 | 0 | 1010001 | 0 | 1001011 | 1100100 | 111011 |
Color Harmonies of #CAFF30
Complementary color
Monochromatic Colors of #CAFF30
Black with #CAFF30
Text Example
Text Example
White with #CAFF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFF30; }
p { color: rgb(202,255,48); }
H1.HeaderClassName
{
color: #CAFF30;
}
.AnyTagClassName
{
color: #CAFF30;
}
</style>
background-color css
<style>
a { background-color: #CAFF30; }
a { background-color: rgb(202,255,48); }
div.DivClassName
{
background-color: #CAFF30;
}
.BgClassName
{
background-color: #CAFF30;
}
</style>
border-color css
<style>
span { border-color: #CAFF30; }
span { border-color: rgb(202,255,48); }
td.TdClassName
{
border-color: #CAFF30;
}
.TagClassName
{
border-color: #CAFF30;
}
</style>