Shades of Inch Worm #CAE00A
Tints of Inch Worm #CAE00A
RGB
CMYK
RGB Variations
Color information
#CAE00A (or 0xCAE00A) is known color: Inch Worm. HEX triplet: CA, E0 and 0A. RGB value is (202,224,10). Sum of RGB (Red+Green+Blue) = 202+224+10=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 10 (4.30% from 255 or 2.29% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE00A is #351FF5. Grayscale: #C1C1C1. Windows color (decimal): -3481590 or 712906. OLE color: 712906.
HSL color Cylindrical-coordinate representation of color #CAE00A: hue angle of 66.17º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAE00A is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 10 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.12 |
| HSL | 66.17º | 0.91% | 0.46% | - |
| HSV(B) | 66.17º | 0.96% | 0.88% | - |
| XYZ | 51.07 | 65.89 | 10.31 | - |
| YUV | 193.03 | 24.71 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 10 | 0.10 | 0 | 0.96 | 0.12 | 66.17 | 0.91 | 0.46 |
| Hex | CA | E0 | A | A | 0 | 60 | C | 42 | 5B | 2E |
| Octal | 312 | 340 | 12 | 12 | 0 | 140 | 14 | 102 | 133 | 56 |
| Binary | 11001010 | 11100000 | 1010 | 1010 | 0 | 1100000 | 1100 | 1000010 | 1011011 | 101110 |
Color Harmonies of #CAE00A
Complementary color
Monochromatic Colors of #CAE00A
Black with #CAE00A
Text Example
Text Example
White with #CAE00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE00A; }
p { color: rgb(202,224,10); }
H1.HeaderClassName
{
color: #CAE00A;
}
.AnyTagClassName
{
color: #CAE00A;
}
</style>
background-color css
<style>
a { background-color: #CAE00A; }
a { background-color: rgb(202,224,10); }
div.DivClassName
{
background-color: #CAE00A;
}
.BgClassName
{
background-color: #CAE00A;
}
</style>
border-color css
<style>
span { border-color: #CAE00A; }
span { border-color: rgb(202,224,10); }
td.TdClassName
{
border-color: #CAE00A;
}
.TagClassName
{
border-color: #CAE00A;
}
</style>