Shades of Inch Worm #C8E20F
Tints of Inch Worm #C8E20F
RGB
CMYK
RGB Variations
Color information
#C8E20F (or 0xC8E20F) is known color: Inch Worm. HEX triplet: C8, E2 and 0F. RGB value is (200,226,15). Sum of RGB (Red+Green+Blue) = 200+226+15=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 226 (88.67% from 255 or 51.25% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 226 - color contains mainly: green. Hex color #C8E20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E20F is #371DF0. Grayscale: #C2C2C2. Windows color (decimal): -3612145 or 1041096. OLE color: 1041096.
HSL color Cylindrical-coordinate representation of color #C8E20F: hue angle of 67.39º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8E20F is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 226 | 15 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.11 |
| HSL | 67.39º | 0.88% | 0.47% | - |
| HSV(B) | 67.39º | 0.93% | 0.89% | - |
| XYZ | 51.1 | 66.71 | 10.63 | - |
| YUV | 194.17 | 26.89 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 226 | 15 | 0.12 | 0 | 0.93 | 0.11 | 67.39 | 0.88 | 0.47 |
| Hex | C8 | E2 | F | C | 0 | 5D | B | 43 | 58 | 2F |
| Octal | 310 | 342 | 17 | 14 | 0 | 135 | 13 | 103 | 130 | 57 |
| Binary | 11001000 | 11100010 | 1111 | 1100 | 0 | 1011101 | 1011 | 1000011 | 1011000 | 101111 |
Color Harmonies of #C8E20F
Complementary color
Monochromatic Colors of #C8E20F
Black with #C8E20F
Text Example
Text Example
White with #C8E20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E20F; }
p { color: rgb(200,226,15); }
H1.HeaderClassName
{
color: #C8E20F;
}
.AnyTagClassName
{
color: #C8E20F;
}
</style>
background-color css
<style>
a { background-color: #C8E20F; }
a { background-color: rgb(200,226,15); }
div.DivClassName
{
background-color: #C8E20F;
}
.BgClassName
{
background-color: #C8E20F;
}
</style>
border-color css
<style>
span { border-color: #C8E20F; }
span { border-color: rgb(200,226,15); }
td.TdClassName
{
border-color: #C8E20F;
}
.TagClassName
{
border-color: #C8E20F;
}
</style>