Shades of Kelly Green #55AF2F
Tints of Kelly Green #55AF2F
RGB
CMYK
RGB Variations
Color information
#55AF2F (or 0x55AF2F) is known color: Kelly Green. HEX triplet: 55, AF and 2F. RGB value is (85,175,47). Sum of RGB (Red+Green+Blue) = 85+175+47=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AF2F is #AA50D0. Grayscale: #858585. Windows color (decimal): -11161809 or 3125077. OLE color: 3125077.
HSL color Cylindrical-coordinate representation of color #55AF2F: hue angle of 102.19º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55AF2F is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 175 | 47 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.31 |
| HSL | 102.19º | 0.58% | 0.44% | - |
| HSV(B) | 102.19º | 0.73% | 0.69% | - |
| XYZ | 19.59 | 32.8 | 7.99 | - |
| YUV | 133.5 | 79.18 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 47 | 0.51 | 0 | 0.73 | 0.31 | 102.19 | 0.58 | 0.44 |
| Hex | 55 | AF | 2F | 33 | 0 | 49 | 1F | 66 | 3A | 2C |
| Octal | 125 | 257 | 57 | 63 | 0 | 111 | 37 | 146 | 72 | 54 |
| Binary | 1010101 | 10101111 | 101111 | 110011 | 0 | 1001001 | 11111 | 1100110 | 111010 | 101100 |
Color Harmonies of #55AF2F
Complementary color
Monochromatic Colors of #55AF2F
Black with #55AF2F
Text Example
Text Example
White with #55AF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AF2F; }
p { color: rgb(85,175,47); }
H1.HeaderClassName
{
color: #55AF2F;
}
.AnyTagClassName
{
color: #55AF2F;
}
</style>
background-color css
<style>
a { background-color: #55AF2F; }
a { background-color: rgb(85,175,47); }
div.DivClassName
{
background-color: #55AF2F;
}
.BgClassName
{
background-color: #55AF2F;
}
</style>
border-color css
<style>
span { border-color: #55AF2F; }
span { border-color: rgb(85,175,47); }
td.TdClassName
{
border-color: #55AF2F;
}
.TagClassName
{
border-color: #55AF2F;
}
</style>