Shades of Inch Worm #C0EE0D
Tints of Inch Worm #C0EE0D
RGB
CMYK
RGB Variations
Color information
#C0EE0D (or 0xC0EE0D) is known color: Inch Worm. HEX triplet: C0, EE and 0D. RGB value is (192,238,13). Sum of RGB (Red+Green+Blue) = 192+238+13=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 238 (93.36% from 255 or 53.72% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EE0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0EE0D is #3F11F2. Grayscale: #C7C7C7. Windows color (decimal): -4133363 or 913088. OLE color: 913088.
HSL color Cylindrical-coordinate representation of color #C0EE0D: hue angle of 72.27º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0EE0D is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 238 | 13 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.07 |
| HSL | 72.27º | 0.9% | 0.49% | - |
| HSV(B) | 72.27º | 0.95% | 0.93% | - |
| XYZ | 52.39 | 72.38 | 11.59 | - |
| YUV | 198.6 | 23.26 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 238 | 13 | 0.19 | 0 | 0.95 | 0.07 | 72.27 | 0.9 | 0.49 |
| Hex | C0 | EE | D | 13 | 0 | 5F | 7 | 48 | 5A | 31 |
| Octal | 300 | 356 | 15 | 23 | 0 | 137 | 7 | 110 | 132 | 61 |
| Binary | 11000000 | 11101110 | 1101 | 10011 | 0 | 1011111 | 111 | 1001000 | 1011010 | 110001 |
Color Harmonies of #C0EE0D
Complementary color
Monochromatic Colors of #C0EE0D
Black with #C0EE0D
Text Example
Text Example
White with #C0EE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EE0D; }
p { color: rgb(192,238,13); }
H1.HeaderClassName
{
color: #C0EE0D;
}
.AnyTagClassName
{
color: #C0EE0D;
}
</style>
background-color css
<style>
a { background-color: #C0EE0D; }
a { background-color: rgb(192,238,13); }
div.DivClassName
{
background-color: #C0EE0D;
}
.BgClassName
{
background-color: #C0EE0D;
}
</style>
border-color css
<style>
span { border-color: #C0EE0D; }
span { border-color: rgb(192,238,13); }
td.TdClassName
{
border-color: #C0EE0D;
}
.TagClassName
{
border-color: #C0EE0D;
}
</style>