Shades of Inch Worm #C8E10E
Tints of Inch Worm #C8E10E
RGB
CMYK
RGB Variations
Color information
#C8E10E (or 0xC8E10E) is known color: Inch Worm. HEX triplet: C8, E1 and 0E. RGB value is (200,225,14). Sum of RGB (Red+Green+Blue) = 200+225+14=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 225 (88.28% from 255 or 51.25% from 439); Blue value is 14 (5.86% from 255 or 3.19% from 439); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E10E is #371EF1. Grayscale: #C2C2C2. Windows color (decimal): -3612402 or 975304. OLE color: 975304.
HSL color Cylindrical-coordinate representation of color #C8E10E: hue angle of 67.11º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8E10E is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 14 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.12 |
| HSL | 67.11º | 0.88% | 0.47% | - |
| HSV(B) | 67.11º | 0.94% | 0.88% | - |
| XYZ | 50.82 | 66.16 | 10.51 | - |
| YUV | 193.47 | 26.72 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 14 | 0.11 | 0 | 0.94 | 0.12 | 67.11 | 0.88 | 0.47 |
| Hex | C8 | E1 | E | B | 0 | 5E | C | 43 | 58 | 2F |
| Octal | 310 | 341 | 16 | 13 | 0 | 136 | 14 | 103 | 130 | 57 |
| Binary | 11001000 | 11100001 | 1110 | 1011 | 0 | 1011110 | 1100 | 1000011 | 1011000 | 101111 |
Color Harmonies of #C8E10E
Complementary color
Monochromatic Colors of #C8E10E
Black with #C8E10E
Text Example
Text Example
White with #C8E10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E10E; }
p { color: rgb(200,225,14); }
H1.HeaderClassName
{
color: #C8E10E;
}
.AnyTagClassName
{
color: #C8E10E;
}
</style>
background-color css
<style>
a { background-color: #C8E10E; }
a { background-color: rgb(200,225,14); }
div.DivClassName
{
background-color: #C8E10E;
}
.BgClassName
{
background-color: #C8E10E;
}
</style>
border-color css
<style>
span { border-color: #C8E10E; }
span { border-color: rgb(200,225,14); }
td.TdClassName
{
border-color: #C8E10E;
}
.TagClassName
{
border-color: #C8E10E;
}
</style>