Shades of Inch Worm #C8E002
Tints of Inch Worm #C8E002
RGB
CMYK
RGB Variations
Color information
#C8E002 (or 0xC8E002) is known color: Inch Worm. HEX triplet: C8, E0 and 02. RGB value is (200,224,2). Sum of RGB (Red+Green+Blue) = 200+224+2=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 224 (87.89% from 255 or 52.58% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E002 is #371FFD. Grayscale: #C0C0C0. Windows color (decimal): -3612670 or 188616. OLE color: 188616.
HSL color Cylindrical-coordinate representation of color #C8E002: hue angle of 66.49º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8E002 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 224 | 2 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.12 |
| HSL | 66.49º | 0.98% | 0.44% | - |
| HSV(B) | 66.49º | 0.99% | 0.88% | - |
| XYZ | 50.49 | 65.6 | 10.06 | - |
| YUV | 191.52 | 21.05 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 2 | 0.11 | 0 | 0.99 | 0.12 | 66.49 | 0.98 | 0.44 |
| Hex | C8 | E0 | 2 | B | 0 | 63 | C | 42 | 62 | 2C |
| Octal | 310 | 340 | 2 | 13 | 0 | 143 | 14 | 102 | 142 | 54 |
| Binary | 11001000 | 11100000 | 10 | 1011 | 0 | 1100011 | 1100 | 1000010 | 1100010 | 101100 |
Color Harmonies of #C8E002
Complementary color
Monochromatic Colors of #C8E002
Black with #C8E002
Text Example
Text Example
White with #C8E002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E002; }
p { color: rgb(200,224,2); }
H1.HeaderClassName
{
color: #C8E002;
}
.AnyTagClassName
{
color: #C8E002;
}
</style>
background-color css
<style>
a { background-color: #C8E002; }
a { background-color: rgb(200,224,2); }
div.DivClassName
{
background-color: #C8E002;
}
.BgClassName
{
background-color: #C8E002;
}
</style>
border-color css
<style>
span { border-color: #C8E002; }
span { border-color: rgb(200,224,2); }
td.TdClassName
{
border-color: #C8E002;
}
.TagClassName
{
border-color: #C8E002;
}
</style>