Shades of Kelly Green #55BA20
Tints of Kelly Green #55BA20
RGB
CMYK
RGB Variations
Color information
#55BA20 (or 0x55BA20) is known color: Kelly Green. HEX triplet: 55, BA and 20. RGB value is (85,186,32). Sum of RGB (Red+Green+Blue) = 85+186+32=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA20 is #AA45DF. Grayscale: #8A8A8A. Windows color (decimal): -11159008 or 2144853. OLE color: 2144853.
HSL color Cylindrical-coordinate representation of color #55BA20: hue angle of 99.35º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55BA20 is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 32 | - |
| CMYK | 0.54 | 0 | 0.83 | 0.27 |
| HSL | 99.35º | 0.71% | 0.43% | - |
| HSV(B) | 99.35º | 0.83% | 0.73% | - |
| XYZ | 21.57 | 37.15 | 7.4 | - |
| YUV | 138.25 | 68.04 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 32 | 0.54 | 0 | 0.83 | 0.27 | 99.35 | 0.71 | 0.43 |
| Hex | 55 | BA | 20 | 36 | 0 | 53 | 1B | 63 | 47 | 2B |
| Octal | 125 | 272 | 40 | 66 | 0 | 123 | 33 | 143 | 107 | 53 |
| Binary | 1010101 | 10111010 | 100000 | 110110 | 0 | 1010011 | 11011 | 1100011 | 1000111 | 101011 |
Color Harmonies of #55BA20
Complementary color
Monochromatic Colors of #55BA20
Black with #55BA20
Text Example
Text Example
White with #55BA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA20; }
p { color: rgb(85,186,32); }
H1.HeaderClassName
{
color: #55BA20;
}
.AnyTagClassName
{
color: #55BA20;
}
</style>
background-color css
<style>
a { background-color: #55BA20; }
a { background-color: rgb(85,186,32); }
div.DivClassName
{
background-color: #55BA20;
}
.BgClassName
{
background-color: #55BA20;
}
</style>
border-color css
<style>
span { border-color: #55BA20; }
span { border-color: rgb(85,186,32); }
td.TdClassName
{
border-color: #55BA20;
}
.TagClassName
{
border-color: #55BA20;
}
</style>