Shades of Kelly Green #55A920
Tints of Kelly Green #55A920
RGB
CMYK
RGB Variations
Color information
#55A920 (or 0x55A920) is known color: Kelly Green. HEX triplet: 55, A9 and 20. RGB value is (85,169,32). Sum of RGB (Red+Green+Blue) = 85+169+32=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 169 (66.41% from 255 or 59.09% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 169 - color contains mainly: green. Hex color #55A920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A920 is #AA56DF. Grayscale: #808080. Windows color (decimal): -11163360 or 2140501. OLE color: 2140501.
HSL color Cylindrical-coordinate representation of color #55A920: hue angle of 96.79º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55A920 is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 169 | 32 | - |
| CMYK | 0.50 | 0 | 0.81 | 0.34 |
| HSL | 96.79º | 0.68% | 0.39% | - |
| HSV(B) | 96.79º | 0.81% | 0.66% | - |
| XYZ | 18.19 | 30.41 | 6.28 | - |
| YUV | 128.27 | 73.67 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 169 | 32 | 0.50 | 0 | 0.81 | 0.34 | 96.79 | 0.68 | 0.39 |
| Hex | 55 | A9 | 20 | 32 | 0 | 51 | 22 | 61 | 44 | 27 |
| Octal | 125 | 251 | 40 | 62 | 0 | 121 | 42 | 141 | 104 | 47 |
| Binary | 1010101 | 10101001 | 100000 | 110010 | 0 | 1010001 | 100010 | 1100001 | 1000100 | 100111 |
Color Harmonies of #55A920
Complementary color
Monochromatic Colors of #55A920
Black with #55A920
Text Example
Text Example
White with #55A920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A920; }
p { color: rgb(85,169,32); }
H1.HeaderClassName
{
color: #55A920;
}
.AnyTagClassName
{
color: #55A920;
}
</style>
background-color css
<style>
a { background-color: #55A920; }
a { background-color: rgb(85,169,32); }
div.DivClassName
{
background-color: #55A920;
}
.BgClassName
{
background-color: #55A920;
}
</style>
border-color css
<style>
span { border-color: #55A920; }
span { border-color: rgb(85,169,32); }
td.TdClassName
{
border-color: #55A920;
}
.TagClassName
{
border-color: #55A920;
}
</style>