Shades of Inch Worm #C3F118
Tints of Inch Worm #C3F118
RGB
CMYK
RGB Variations
Color information
#C3F118 (or 0xC3F118) is known color: Inch Worm. HEX triplet: C3, F1 and 18. RGB value is (195,241,24). Sum of RGB (Red+Green+Blue) = 195+241+24=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 241 (94.53% from 255 or 52.39% from 460); Blue value is 24 (9.77% from 255 or 5.22% from 460); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F118 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F118 is #3C0EE7. Grayscale: #CBCBCB. Windows color (decimal): -3935976 or 1634755. OLE color: 1634755.
HSL color Cylindrical-coordinate representation of color #C3F118: hue angle of 72.72º 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 #C3F118 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 241 | 24 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.05 |
| HSL | 72.72º | 0.89% | 0.52% | - |
| HSV(B) | 72.72º | 0.9% | 0.95% | - |
| XYZ | 54.13 | 74.58 | 12.41 | - |
| YUV | 202.51 | 27.26 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 241 | 24 | 0.19 | 0 | 0.90 | 0.05 | 72.72 | 0.89 | 0.52 |
| Hex | C3 | F1 | 18 | 13 | 0 | 5A | 5 | 49 | 59 | 34 |
| Octal | 303 | 361 | 30 | 23 | 0 | 132 | 5 | 111 | 131 | 64 |
| Binary | 11000011 | 11110001 | 11000 | 10011 | 0 | 1011010 | 101 | 1001001 | 1011001 | 110100 |
Color Harmonies of #C3F118
Complementary color
Monochromatic Colors of #C3F118
Black with #C3F118
Text Example
Text Example
White with #C3F118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F118; }
p { color: rgb(195,241,24); }
H1.HeaderClassName
{
color: #C3F118;
}
.AnyTagClassName
{
color: #C3F118;
}
</style>
background-color css
<style>
a { background-color: #C3F118; }
a { background-color: rgb(195,241,24); }
div.DivClassName
{
background-color: #C3F118;
}
.BgClassName
{
background-color: #C3F118;
}
</style>
border-color css
<style>
span { border-color: #C3F118; }
span { border-color: rgb(195,241,24); }
td.TdClassName
{
border-color: #C3F118;
}
.TagClassName
{
border-color: #C3F118;
}
</style>