Shades of Inch Worm #C0F11D
Tints of Inch Worm #C0F11D
RGB
CMYK
RGB Variations
Color information
#C0F11D (or 0xC0F11D) is known color: Inch Worm. HEX triplet: C0, F1 and 1D. RGB value is (192,241,29). Sum of RGB (Red+Green+Blue) = 192+241+29=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 241 (94.53% from 255 or 52.16% from 462); Blue value is 29 (11.72% from 255 or 6.28% from 462); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F11D is #3F0EE2. Grayscale: #CACACA. Windows color (decimal): -4132579 or 1962432. OLE color: 1962432.
HSL color Cylindrical-coordinate representation of color #C0F11D: hue angle of 73.87º degrees, saturation: 0.88, 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 #C0F11D is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 29 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.05 |
| HSL | 73.87º | 0.88% | 0.53% | - |
| HSV(B) | 73.87º | 0.88% | 0.95% | - |
| XYZ | 53.42 | 74.21 | 12.67 | - |
| YUV | 202.18 | 30.27 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 29 | 0.20 | 0 | 0.88 | 0.05 | 73.87 | 0.88 | 0.53 |
| Hex | C0 | F1 | 1D | 14 | 0 | 58 | 5 | 4A | 58 | 35 |
| Octal | 300 | 361 | 35 | 24 | 0 | 130 | 5 | 112 | 130 | 65 |
| Binary | 11000000 | 11110001 | 11101 | 10100 | 0 | 1011000 | 101 | 1001010 | 1011000 | 110101 |
Color Harmonies of #C0F11D
Complementary color
Monochromatic Colors of #C0F11D
Black with #C0F11D
Text Example
Text Example
White with #C0F11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F11D; }
p { color: rgb(192,241,29); }
H1.HeaderClassName
{
color: #C0F11D;
}
.AnyTagClassName
{
color: #C0F11D;
}
</style>
background-color css
<style>
a { background-color: #C0F11D; }
a { background-color: rgb(192,241,29); }
div.DivClassName
{
background-color: #C0F11D;
}
.BgClassName
{
background-color: #C0F11D;
}
</style>
border-color css
<style>
span { border-color: #C0F11D; }
span { border-color: rgb(192,241,29); }
td.TdClassName
{
border-color: #C0F11D;
}
.TagClassName
{
border-color: #C0F11D;
}
</style>