Shades of Inch Worm #CAEA16
Tints of Inch Worm #CAEA16
RGB
CMYK
RGB Variations
Color information
#CAEA16 (or 0xCAEA16) is known color: Inch Worm. HEX triplet: CA, EA and 16. RGB value is (202,234,22). Sum of RGB (Red+Green+Blue) = 202+234+22=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 22 (8.98% from 255 or 4.80% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAEA16 is #3515E9. Grayscale: #C9C9C9. Windows color (decimal): -3479018 or 1501898. OLE color: 1501898.
HSL color Cylindrical-coordinate representation of color #CAEA16: hue angle of 69.06º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAEA16 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 22 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.08 |
| HSL | 69.06º | 0.83% | 0.5% | - |
| HSV(B) | 69.06º | 0.91% | 0.92% | - |
| XYZ | 53.92 | 71.46 | 11.71 | - |
| YUV | 200.26 | 27.4 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 22 | 0.14 | 0 | 0.91 | 0.08 | 69.06 | 0.83 | 0.5 |
| Hex | CA | EA | 16 | E | 0 | 5B | 8 | 45 | 53 | 32 |
| Octal | 312 | 352 | 26 | 16 | 0 | 133 | 10 | 105 | 123 | 62 |
| Binary | 11001010 | 11101010 | 10110 | 1110 | 0 | 1011011 | 1000 | 1000101 | 1010011 | 110010 |
Color Harmonies of #CAEA16
Complementary color
Monochromatic Colors of #CAEA16
Black with #CAEA16
Text Example
Text Example
White with #CAEA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEA16; }
p { color: rgb(202,234,22); }
H1.HeaderClassName
{
color: #CAEA16;
}
.AnyTagClassName
{
color: #CAEA16;
}
</style>
background-color css
<style>
a { background-color: #CAEA16; }
a { background-color: rgb(202,234,22); }
div.DivClassName
{
background-color: #CAEA16;
}
.BgClassName
{
background-color: #CAEA16;
}
</style>
border-color css
<style>
span { border-color: #CAEA16; }
span { border-color: rgb(202,234,22); }
td.TdClassName
{
border-color: #CAEA16;
}
.TagClassName
{
border-color: #CAEA16;
}
</style>