Shades of Inch Worm #CAE814
Tints of Inch Worm #CAE814
RGB
CMYK
RGB Variations
Color information
#CAE814 (or 0xCAE814) is known color: Inch Worm. HEX triplet: CA, E8 and 14. RGB value is (202,232,20). Sum of RGB (Red+Green+Blue) = 202+232+20=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 232 (91.02% from 255 or 51.10% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE814 is #3517EB. Grayscale: #C7C7C7. Windows color (decimal): -3479532 or 1370314. OLE color: 1370314.
HSL color Cylindrical-coordinate representation of color #CAE814: hue angle of 68.49º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAE814 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 20 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.09 |
| HSL | 68.49º | 0.84% | 0.49% | - |
| HSV(B) | 68.49º | 0.91% | 0.91% | - |
| XYZ | 53.34 | 70.32 | 11.42 | - |
| YUV | 198.86 | 27.06 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 20 | 0.13 | 0 | 0.91 | 0.09 | 68.49 | 0.84 | 0.49 |
| Hex | CA | E8 | 14 | D | 0 | 5B | 9 | 44 | 54 | 31 |
| Octal | 312 | 350 | 24 | 15 | 0 | 133 | 11 | 104 | 124 | 61 |
| Binary | 11001010 | 11101000 | 10100 | 1101 | 0 | 1011011 | 1001 | 1000100 | 1010100 | 110001 |
Color Harmonies of #CAE814
Complementary color
Monochromatic Colors of #CAE814
Black with #CAE814
Text Example
Text Example
White with #CAE814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE814; }
p { color: rgb(202,232,20); }
H1.HeaderClassName
{
color: #CAE814;
}
.AnyTagClassName
{
color: #CAE814;
}
</style>
background-color css
<style>
a { background-color: #CAE814; }
a { background-color: rgb(202,232,20); }
div.DivClassName
{
background-color: #CAE814;
}
.BgClassName
{
background-color: #CAE814;
}
</style>
border-color css
<style>
span { border-color: #CAE814; }
span { border-color: rgb(202,232,20); }
td.TdClassName
{
border-color: #CAE814;
}
.TagClassName
{
border-color: #CAE814;
}
</style>