Shades of Inch Worm #CAE113
Tints of Inch Worm #CAE113
RGB
CMYK
RGB Variations
Color information
#CAE113 (or 0xCAE113) is known color: Inch Worm. HEX triplet: CA, E1 and 13. RGB value is (202,225,19). Sum of RGB (Red+Green+Blue) = 202+225+19=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE113 is #351EEC. Grayscale: #C3C3C3. Windows color (decimal): -3481325 or 1302986. OLE color: 1302986.
HSL color Cylindrical-coordinate representation of color #CAE113: hue angle of 66.7º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAE113 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 19 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.12 |
| HSL | 66.7º | 0.84% | 0.48% | - |
| HSV(B) | 66.7º | 0.92% | 0.88% | - |
| XYZ | 51.4 | 66.45 | 10.73 | - |
| YUV | 194.64 | 28.88 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 19 | 0.10 | 0 | 0.92 | 0.12 | 66.7 | 0.84 | 0.48 |
| Hex | CA | E1 | 13 | A | 0 | 5C | C | 43 | 54 | 30 |
| Octal | 312 | 341 | 23 | 12 | 0 | 134 | 14 | 103 | 124 | 60 |
| Binary | 11001010 | 11100001 | 10011 | 1010 | 0 | 1011100 | 1100 | 1000011 | 1010100 | 110000 |
Color Harmonies of #CAE113
Complementary color
Monochromatic Colors of #CAE113
Black with #CAE113
Text Example
Text Example
White with #CAE113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE113; }
p { color: rgb(202,225,19); }
H1.HeaderClassName
{
color: #CAE113;
}
.AnyTagClassName
{
color: #CAE113;
}
</style>
background-color css
<style>
a { background-color: #CAE113; }
a { background-color: rgb(202,225,19); }
div.DivClassName
{
background-color: #CAE113;
}
.BgClassName
{
background-color: #CAE113;
}
</style>
border-color css
<style>
span { border-color: #CAE113; }
span { border-color: rgb(202,225,19); }
td.TdClassName
{
border-color: #CAE113;
}
.TagClassName
{
border-color: #CAE113;
}
</style>