Shades of Inch Worm #CAE810
Tints of Inch Worm #CAE810
RGB
CMYK
RGB Variations
Color information
#CAE810 (or 0xCAE810) is known color: Inch Worm. HEX triplet: CA, E8 and 10. RGB value is (202,232,16). Sum of RGB (Red+Green+Blue) = 202+232+16=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 232 (91.02% from 255 or 51.56% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE810 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE810 is #3517EF. Grayscale: #C7C7C7. Windows color (decimal): -3479536 or 1108170. OLE color: 1108170.
HSL color Cylindrical-coordinate representation of color #CAE810: hue angle of 68.33º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAE810 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 16 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.09 |
| HSL | 68.33º | 0.87% | 0.49% | - |
| HSV(B) | 68.33º | 0.93% | 0.91% | - |
| XYZ | 53.31 | 70.31 | 11.25 | - |
| YUV | 198.41 | 25.06 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 16 | 0.13 | 0 | 0.93 | 0.09 | 68.33 | 0.87 | 0.49 |
| Hex | CA | E8 | 10 | D | 0 | 5D | 9 | 44 | 57 | 31 |
| Octal | 312 | 350 | 20 | 15 | 0 | 135 | 11 | 104 | 127 | 61 |
| Binary | 11001010 | 11101000 | 10000 | 1101 | 0 | 1011101 | 1001 | 1000100 | 1010111 | 110001 |
Color Harmonies of #CAE810
Complementary color
Monochromatic Colors of #CAE810
Black with #CAE810
Text Example
Text Example
White with #CAE810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE810; }
p { color: rgb(202,232,16); }
H1.HeaderClassName
{
color: #CAE810;
}
.AnyTagClassName
{
color: #CAE810;
}
</style>
background-color css
<style>
a { background-color: #CAE810; }
a { background-color: rgb(202,232,16); }
div.DivClassName
{
background-color: #CAE810;
}
.BgClassName
{
background-color: #CAE810;
}
</style>
border-color css
<style>
span { border-color: #CAE810; }
span { border-color: rgb(202,232,16); }
td.TdClassName
{
border-color: #CAE810;
}
.TagClassName
{
border-color: #CAE810;
}
</style>