Shades of Inch Worm #C5E50D
Tints of Inch Worm #C5E50D
RGB
CMYK
RGB Variations
Color information
#C5E50D (or 0xC5E50D) is known color: Inch Worm. HEX triplet: C5, E5 and 0D. RGB value is (197,229,13). Sum of RGB (Red+Green+Blue) = 197+229+13=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 229 (89.84% from 255 or 52.16% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5E50D is #3A1AF2. Grayscale: #C3C3C3. Windows color (decimal): -3807987 or 910789. OLE color: 910789.
HSL color Cylindrical-coordinate representation of color #C5E50D: hue angle of 68.89º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5E50D is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 229 | 13 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.10 |
| HSL | 68.89º | 0.89% | 0.47% | - |
| HSV(B) | 68.89º | 0.94% | 0.9% | - |
| XYZ | 51.12 | 67.94 | 10.8 | - |
| YUV | 194.81 | 25.4 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 229 | 13 | 0.14 | 0 | 0.94 | 0.10 | 68.89 | 0.89 | 0.47 |
| Hex | C5 | E5 | D | E | 0 | 5E | A | 45 | 59 | 2F |
| Octal | 305 | 345 | 15 | 16 | 0 | 136 | 12 | 105 | 131 | 57 |
| Binary | 11000101 | 11100101 | 1101 | 1110 | 0 | 1011110 | 1010 | 1000101 | 1011001 | 101111 |
Color Harmonies of #C5E50D
Complementary color
Monochromatic Colors of #C5E50D
Black with #C5E50D
Text Example
Text Example
White with #C5E50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E50D; }
p { color: rgb(197,229,13); }
H1.HeaderClassName
{
color: #C5E50D;
}
.AnyTagClassName
{
color: #C5E50D;
}
</style>
background-color css
<style>
a { background-color: #C5E50D; }
a { background-color: rgb(197,229,13); }
div.DivClassName
{
background-color: #C5E50D;
}
.BgClassName
{
background-color: #C5E50D;
}
</style>
border-color css
<style>
span { border-color: #C5E50D; }
span { border-color: rgb(197,229,13); }
td.TdClassName
{
border-color: #C5E50D;
}
.TagClassName
{
border-color: #C5E50D;
}
</style>