Shades of Inch Worm #CAE916
Tints of Inch Worm #CAE916
RGB
CMYK
RGB Variations
Color information
#CAE916 (or 0xCAE916) is known color: Inch Worm. HEX triplet: CA, E9 and 16. RGB value is (202,233,22). Sum of RGB (Red+Green+Blue) = 202+233+22=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 233 (91.41% from 255 or 50.98% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE916 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE916 is #3516E9. Grayscale: #C8C8C8. Windows color (decimal): -3479274 or 1501642. OLE color: 1501642.
HSL color Cylindrical-coordinate representation of color #CAE916: hue angle of 68.82º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAE916 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 233 | 22 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.09 |
| HSL | 68.82º | 0.83% | 0.5% | - |
| HSV(B) | 68.82º | 0.91% | 0.91% | - |
| XYZ | 53.64 | 70.89 | 11.62 | - |
| YUV | 199.68 | 27.73 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 22 | 0.13 | 0 | 0.91 | 0.09 | 68.82 | 0.83 | 0.5 |
| Hex | CA | E9 | 16 | D | 0 | 5B | 9 | 45 | 53 | 32 |
| Octal | 312 | 351 | 26 | 15 | 0 | 133 | 11 | 105 | 123 | 62 |
| Binary | 11001010 | 11101001 | 10110 | 1101 | 0 | 1011011 | 1001 | 1000101 | 1010011 | 110010 |
Color Harmonies of #CAE916
Complementary color
Monochromatic Colors of #CAE916
Black with #CAE916
Text Example
Text Example
White with #CAE916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE916; }
p { color: rgb(202,233,22); }
H1.HeaderClassName
{
color: #CAE916;
}
.AnyTagClassName
{
color: #CAE916;
}
</style>
background-color css
<style>
a { background-color: #CAE916; }
a { background-color: rgb(202,233,22); }
div.DivClassName
{
background-color: #CAE916;
}
.BgClassName
{
background-color: #CAE916;
}
</style>
border-color css
<style>
span { border-color: #CAE916; }
span { border-color: rgb(202,233,22); }
td.TdClassName
{
border-color: #CAE916;
}
.TagClassName
{
border-color: #CAE916;
}
</style>