Shades of Kelly Green #55AF20
Tints of Kelly Green #55AF20
RGB
CMYK
RGB Variations
Color information
#55AF20 (or 0x55AF20) is known color: Kelly Green. HEX triplet: 55, AF and 20. RGB value is (85,175,32). Sum of RGB (Red+Green+Blue) = 85+175+32=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 175 (68.75% from 255 or 59.93% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AF20 is #AA50DF. Grayscale: #848484. Windows color (decimal): -11161824 or 2142037. OLE color: 2142037.
HSL color Cylindrical-coordinate representation of color #55AF20: hue angle of 97.76º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55AF20 is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 175 | 32 | - |
| CMYK | 0.51 | 0 | 0.82 | 0.31 |
| HSL | 97.76º | 0.69% | 0.41% | - |
| HSV(B) | 97.76º | 0.82% | 0.69% | - |
| XYZ | 19.34 | 32.7 | 6.66 | - |
| YUV | 131.79 | 71.68 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 32 | 0.51 | 0 | 0.82 | 0.31 | 97.76 | 0.69 | 0.41 |
| Hex | 55 | AF | 20 | 33 | 0 | 52 | 1F | 62 | 45 | 29 |
| Octal | 125 | 257 | 40 | 63 | 0 | 122 | 37 | 142 | 105 | 51 |
| Binary | 1010101 | 10101111 | 100000 | 110011 | 0 | 1010010 | 11111 | 1100010 | 1000101 | 101001 |
Color Harmonies of #55AF20
Complementary color
Monochromatic Colors of #55AF20
Black with #55AF20
Text Example
Text Example
White with #55AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AF20; }
p { color: rgb(85,175,32); }
H1.HeaderClassName
{
color: #55AF20;
}
.AnyTagClassName
{
color: #55AF20;
}
</style>
background-color css
<style>
a { background-color: #55AF20; }
a { background-color: rgb(85,175,32); }
div.DivClassName
{
background-color: #55AF20;
}
.BgClassName
{
background-color: #55AF20;
}
</style>
border-color css
<style>
span { border-color: #55AF20; }
span { border-color: rgb(85,175,32); }
td.TdClassName
{
border-color: #55AF20;
}
.TagClassName
{
border-color: #55AF20;
}
</style>