Shades of Inch Worm #C0F21D
Tints of Inch Worm #C0F21D
RGB
CMYK
RGB Variations
Color information
#C0F21D (or 0xC0F21D) is known color: Inch Worm. HEX triplet: C0, F2 and 1D. RGB value is (192,242,29). Sum of RGB (Red+Green+Blue) = 192+242+29=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 29 (11.72% from 255 or 6.26% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F21D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F21D is #3F0DE2. Grayscale: #CBCBCB. Windows color (decimal): -4132323 or 1962688. OLE color: 1962688.
HSL color Cylindrical-coordinate representation of color #C0F21D: hue angle of 74.08º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0F21D is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 29 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.05 |
| HSL | 74.08º | 0.89% | 0.53% | - |
| HSV(B) | 74.08º | 0.88% | 0.95% | - |
| XYZ | 53.71 | 74.8 | 12.77 | - |
| YUV | 202.77 | 29.94 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 29 | 0.21 | 0 | 0.88 | 0.05 | 74.08 | 0.89 | 0.53 |
| Hex | C0 | F2 | 1D | 15 | 0 | 58 | 5 | 4A | 59 | 35 |
| Octal | 300 | 362 | 35 | 25 | 0 | 130 | 5 | 112 | 131 | 65 |
| Binary | 11000000 | 11110010 | 11101 | 10101 | 0 | 1011000 | 101 | 1001010 | 1011001 | 110101 |
Color Harmonies of #C0F21D
Complementary color
Monochromatic Colors of #C0F21D
Black with #C0F21D
Text Example
Text Example
White with #C0F21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F21D; }
p { color: rgb(192,242,29); }
H1.HeaderClassName
{
color: #C0F21D;
}
.AnyTagClassName
{
color: #C0F21D;
}
</style>
background-color css
<style>
a { background-color: #C0F21D; }
a { background-color: rgb(192,242,29); }
div.DivClassName
{
background-color: #C0F21D;
}
.BgClassName
{
background-color: #C0F21D;
}
</style>
border-color css
<style>
span { border-color: #C0F21D; }
span { border-color: rgb(192,242,29); }
td.TdClassName
{
border-color: #C0F21D;
}
.TagClassName
{
border-color: #C0F21D;
}
</style>