Shades of Inch Worm #C0F217
Tints of Inch Worm #C0F217
RGB
CMYK
RGB Variations
Color information
#C0F217 (or 0xC0F217) is known color: Inch Worm. HEX triplet: C0, F2 and 17. RGB value is (192,242,23). Sum of RGB (Red+Green+Blue) = 192+242+23=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 23 (9.38% from 255 or 5.03% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F217 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F217 is #3F0DE8. Grayscale: #CACACA. Windows color (decimal): -4132329 or 1569472. OLE color: 1569472.
HSL color Cylindrical-coordinate representation of color #C0F217: hue angle of 73.7º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0F217 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 23 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.05 |
| HSL | 73.7º | 0.89% | 0.52% | - |
| HSV(B) | 73.7º | 0.9% | 0.95% | - |
| XYZ | 53.65 | 74.77 | 12.42 | - |
| YUV | 202.08 | 26.94 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 23 | 0.21 | 0 | 0.90 | 0.05 | 73.7 | 0.89 | 0.52 |
| Hex | C0 | F2 | 17 | 15 | 0 | 5A | 5 | 4A | 59 | 34 |
| Octal | 300 | 362 | 27 | 25 | 0 | 132 | 5 | 112 | 131 | 64 |
| Binary | 11000000 | 11110010 | 10111 | 10101 | 0 | 1011010 | 101 | 1001010 | 1011001 | 110100 |
Color Harmonies of #C0F217
Complementary color
Monochromatic Colors of #C0F217
Black with #C0F217
Text Example
Text Example
White with #C0F217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F217; }
p { color: rgb(192,242,23); }
H1.HeaderClassName
{
color: #C0F217;
}
.AnyTagClassName
{
color: #C0F217;
}
</style>
background-color css
<style>
a { background-color: #C0F217; }
a { background-color: rgb(192,242,23); }
div.DivClassName
{
background-color: #C0F217;
}
.BgClassName
{
background-color: #C0F217;
}
</style>
border-color css
<style>
span { border-color: #C0F217; }
span { border-color: rgb(192,242,23); }
td.TdClassName
{
border-color: #C0F217;
}
.TagClassName
{
border-color: #C0F217;
}
</style>