Shades of Inch Worm #C5F118
Tints of Inch Worm #C5F118
RGB
CMYK
RGB Variations
Color information
#C5F118 (or 0xC5F118) is known color: Inch Worm. HEX triplet: C5, F1 and 18. RGB value is (197,241,24). Sum of RGB (Red+Green+Blue) = 197+241+24=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 241 (94.53% from 255 or 52.16% from 462); Blue value is 24 (9.77% from 255 or 5.19% from 462); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F118 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F118 is #3A0EE7. Grayscale: #CBCBCB. Windows color (decimal): -3804904 or 1634757. OLE color: 1634757.
HSL color Cylindrical-coordinate representation of color #C5F118: hue angle of 72.17º 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 #C5F118 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 24 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.05 |
| HSL | 72.17º | 0.89% | 0.52% | - |
| HSV(B) | 72.17º | 0.9% | 0.95% | - |
| XYZ | 54.65 | 74.85 | 12.43 | - |
| YUV | 203.11 | 26.92 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 24 | 0.18 | 0 | 0.90 | 0.05 | 72.17 | 0.89 | 0.52 |
| Hex | C5 | F1 | 18 | 12 | 0 | 5A | 5 | 48 | 59 | 34 |
| Octal | 305 | 361 | 30 | 22 | 0 | 132 | 5 | 110 | 131 | 64 |
| Binary | 11000101 | 11110001 | 11000 | 10010 | 0 | 1011010 | 101 | 1001000 | 1011001 | 110100 |
Color Harmonies of #C5F118
Complementary color
Monochromatic Colors of #C5F118
Black with #C5F118
Text Example
Text Example
White with #C5F118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F118; }
p { color: rgb(197,241,24); }
H1.HeaderClassName
{
color: #C5F118;
}
.AnyTagClassName
{
color: #C5F118;
}
</style>
background-color css
<style>
a { background-color: #C5F118; }
a { background-color: rgb(197,241,24); }
div.DivClassName
{
background-color: #C5F118;
}
.BgClassName
{
background-color: #C5F118;
}
</style>
border-color css
<style>
span { border-color: #C5F118; }
span { border-color: rgb(197,241,24); }
td.TdClassName
{
border-color: #C5F118;
}
.TagClassName
{
border-color: #C5F118;
}
</style>