Shades of Inch Worm #C8EB16
Tints of Inch Worm #C8EB16
RGB
CMYK
RGB Variations
Color information
#C8EB16 (or 0xC8EB16) is known color: Inch Worm. HEX triplet: C8, EB and 16. RGB value is (200,235,22). Sum of RGB (Red+Green+Blue) = 200+235+22=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EB16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8EB16 is #3714E9. Grayscale: #C9C9C9. Windows color (decimal): -3609834 or 1502152. OLE color: 1502152.
HSL color Cylindrical-coordinate representation of color #C8EB16: hue angle of 69.86º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8EB16 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 22 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.08 |
| HSL | 69.86º | 0.84% | 0.5% | - |
| HSV(B) | 69.86º | 0.91% | 0.92% | - |
| XYZ | 53.67 | 71.75 | 11.78 | - |
| YUV | 200.25 | 27.4 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 22 | 0.15 | 0 | 0.91 | 0.08 | 69.86 | 0.84 | 0.5 |
| Hex | C8 | EB | 16 | F | 0 | 5B | 8 | 46 | 54 | 32 |
| Octal | 310 | 353 | 26 | 17 | 0 | 133 | 10 | 106 | 124 | 62 |
| Binary | 11001000 | 11101011 | 10110 | 1111 | 0 | 1011011 | 1000 | 1000110 | 1010100 | 110010 |
Color Harmonies of #C8EB16
Complementary color
Monochromatic Colors of #C8EB16
Black with #C8EB16
Text Example
Text Example
White with #C8EB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EB16; }
p { color: rgb(200,235,22); }
H1.HeaderClassName
{
color: #C8EB16;
}
.AnyTagClassName
{
color: #C8EB16;
}
</style>
background-color css
<style>
a { background-color: #C8EB16; }
a { background-color: rgb(200,235,22); }
div.DivClassName
{
background-color: #C8EB16;
}
.BgClassName
{
background-color: #C8EB16;
}
</style>
border-color css
<style>
span { border-color: #C8EB16; }
span { border-color: rgb(200,235,22); }
td.TdClassName
{
border-color: #C8EB16;
}
.TagClassName
{
border-color: #C8EB16;
}
</style>