Shades of Inch Worm #CAE00C
Tints of Inch Worm #CAE00C
RGB
CMYK
RGB Variations
Color information
#CAE00C (or 0xCAE00C) is known color: Inch Worm. HEX triplet: CA, E0 and 0C. RGB value is (202,224,12). Sum of RGB (Red+Green+Blue) = 202+224+12=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE00C is #351FF3. Grayscale: #C2C2C2. Windows color (decimal): -3481588 or 843978. OLE color: 843978.
HSL color Cylindrical-coordinate representation of color #CAE00C: hue angle of 66.23º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAE00C is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 12 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.12 |
| HSL | 66.23º | 0.9% | 0.46% | - |
| HSV(B) | 66.23º | 0.95% | 0.88% | - |
| XYZ | 51.08 | 65.89 | 10.37 | - |
| YUV | 193.25 | 25.71 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 12 | 0.10 | 0 | 0.95 | 0.12 | 66.23 | 0.9 | 0.46 |
| Hex | CA | E0 | C | A | 0 | 5F | C | 42 | 5A | 2E |
| Octal | 312 | 340 | 14 | 12 | 0 | 137 | 14 | 102 | 132 | 56 |
| Binary | 11001010 | 11100000 | 1100 | 1010 | 0 | 1011111 | 1100 | 1000010 | 1011010 | 101110 |
Color Harmonies of #CAE00C
Complementary color
Monochromatic Colors of #CAE00C
Black with #CAE00C
Text Example
Text Example
White with #CAE00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE00C; }
p { color: rgb(202,224,12); }
H1.HeaderClassName
{
color: #CAE00C;
}
.AnyTagClassName
{
color: #CAE00C;
}
</style>
background-color css
<style>
a { background-color: #CAE00C; }
a { background-color: rgb(202,224,12); }
div.DivClassName
{
background-color: #CAE00C;
}
.BgClassName
{
background-color: #CAE00C;
}
</style>
border-color css
<style>
span { border-color: #CAE00C; }
span { border-color: rgb(202,224,12); }
td.TdClassName
{
border-color: #CAE00C;
}
.TagClassName
{
border-color: #CAE00C;
}
</style>