Shades of Inch Worm #C0F21F
Tints of Inch Worm #C0F21F
RGB
CMYK
RGB Variations
Color information
#C0F21F (or 0xC0F21F) is known color: Inch Worm. HEX triplet: C0, F2 and 1F. RGB value is (192,242,31). Sum of RGB (Red+Green+Blue) = 192+242+31=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 31 (12.5% from 255 or 6.67% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F21F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F21F is #3F0DE0. Grayscale: #CBCBCB. Windows color (decimal): -4132321 or 2093760. OLE color: 2093760.
HSL color Cylindrical-coordinate representation of color #C0F21F: hue angle of 74.22º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0F21F is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 31 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.05 |
| HSL | 74.22º | 0.89% | 0.54% | - |
| HSV(B) | 74.22º | 0.87% | 0.95% | - |
| XYZ | 53.74 | 74.81 | 12.9 | - |
| YUV | 203 | 30.94 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 31 | 0.21 | 0 | 0.87 | 0.05 | 74.22 | 0.89 | 0.54 |
| Hex | C0 | F2 | 1F | 15 | 0 | 57 | 5 | 4A | 59 | 36 |
| Octal | 300 | 362 | 37 | 25 | 0 | 127 | 5 | 112 | 131 | 66 |
| Binary | 11000000 | 11110010 | 11111 | 10101 | 0 | 1010111 | 101 | 1001010 | 1011001 | 110110 |
Color Harmonies of #C0F21F
Complementary color
Monochromatic Colors of #C0F21F
Black with #C0F21F
Text Example
Text Example
White with #C0F21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F21F; }
p { color: rgb(192,242,31); }
H1.HeaderClassName
{
color: #C0F21F;
}
.AnyTagClassName
{
color: #C0F21F;
}
</style>
background-color css
<style>
a { background-color: #C0F21F; }
a { background-color: rgb(192,242,31); }
div.DivClassName
{
background-color: #C0F21F;
}
.BgClassName
{
background-color: #C0F21F;
}
</style>
border-color css
<style>
span { border-color: #C0F21F; }
span { border-color: rgb(192,242,31); }
td.TdClassName
{
border-color: #C0F21F;
}
.TagClassName
{
border-color: #C0F21F;
}
</style>