Shades of Inch Worm #CAE313
Tints of Inch Worm #CAE313
RGB
CMYK
RGB Variations
Color information
#CAE313 (or 0xCAE313) is known color: Inch Worm. HEX triplet: CA, E3 and 13. RGB value is (202,227,19). Sum of RGB (Red+Green+Blue) = 202+227+19=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 227 (89.06% from 255 or 50.67% from 448); Blue value is 19 (7.81% from 255 or 4.24% from 448); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE313 is #351CEC. Grayscale: #C4C4C4. Windows color (decimal): -3480813 or 1303498. OLE color: 1303498.
HSL color Cylindrical-coordinate representation of color #CAE313: hue angle of 67.21º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAE313 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 19 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.11 |
| HSL | 67.21º | 0.85% | 0.48% | - |
| HSV(B) | 67.21º | 0.92% | 0.89% | - |
| XYZ | 51.94 | 67.54 | 10.92 | - |
| YUV | 195.81 | 28.22 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 19 | 0.11 | 0 | 0.92 | 0.11 | 67.21 | 0.85 | 0.48 |
| Hex | CA | E3 | 13 | B | 0 | 5C | B | 43 | 55 | 30 |
| Octal | 312 | 343 | 23 | 13 | 0 | 134 | 13 | 103 | 125 | 60 |
| Binary | 11001010 | 11100011 | 10011 | 1011 | 0 | 1011100 | 1011 | 1000011 | 1010101 | 110000 |
Color Harmonies of #CAE313
Complementary color
Monochromatic Colors of #CAE313
Black with #CAE313
Text Example
Text Example
White with #CAE313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE313; }
p { color: rgb(202,227,19); }
H1.HeaderClassName
{
color: #CAE313;
}
.AnyTagClassName
{
color: #CAE313;
}
</style>
background-color css
<style>
a { background-color: #CAE313; }
a { background-color: rgb(202,227,19); }
div.DivClassName
{
background-color: #CAE313;
}
.BgClassName
{
background-color: #CAE313;
}
</style>
border-color css
<style>
span { border-color: #CAE313; }
span { border-color: rgb(202,227,19); }
td.TdClassName
{
border-color: #CAE313;
}
.TagClassName
{
border-color: #CAE313;
}
</style>