Shades of Inch Worm #CAE516
Tints of Inch Worm #CAE516
RGB
CMYK
RGB Variations
Color information
#CAE516 (or 0xCAE516) is known color: Inch Worm. HEX triplet: CA, E5 and 16. RGB value is (202,229,22). Sum of RGB (Red+Green+Blue) = 202+229+22=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE516 is #351AE9. Grayscale: #C6C6C6. Windows color (decimal): -3480298 or 1500618. OLE color: 1500618.
HSL color Cylindrical-coordinate representation of color #CAE516: hue angle of 67.83º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAE516 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 22 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.10 |
| HSL | 67.83º | 0.82% | 0.49% | - |
| HSV(B) | 67.83º | 0.9% | 0.9% | - |
| XYZ | 52.52 | 68.65 | 11.24 | - |
| YUV | 197.33 | 29.05 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 22 | 0.12 | 0 | 0.90 | 0.10 | 67.83 | 0.82 | 0.49 |
| Hex | CA | E5 | 16 | C | 0 | 5A | A | 44 | 52 | 31 |
| Octal | 312 | 345 | 26 | 14 | 0 | 132 | 12 | 104 | 122 | 61 |
| Binary | 11001010 | 11100101 | 10110 | 1100 | 0 | 1011010 | 1010 | 1000100 | 1010010 | 110001 |
Color Harmonies of #CAE516
Complementary color
Monochromatic Colors of #CAE516
Black with #CAE516
Text Example
Text Example
White with #CAE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE516; }
p { color: rgb(202,229,22); }
H1.HeaderClassName
{
color: #CAE516;
}
.AnyTagClassName
{
color: #CAE516;
}
</style>
background-color css
<style>
a { background-color: #CAE516; }
a { background-color: rgb(202,229,22); }
div.DivClassName
{
background-color: #CAE516;
}
.BgClassName
{
background-color: #CAE516;
}
</style>
border-color css
<style>
span { border-color: #CAE516; }
span { border-color: rgb(202,229,22); }
td.TdClassName
{
border-color: #CAE516;
}
.TagClassName
{
border-color: #CAE516;
}
</style>