Shades of Inch Worm #C3F018
Tints of Inch Worm #C3F018
RGB
CMYK
RGB Variations
Color information
#C3F018 (or 0xC3F018) is known color: Inch Worm. HEX triplet: C3, F0 and 18. RGB value is (195,240,24). Sum of RGB (Red+Green+Blue) = 195+240+24=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 24 (9.77% from 255 or 5.23% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F018 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F018 is #3C0FE7. Grayscale: #CACACA. Windows color (decimal): -3936232 or 1634499. OLE color: 1634499.
HSL color Cylindrical-coordinate representation of color #C3F018: hue angle of 72.5º 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 #C3F018 is Cyan = 0.19, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 240 | 24 | - |
| CMYK | 0.19 | 0 | 0.9 | 0.06 |
| HSL | 72.5º | 0.88% | 0.52% | - |
| HSV(B) | 72.5º | 0.9% | 0.94% | - |
| XYZ | 53.83 | 73.99 | 12.31 | - |
| YUV | 201.92 | 27.59 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 240 | 24 | 0.19 | 0 | 0.9 | 0.06 | 72.5 | 0.88 | 0.52 |
| Hex | C3 | F0 | 18 | 13 | 0 | 5A | 6 | 48 | 58 | 34 |
| Octal | 303 | 360 | 30 | 23 | 0 | 132 | 6 | 110 | 130 | 64 |
| Binary | 11000011 | 11110000 | 11000 | 10011 | 0 | 1011010 | 110 | 1001000 | 1011000 | 110100 |
Color Harmonies of #C3F018
Complementary color
Monochromatic Colors of #C3F018
Black with #C3F018
Text Example
Text Example
White with #C3F018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F018; }
p { color: rgb(195,240,24); }
H1.HeaderClassName
{
color: #C3F018;
}
.AnyTagClassName
{
color: #C3F018;
}
</style>
background-color css
<style>
a { background-color: #C3F018; }
a { background-color: rgb(195,240,24); }
div.DivClassName
{
background-color: #C3F018;
}
.BgClassName
{
background-color: #C3F018;
}
</style>
border-color css
<style>
span { border-color: #C3F018; }
span { border-color: rgb(195,240,24); }
td.TdClassName
{
border-color: #C3F018;
}
.TagClassName
{
border-color: #C3F018;
}
</style>