Shades of Inch Worm #C0EF21
Tints of Inch Worm #C0EF21
RGB
CMYK
RGB Variations
Color information
#C0EF21 (or 0xC0EF21) is known color: Inch Worm. HEX triplet: C0, EF and 21. RGB value is (192,239,33). Sum of RGB (Red+Green+Blue) = 192+239+33=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 239 (93.75% from 255 or 51.51% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EF21 is #3F10DE. Grayscale: #CACACA. Windows color (decimal): -4133087 or 2224064. OLE color: 2224064.
HSL color Cylindrical-coordinate representation of color #C0EF21: hue angle of 73.69º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0EF21 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 33 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.06 |
| HSL | 73.69º | 0.87% | 0.53% | - |
| HSV(B) | 73.69º | 0.86% | 0.94% | - |
| XYZ | 52.88 | 73.05 | 12.75 | - |
| YUV | 201.46 | 32.93 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 33 | 0.20 | 0 | 0.86 | 0.06 | 73.69 | 0.87 | 0.53 |
| Hex | C0 | EF | 21 | 14 | 0 | 56 | 6 | 4A | 57 | 35 |
| Octal | 300 | 357 | 41 | 24 | 0 | 126 | 6 | 112 | 127 | 65 |
| Binary | 11000000 | 11101111 | 100001 | 10100 | 0 | 1010110 | 110 | 1001010 | 1010111 | 110101 |
Color Harmonies of #C0EF21
Complementary color
Monochromatic Colors of #C0EF21
Black with #C0EF21
Text Example
Text Example
White with #C0EF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EF21; }
p { color: rgb(192,239,33); }
H1.HeaderClassName
{
color: #C0EF21;
}
.AnyTagClassName
{
color: #C0EF21;
}
</style>
background-color css
<style>
a { background-color: #C0EF21; }
a { background-color: rgb(192,239,33); }
div.DivClassName
{
background-color: #C0EF21;
}
.BgClassName
{
background-color: #C0EF21;
}
</style>
border-color css
<style>
span { border-color: #C0EF21; }
span { border-color: rgb(192,239,33); }
td.TdClassName
{
border-color: #C0EF21;
}
.TagClassName
{
border-color: #C0EF21;
}
</style>