Shades of Inch Worm #C8ED16
Tints of Inch Worm #C8ED16
RGB
CMYK
RGB Variations
Color information
#C8ED16 (or 0xC8ED16) is known color: Inch Worm. HEX triplet: C8, ED and 16. RGB value is (200,237,22). Sum of RGB (Red+Green+Blue) = 200+237+22=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 22 (8.98% from 255 or 4.79% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8ED16 is #3712E9. Grayscale: #CACACA. Windows color (decimal): -3609322 or 1502664. OLE color: 1502664.
HSL color Cylindrical-coordinate representation of color #C8ED16: hue angle of 70.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8ED16 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 22 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.07 |
| HSL | 70.33º | 0.86% | 0.51% | - |
| HSV(B) | 70.33º | 0.91% | 0.93% | - |
| XYZ | 54.25 | 72.91 | 11.97 | - |
| YUV | 201.43 | 26.74 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 22 | 0.16 | 0 | 0.91 | 0.07 | 70.33 | 0.86 | 0.51 |
| Hex | C8 | ED | 16 | 10 | 0 | 5B | 7 | 46 | 56 | 33 |
| Octal | 310 | 355 | 26 | 20 | 0 | 133 | 7 | 106 | 126 | 63 |
| Binary | 11001000 | 11101101 | 10110 | 10000 | 0 | 1011011 | 111 | 1000110 | 1010110 | 110011 |
Color Harmonies of #C8ED16
Complementary color
Monochromatic Colors of #C8ED16
Black with #C8ED16
Text Example
Text Example
White with #C8ED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ED16; }
p { color: rgb(200,237,22); }
H1.HeaderClassName
{
color: #C8ED16;
}
.AnyTagClassName
{
color: #C8ED16;
}
</style>
background-color css
<style>
a { background-color: #C8ED16; }
a { background-color: rgb(200,237,22); }
div.DivClassName
{
background-color: #C8ED16;
}
.BgClassName
{
background-color: #C8ED16;
}
</style>
border-color css
<style>
span { border-color: #C8ED16; }
span { border-color: rgb(200,237,22); }
td.TdClassName
{
border-color: #C8ED16;
}
.TagClassName
{
border-color: #C8ED16;
}
</style>