Shades of Inch Worm #C8E416
Tints of Inch Worm #C8E416
RGB
CMYK
RGB Variations
Color information
#C8E416 (or 0xC8E416) is known color: Inch Worm. HEX triplet: C8, E4 and 16. RGB value is (200,228,22). Sum of RGB (Red+Green+Blue) = 200+228+22=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 228 (89.45% from 255 or 50.67% from 450); Blue value is 22 (8.98% from 255 or 4.89% from 450); Max value from RGB is 228 - color contains mainly: green. Hex color #C8E416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E416 is #371BE9. Grayscale: #C4C4C4. Windows color (decimal): -3611626 or 1500360. OLE color: 1500360.
HSL color Cylindrical-coordinate representation of color #C8E416: hue angle of 68.16º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8E416 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 228 | 22 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.11 |
| HSL | 68.16º | 0.82% | 0.49% | - |
| HSV(B) | 68.16º | 0.9% | 0.89% | - |
| XYZ | 51.71 | 67.82 | 11.13 | - |
| YUV | 196.14 | 29.72 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 228 | 22 | 0.12 | 0 | 0.90 | 0.11 | 68.16 | 0.82 | 0.49 |
| Hex | C8 | E4 | 16 | C | 0 | 5A | B | 44 | 52 | 31 |
| Octal | 310 | 344 | 26 | 14 | 0 | 132 | 13 | 104 | 122 | 61 |
| Binary | 11001000 | 11100100 | 10110 | 1100 | 0 | 1011010 | 1011 | 1000100 | 1010010 | 110001 |
Color Harmonies of #C8E416
Complementary color
Monochromatic Colors of #C8E416
Black with #C8E416
Text Example
Text Example
White with #C8E416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E416; }
p { color: rgb(200,228,22); }
H1.HeaderClassName
{
color: #C8E416;
}
.AnyTagClassName
{
color: #C8E416;
}
</style>
background-color css
<style>
a { background-color: #C8E416; }
a { background-color: rgb(200,228,22); }
div.DivClassName
{
background-color: #C8E416;
}
.BgClassName
{
background-color: #C8E416;
}
</style>
border-color css
<style>
span { border-color: #C8E416; }
span { border-color: rgb(200,228,22); }
td.TdClassName
{
border-color: #C8E416;
}
.TagClassName
{
border-color: #C8E416;
}
</style>