Shades of Kelly Green #55C117
Tints of Kelly Green #55C117
RGB
CMYK
RGB Variations
Color information
#55C117 (or 0x55C117) is known color: Kelly Green. HEX triplet: 55, C1 and 17. RGB value is (85,193,23). Sum of RGB (Red+Green+Blue) = 85+193+23=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #55C117 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C117 is #AA3EE8. Grayscale: #8D8D8D. Windows color (decimal): -11157225 or 1556821. OLE color: 1556821.
HSL color Cylindrical-coordinate representation of color #55C117: hue angle of 98.12º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55C117 is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 23 | - |
| CMYK | 0.56 | 0 | 0.88 | 0.24 |
| HSL | 98.12º | 0.79% | 0.42% | - |
| HSV(B) | 98.12º | 0.88% | 0.76% | - |
| XYZ | 22.97 | 40.13 | 7.35 | - |
| YUV | 141.33 | 61.22 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 23 | 0.56 | 0 | 0.88 | 0.24 | 98.12 | 0.79 | 0.42 |
| Hex | 55 | C1 | 17 | 38 | 0 | 58 | 18 | 62 | 4F | 2A |
| Octal | 125 | 301 | 27 | 70 | 0 | 130 | 30 | 142 | 117 | 52 |
| Binary | 1010101 | 11000001 | 10111 | 111000 | 0 | 1011000 | 11000 | 1100010 | 1001111 | 101010 |
Color Harmonies of #55C117
Complementary color
Monochromatic Colors of #55C117
Black with #55C117
Text Example
Text Example
White with #55C117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C117; }
p { color: rgb(85,193,23); }
H1.HeaderClassName
{
color: #55C117;
}
.AnyTagClassName
{
color: #55C117;
}
</style>
background-color css
<style>
a { background-color: #55C117; }
a { background-color: rgb(85,193,23); }
div.DivClassName
{
background-color: #55C117;
}
.BgClassName
{
background-color: #55C117;
}
</style>
border-color css
<style>
span { border-color: #55C117; }
span { border-color: rgb(85,193,23); }
td.TdClassName
{
border-color: #55C117;
}
.TagClassName
{
border-color: #55C117;
}
</style>