Shades of Inch Worm #CAE416
Tints of Inch Worm #CAE416
RGB
CMYK
RGB Variations
Color information
#CAE416 (or 0xCAE416) is known color: Inch Worm. HEX triplet: CA, E4 and 16. RGB value is (202,228,22). Sum of RGB (Red+Green+Blue) = 202+228+22=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 228 (89.45% from 255 or 50.44% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE416 is #351BE9. Grayscale: #C5C5C5. Windows color (decimal): -3480554 or 1500362. OLE color: 1500362.
HSL color Cylindrical-coordinate representation of color #CAE416: hue angle of 67.57º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAE416 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 22 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.11 |
| HSL | 67.57º | 0.82% | 0.49% | - |
| HSV(B) | 67.57º | 0.9% | 0.89% | - |
| XYZ | 52.25 | 68.1 | 11.15 | - |
| YUV | 196.74 | 29.39 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 22 | 0.11 | 0 | 0.90 | 0.11 | 67.57 | 0.82 | 0.49 |
| Hex | CA | E4 | 16 | B | 0 | 5A | B | 44 | 52 | 31 |
| Octal | 312 | 344 | 26 | 13 | 0 | 132 | 13 | 104 | 122 | 61 |
| Binary | 11001010 | 11100100 | 10110 | 1011 | 0 | 1011010 | 1011 | 1000100 | 1010010 | 110001 |
Color Harmonies of #CAE416
Complementary color
Monochromatic Colors of #CAE416
Black with #CAE416
Text Example
Text Example
White with #CAE416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE416; }
p { color: rgb(202,228,22); }
H1.HeaderClassName
{
color: #CAE416;
}
.AnyTagClassName
{
color: #CAE416;
}
</style>
background-color css
<style>
a { background-color: #CAE416; }
a { background-color: rgb(202,228,22); }
div.DivClassName
{
background-color: #CAE416;
}
.BgClassName
{
background-color: #CAE416;
}
</style>
border-color css
<style>
span { border-color: #CAE416; }
span { border-color: rgb(202,228,22); }
td.TdClassName
{
border-color: #CAE416;
}
.TagClassName
{
border-color: #CAE416;
}
</style>