Shades of Inch Worm #C5E00D
Tints of Inch Worm #C5E00D
RGB
CMYK
RGB Variations
Color information
#C5E00D (or 0xC5E00D) is known color: Inch Worm. HEX triplet: C5, E0 and 0D. RGB value is (197,224,13). Sum of RGB (Red+Green+Blue) = 197+224+13=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5E00D is #3A1FF2. Grayscale: #C0C0C0. Windows color (decimal): -3809267 or 909509. OLE color: 909509.
HSL color Cylindrical-coordinate representation of color #C5E00D: hue angle of 67.68º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5E00D is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 13 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.12 |
| HSL | 67.68º | 0.89% | 0.46% | - |
| HSV(B) | 67.68º | 0.94% | 0.88% | - |
| XYZ | 49.75 | 65.21 | 10.35 | - |
| YUV | 191.87 | 27.05 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 13 | 0.12 | 0 | 0.94 | 0.12 | 67.68 | 0.89 | 0.46 |
| Hex | C5 | E0 | D | C | 0 | 5E | C | 44 | 59 | 2E |
| Octal | 305 | 340 | 15 | 14 | 0 | 136 | 14 | 104 | 131 | 56 |
| Binary | 11000101 | 11100000 | 1101 | 1100 | 0 | 1011110 | 1100 | 1000100 | 1011001 | 101110 |
Color Harmonies of #C5E00D
Complementary color
Monochromatic Colors of #C5E00D
Black with #C5E00D
Text Example
Text Example
White with #C5E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E00D; }
p { color: rgb(197,224,13); }
H1.HeaderClassName
{
color: #C5E00D;
}
.AnyTagClassName
{
color: #C5E00D;
}
</style>
background-color css
<style>
a { background-color: #C5E00D; }
a { background-color: rgb(197,224,13); }
div.DivClassName
{
background-color: #C5E00D;
}
.BgClassName
{
background-color: #C5E00D;
}
</style>
border-color css
<style>
span { border-color: #C5E00D; }
span { border-color: rgb(197,224,13); }
td.TdClassName
{
border-color: #C5E00D;
}
.TagClassName
{
border-color: #C5E00D;
}
</style>