Shades of Inch Worm #C0F215
Tints of Inch Worm #C0F215
RGB
CMYK
RGB Variations
Color information
#C0F215 (or 0xC0F215) is known color: Inch Worm. HEX triplet: C0, F2 and 15. RGB value is (192,242,21). Sum of RGB (Red+Green+Blue) = 192+242+21=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 242 (94.92% from 255 or 53.19% from 455); Blue value is 21 (8.59% from 255 or 4.62% from 455); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F215 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F215 is #3F0DEA. Grayscale: #CACACA. Windows color (decimal): -4132331 or 1438400. OLE color: 1438400.
HSL color Cylindrical-coordinate representation of color #C0F215: hue angle of 73.57º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0F215 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 21 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.05 |
| HSL | 73.57º | 0.89% | 0.52% | - |
| HSV(B) | 73.57º | 0.91% | 0.95% | - |
| XYZ | 53.63 | 74.76 | 12.31 | - |
| YUV | 201.86 | 25.94 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 21 | 0.21 | 0 | 0.91 | 0.05 | 73.57 | 0.89 | 0.52 |
| Hex | C0 | F2 | 15 | 15 | 0 | 5B | 5 | 4A | 59 | 34 |
| Octal | 300 | 362 | 25 | 25 | 0 | 133 | 5 | 112 | 131 | 64 |
| Binary | 11000000 | 11110010 | 10101 | 10101 | 0 | 1011011 | 101 | 1001010 | 1011001 | 110100 |
Color Harmonies of #C0F215
Complementary color
Monochromatic Colors of #C0F215
Black with #C0F215
Text Example
Text Example
White with #C0F215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F215; }
p { color: rgb(192,242,21); }
H1.HeaderClassName
{
color: #C0F215;
}
.AnyTagClassName
{
color: #C0F215;
}
</style>
background-color css
<style>
a { background-color: #C0F215; }
a { background-color: rgb(192,242,21); }
div.DivClassName
{
background-color: #C0F215;
}
.BgClassName
{
background-color: #C0F215;
}
</style>
border-color css
<style>
span { border-color: #C0F215; }
span { border-color: rgb(192,242,21); }
td.TdClassName
{
border-color: #C0F215;
}
.TagClassName
{
border-color: #C0F215;
}
</style>