Shades of Inch Worm #C5E316
Tints of Inch Worm #C5E316
RGB
CMYK
RGB Variations
Color information
#C5E316 (or 0xC5E316) is known color: Inch Worm. HEX triplet: C5, E3 and 16. RGB value is (197,227,22). Sum of RGB (Red+Green+Blue) = 197+227+22=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 22 (8.98% from 255 or 4.93% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5E316 is #3A1CE9. Grayscale: #C3C3C3. Windows color (decimal): -3808490 or 1500101. OLE color: 1500101.
HSL color Cylindrical-coordinate representation of color #C5E316: hue angle of 68.78º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5E316 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 227 | 22 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.11 |
| HSL | 68.78º | 0.82% | 0.49% | - |
| HSV(B) | 68.78º | 0.9% | 0.89% | - |
| XYZ | 50.64 | 66.87 | 11 | - |
| YUV | 194.66 | 30.56 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 227 | 22 | 0.13 | 0 | 0.90 | 0.11 | 68.78 | 0.82 | 0.49 |
| Hex | C5 | E3 | 16 | D | 0 | 5A | B | 45 | 52 | 31 |
| Octal | 305 | 343 | 26 | 15 | 0 | 132 | 13 | 105 | 122 | 61 |
| Binary | 11000101 | 11100011 | 10110 | 1101 | 0 | 1011010 | 1011 | 1000101 | 1010010 | 110001 |
Color Harmonies of #C5E316
Complementary color
Monochromatic Colors of #C5E316
Black with #C5E316
Text Example
Text Example
White with #C5E316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E316; }
p { color: rgb(197,227,22); }
H1.HeaderClassName
{
color: #C5E316;
}
.AnyTagClassName
{
color: #C5E316;
}
</style>
background-color css
<style>
a { background-color: #C5E316; }
a { background-color: rgb(197,227,22); }
div.DivClassName
{
background-color: #C5E316;
}
.BgClassName
{
background-color: #C5E316;
}
</style>
border-color css
<style>
span { border-color: #C5E316; }
span { border-color: rgb(197,227,22); }
td.TdClassName
{
border-color: #C5E316;
}
.TagClassName
{
border-color: #C5E316;
}
</style>