Shades of Inch Worm #C0F118
Tints of Inch Worm #C0F118
RGB
CMYK
RGB Variations
Color information
#C0F118 (or 0xC0F118) is known color: Inch Worm. HEX triplet: C0, F1 and 18. RGB value is (192,241,24). Sum of RGB (Red+Green+Blue) = 192+241+24=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 241 (94.53% from 255 or 52.74% from 457); Blue value is 24 (9.77% from 255 or 5.25% from 457); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F118 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F118 is #3F0EE7. Grayscale: #CACACA. Windows color (decimal): -4132584 or 1634752. OLE color: 1634752.
HSL color Cylindrical-coordinate representation of color #C0F118: hue angle of 73.55º 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 #C0F118 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 24 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.05 |
| HSL | 73.55º | 0.89% | 0.52% | - |
| HSV(B) | 73.55º | 0.9% | 0.95% | - |
| XYZ | 53.36 | 74.18 | 12.37 | - |
| YUV | 201.61 | 27.77 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 24 | 0.20 | 0 | 0.90 | 0.05 | 73.55 | 0.89 | 0.52 |
| Hex | C0 | F1 | 18 | 14 | 0 | 5A | 5 | 4A | 59 | 34 |
| Octal | 300 | 361 | 30 | 24 | 0 | 132 | 5 | 112 | 131 | 64 |
| Binary | 11000000 | 11110001 | 11000 | 10100 | 0 | 1011010 | 101 | 1001010 | 1011001 | 110100 |
Color Harmonies of #C0F118
Complementary color
Monochromatic Colors of #C0F118
Black with #C0F118
Text Example
Text Example
White with #C0F118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F118; }
p { color: rgb(192,241,24); }
H1.HeaderClassName
{
color: #C0F118;
}
.AnyTagClassName
{
color: #C0F118;
}
</style>
background-color css
<style>
a { background-color: #C0F118; }
a { background-color: rgb(192,241,24); }
div.DivClassName
{
background-color: #C0F118;
}
.BgClassName
{
background-color: #C0F118;
}
</style>
border-color css
<style>
span { border-color: #C0F118; }
span { border-color: rgb(192,241,24); }
td.TdClassName
{
border-color: #C0F118;
}
.TagClassName
{
border-color: #C0F118;
}
</style>