Shades of Inch Worm #C0F618
Tints of Inch Worm #C0F618
RGB
CMYK
RGB Variations
Color information
#C0F618 (or 0xC0F618) is known color: Inch Worm. HEX triplet: C0, F6 and 18. RGB value is (192,246,24). Sum of RGB (Red+Green+Blue) = 192+246+24=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 246 (96.48% from 255 or 53.25% from 462); Blue value is 24 (9.77% from 255 or 5.19% from 462); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F618 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F618 is #3F09E7. Grayscale: #CDCDCD. Windows color (decimal): -4131304 or 1636032. OLE color: 1636032.
HSL color Cylindrical-coordinate representation of color #C0F618: hue angle of 74.59º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0F618 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 24 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.04 |
| HSL | 74.59º | 0.93% | 0.53% | - |
| HSV(B) | 74.59º | 0.9% | 0.96% | - |
| XYZ | 54.86 | 77.18 | 12.87 | - |
| YUV | 204.55 | 26.11 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 24 | 0.22 | 0 | 0.90 | 0.04 | 74.59 | 0.93 | 0.53 |
| Hex | C0 | F6 | 18 | 16 | 0 | 5A | 4 | 4B | 5C | 35 |
| Octal | 300 | 366 | 30 | 26 | 0 | 132 | 4 | 113 | 134 | 65 |
| Binary | 11000000 | 11110110 | 11000 | 10110 | 0 | 1011010 | 100 | 1001011 | 1011100 | 110101 |
Color Harmonies of #C0F618
Complementary color
Monochromatic Colors of #C0F618
Black with #C0F618
Text Example
Text Example
White with #C0F618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F618; }
p { color: rgb(192,246,24); }
H1.HeaderClassName
{
color: #C0F618;
}
.AnyTagClassName
{
color: #C0F618;
}
</style>
background-color css
<style>
a { background-color: #C0F618; }
a { background-color: rgb(192,246,24); }
div.DivClassName
{
background-color: #C0F618;
}
.BgClassName
{
background-color: #C0F618;
}
</style>
border-color css
<style>
span { border-color: #C0F618; }
span { border-color: rgb(192,246,24); }
td.TdClassName
{
border-color: #C0F618;
}
.TagClassName
{
border-color: #C0F618;
}
</style>