Shades of Inch Worm #C6F018
Tints of Inch Worm #C6F018
RGB
CMYK
RGB Variations
Color information
#C6F018 (or 0xC6F018) is known color: Inch Worm. HEX triplet: C6, F0 and 18. RGB value is (198,240,24). Sum of RGB (Red+Green+Blue) = 198+240+24=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 24 (9.77% from 255 or 5.19% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F018 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F018 is #390FE7. Grayscale: #CBCBCB. Windows color (decimal): -3739624 or 1634502. OLE color: 1634502.
HSL color Cylindrical-coordinate representation of color #C6F018: hue angle of 71.67º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6F018 is Cyan = 0.18, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 240 | 24 | - |
| CMYK | 0.18 | 0 | 0.9 | 0.06 |
| HSL | 71.67º | 0.88% | 0.52% | - |
| HSV(B) | 71.67º | 0.9% | 0.94% | - |
| XYZ | 54.61 | 74.39 | 12.34 | - |
| YUV | 202.82 | 27.09 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 240 | 24 | 0.18 | 0 | 0.9 | 0.06 | 71.67 | 0.88 | 0.52 |
| Hex | C6 | F0 | 18 | 12 | 0 | 5A | 6 | 48 | 58 | 34 |
| Octal | 306 | 360 | 30 | 22 | 0 | 132 | 6 | 110 | 130 | 64 |
| Binary | 11000110 | 11110000 | 11000 | 10010 | 0 | 1011010 | 110 | 1001000 | 1011000 | 110100 |
Color Harmonies of #C6F018
Complementary color
Monochromatic Colors of #C6F018
Black with #C6F018
Text Example
Text Example
White with #C6F018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F018; }
p { color: rgb(198,240,24); }
H1.HeaderClassName
{
color: #C6F018;
}
.AnyTagClassName
{
color: #C6F018;
}
</style>
background-color css
<style>
a { background-color: #C6F018; }
a { background-color: rgb(198,240,24); }
div.DivClassName
{
background-color: #C6F018;
}
.BgClassName
{
background-color: #C6F018;
}
</style>
border-color css
<style>
span { border-color: #C6F018; }
span { border-color: rgb(198,240,24); }
td.TdClassName
{
border-color: #C6F018;
}
.TagClassName
{
border-color: #C6F018;
}
</style>