Shades of Inch Worm #C4E80E
Tints of Inch Worm #C4E80E
RGB
CMYK
RGB Variations
Color information
#C4E80E (or 0xC4E80E) is known color: Inch Worm. HEX triplet: C4, E8 and 0E. RGB value is (196,232,14). Sum of RGB (Red+Green+Blue) = 196+232+14=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 232 (91.02% from 255 or 52.49% from 442); Blue value is 14 (5.86% from 255 or 3.17% from 442); Max value from RGB is 232 - color contains mainly: green. Hex color #C4E80E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4E80E is #3B17F1. Grayscale: #C5C5C5. Windows color (decimal): -3872754 or 977092. OLE color: 977092.
HSL color Cylindrical-coordinate representation of color #C4E80E: hue angle of 69.91º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4E80E is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 232 | 14 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.09 |
| HSL | 69.91º | 0.89% | 0.48% | - |
| HSV(B) | 69.91º | 0.94% | 0.91% | - |
| XYZ | 51.7 | 69.48 | 11.1 | - |
| YUV | 196.38 | 25.07 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 232 | 14 | 0.16 | 0 | 0.94 | 0.09 | 69.91 | 0.89 | 0.48 |
| Hex | C4 | E8 | E | 10 | 0 | 5E | 9 | 46 | 59 | 30 |
| Octal | 304 | 350 | 16 | 20 | 0 | 136 | 11 | 106 | 131 | 60 |
| Binary | 11000100 | 11101000 | 1110 | 10000 | 0 | 1011110 | 1001 | 1000110 | 1011001 | 110000 |
Color Harmonies of #C4E80E
Complementary color
Monochromatic Colors of #C4E80E
Black with #C4E80E
Text Example
Text Example
White with #C4E80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E80E; }
p { color: rgb(196,232,14); }
H1.HeaderClassName
{
color: #C4E80E;
}
.AnyTagClassName
{
color: #C4E80E;
}
</style>
background-color css
<style>
a { background-color: #C4E80E; }
a { background-color: rgb(196,232,14); }
div.DivClassName
{
background-color: #C4E80E;
}
.BgClassName
{
background-color: #C4E80E;
}
</style>
border-color css
<style>
span { border-color: #C4E80E; }
span { border-color: rgb(196,232,14); }
td.TdClassName
{
border-color: #C4E80E;
}
.TagClassName
{
border-color: #C4E80E;
}
</style>