Shades of Inch Worm #C8F018
Tints of Inch Worm #C8F018
RGB
CMYK
RGB Variations
Color information
#C8F018 (or 0xC8F018) is known color: Inch Worm. HEX triplet: C8, F0 and 18. RGB value is (200,240,24). Sum of RGB (Red+Green+Blue) = 200+240+24=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 24 (9.77% from 255 or 5.17% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F018 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F018 is #370FE7. Grayscale: #CCCCCC. Windows color (decimal): -3608552 or 1634504. OLE color: 1634504.
HSL color Cylindrical-coordinate representation of color #C8F018: hue angle of 71.11º 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 #C8F018 is Cyan = 0.17, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 24 | - |
| CMYK | 0.17 | 0 | 0.9 | 0.06 |
| HSL | 71.11º | 0.88% | 0.52% | - |
| HSV(B) | 71.11º | 0.9% | 0.94% | - |
| XYZ | 55.14 | 74.67 | 12.37 | - |
| YUV | 203.42 | 26.75 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 24 | 0.17 | 0 | 0.9 | 0.06 | 71.11 | 0.88 | 0.52 |
| Hex | C8 | F0 | 18 | 11 | 0 | 5A | 6 | 47 | 58 | 34 |
| Octal | 310 | 360 | 30 | 21 | 0 | 132 | 6 | 107 | 130 | 64 |
| Binary | 11001000 | 11110000 | 11000 | 10001 | 0 | 1011010 | 110 | 1000111 | 1011000 | 110100 |
Color Harmonies of #C8F018
Complementary color
Monochromatic Colors of #C8F018
Black with #C8F018
Text Example
Text Example
White with #C8F018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F018; }
p { color: rgb(200,240,24); }
H1.HeaderClassName
{
color: #C8F018;
}
.AnyTagClassName
{
color: #C8F018;
}
</style>
background-color css
<style>
a { background-color: #C8F018; }
a { background-color: rgb(200,240,24); }
div.DivClassName
{
background-color: #C8F018;
}
.BgClassName
{
background-color: #C8F018;
}
</style>
border-color css
<style>
span { border-color: #C8F018; }
span { border-color: rgb(200,240,24); }
td.TdClassName
{
border-color: #C8F018;
}
.TagClassName
{
border-color: #C8F018;
}
</style>