Shades of Inch Worm #C8E10B
Tints of Inch Worm #C8E10B
RGB
CMYK
RGB Variations
Color information
#C8E10B (or 0xC8E10B) is known color: Inch Worm. HEX triplet: C8, E1 and 0B. RGB value is (200,225,11). Sum of RGB (Red+Green+Blue) = 200+225+11=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E10B is #371EF4. Grayscale: #C1C1C1. Windows color (decimal): -3612405 or 778696. OLE color: 778696.
HSL color Cylindrical-coordinate representation of color #C8E10B: hue angle of 67.01º degrees, saturation: 0.91, 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 #C8E10B is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 11 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.12 |
| HSL | 67.01º | 0.91% | 0.46% | - |
| HSV(B) | 67.01º | 0.95% | 0.88% | - |
| XYZ | 50.81 | 66.15 | 10.41 | - |
| YUV | 193.13 | 25.22 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 11 | 0.11 | 0 | 0.95 | 0.12 | 67.01 | 0.91 | 0.46 |
| Hex | C8 | E1 | B | B | 0 | 5F | C | 43 | 5B | 2E |
| Octal | 310 | 341 | 13 | 13 | 0 | 137 | 14 | 103 | 133 | 56 |
| Binary | 11001000 | 11100001 | 1011 | 1011 | 0 | 1011111 | 1100 | 1000011 | 1011011 | 101110 |
Color Harmonies of #C8E10B
Complementary color
Monochromatic Colors of #C8E10B
Black with #C8E10B
Text Example
Text Example
White with #C8E10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E10B; }
p { color: rgb(200,225,11); }
H1.HeaderClassName
{
color: #C8E10B;
}
.AnyTagClassName
{
color: #C8E10B;
}
</style>
background-color css
<style>
a { background-color: #C8E10B; }
a { background-color: rgb(200,225,11); }
div.DivClassName
{
background-color: #C8E10B;
}
.BgClassName
{
background-color: #C8E10B;
}
</style>
border-color css
<style>
span { border-color: #C8E10B; }
span { border-color: rgb(200,225,11); }
td.TdClassName
{
border-color: #C8E10B;
}
.TagClassName
{
border-color: #C8E10B;
}
</style>