Shades of Inch Worm #C5E414
Tints of Inch Worm #C5E414
RGB
CMYK
RGB Variations
Color information
#C5E414 (or 0xC5E414) is known color: Inch Worm. HEX triplet: C5, E4 and 14. RGB value is (197,228,20). Sum of RGB (Red+Green+Blue) = 197+228+20=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 228 (89.45% from 255 or 51.24% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 228 - color contains mainly: green. Hex color #C5E414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5E414 is #3A1BEB. Grayscale: #C3C3C3. Windows color (decimal): -3808236 or 1369285. OLE color: 1369285.
HSL color Cylindrical-coordinate representation of color #C5E414: hue angle of 68.94º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5E414 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 228 | 20 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.11 |
| HSL | 68.94º | 0.84% | 0.49% | - |
| HSV(B) | 68.94º | 0.91% | 0.89% | - |
| XYZ | 50.9 | 67.41 | 10.99 | - |
| YUV | 195.02 | 29.23 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 228 | 20 | 0.14 | 0 | 0.91 | 0.11 | 68.94 | 0.84 | 0.49 |
| Hex | C5 | E4 | 14 | E | 0 | 5B | B | 45 | 54 | 31 |
| Octal | 305 | 344 | 24 | 16 | 0 | 133 | 13 | 105 | 124 | 61 |
| Binary | 11000101 | 11100100 | 10100 | 1110 | 0 | 1011011 | 1011 | 1000101 | 1010100 | 110001 |
Color Harmonies of #C5E414
Complementary color
Monochromatic Colors of #C5E414
Black with #C5E414
Text Example
Text Example
White with #C5E414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E414; }
p { color: rgb(197,228,20); }
H1.HeaderClassName
{
color: #C5E414;
}
.AnyTagClassName
{
color: #C5E414;
}
</style>
background-color css
<style>
a { background-color: #C5E414; }
a { background-color: rgb(197,228,20); }
div.DivClassName
{
background-color: #C5E414;
}
.BgClassName
{
background-color: #C5E414;
}
</style>
border-color css
<style>
span { border-color: #C5E414; }
span { border-color: rgb(197,228,20); }
td.TdClassName
{
border-color: #C5E414;
}
.TagClassName
{
border-color: #C5E414;
}
</style>