Shades of Kelly Green #55C20E
Tints of Kelly Green #55C20E
RGB
CMYK
RGB Variations
Color information
#55C20E (or 0x55C20E) is known color: Kelly Green. HEX triplet: 55, C2 and 0E. RGB value is (85,194,14). Sum of RGB (Red+Green+Blue) = 85+194+14=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 194 (76.17% from 255 or 66.21% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 194 - color contains mainly: green. Hex color #55C20E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C20E is #AA3DF1. Grayscale: #8D8D8D. Windows color (decimal): -11156978 or 967253. OLE color: 967253.
HSL color Cylindrical-coordinate representation of color #55C20E: hue angle of 96.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55C20E is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 194 | 14 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.24 |
| HSL | 96.33º | 0.87% | 0.41% | - |
| HSV(B) | 96.33º | 0.93% | 0.76% | - |
| XYZ | 23.12 | 40.55 | 7.02 | - |
| YUV | 140.89 | 56.39 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 14 | 0.56 | 0 | 0.93 | 0.24 | 96.33 | 0.87 | 0.41 |
| Hex | 55 | C2 | E | 38 | 0 | 5D | 18 | 60 | 57 | 29 |
| Octal | 125 | 302 | 16 | 70 | 0 | 135 | 30 | 140 | 127 | 51 |
| Binary | 1010101 | 11000010 | 1110 | 111000 | 0 | 1011101 | 11000 | 1100000 | 1010111 | 101001 |
Color Harmonies of #55C20E
Complementary color
Monochromatic Colors of #55C20E
Black with #55C20E
Text Example
Text Example
White with #55C20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C20E; }
p { color: rgb(85,194,14); }
H1.HeaderClassName
{
color: #55C20E;
}
.AnyTagClassName
{
color: #55C20E;
}
</style>
background-color css
<style>
a { background-color: #55C20E; }
a { background-color: rgb(85,194,14); }
div.DivClassName
{
background-color: #55C20E;
}
.BgClassName
{
background-color: #55C20E;
}
</style>
border-color css
<style>
span { border-color: #55C20E; }
span { border-color: rgb(85,194,14); }
td.TdClassName
{
border-color: #55C20E;
}
.TagClassName
{
border-color: #55C20E;
}
</style>