Shades of Kelly Green #55B50E
Tints of Kelly Green #55B50E
RGB
CMYK
RGB Variations
Color information
#55B50E (or 0x55B50E) is known color: Kelly Green. HEX triplet: 55, B5 and 0E. RGB value is (85,181,14). Sum of RGB (Red+Green+Blue) = 85+181+14=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 181 (71.09% from 255 or 64.64% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 181 - color contains mainly: green. Hex color #55B50E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55B50E is #AA4AF1. Grayscale: #858585. Windows color (decimal): -11160306 or 963925. OLE color: 963925.
HSL color Cylindrical-coordinate representation of color #55B50E: hue angle of 94.49º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55B50E is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 181 | 14 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.29 |
| HSL | 94.49º | 0.86% | 0.38% | - |
| HSV(B) | 94.49º | 0.92% | 0.71% | - |
| XYZ | 20.35 | 35.01 | 6.1 | - |
| YUV | 133.26 | 60.7 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 14 | 0.53 | 0 | 0.92 | 0.29 | 94.49 | 0.86 | 0.38 |
| Hex | 55 | B5 | E | 35 | 0 | 5C | 1D | 5E | 56 | 26 |
| Octal | 125 | 265 | 16 | 65 | 0 | 134 | 35 | 136 | 126 | 46 |
| Binary | 1010101 | 10110101 | 1110 | 110101 | 0 | 1011100 | 11101 | 1011110 | 1010110 | 100110 |
Color Harmonies of #55B50E
Complementary color
Monochromatic Colors of #55B50E
Black with #55B50E
Text Example
Text Example
White with #55B50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B50E; }
p { color: rgb(85,181,14); }
H1.HeaderClassName
{
color: #55B50E;
}
.AnyTagClassName
{
color: #55B50E;
}
</style>
background-color css
<style>
a { background-color: #55B50E; }
a { background-color: rgb(85,181,14); }
div.DivClassName
{
background-color: #55B50E;
}
.BgClassName
{
background-color: #55B50E;
}
</style>
border-color css
<style>
span { border-color: #55B50E; }
span { border-color: rgb(85,181,14); }
td.TdClassName
{
border-color: #55B50E;
}
.TagClassName
{
border-color: #55B50E;
}
</style>