Shades of Kelly Green #55AF25
Tints of Kelly Green #55AF25
RGB
CMYK
RGB Variations
Color information
#55AF25 (or 0x55AF25) is known color: Kelly Green. HEX triplet: 55, AF and 25. RGB value is (85,175,37). Sum of RGB (Red+Green+Blue) = 85+175+37=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 175 (68.75% from 255 or 58.92% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AF25 is #AA50DA. Grayscale: #848484. Windows color (decimal): -11161819 or 2469717. OLE color: 2469717.
HSL color Cylindrical-coordinate representation of color #55AF25: hue angle of 99.13º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55AF25 is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 175 | 37 | - |
| CMYK | 0.51 | 0 | 0.79 | 0.31 |
| HSL | 99.13º | 0.65% | 0.42% | - |
| HSV(B) | 99.13º | 0.79% | 0.69% | - |
| XYZ | 19.41 | 32.72 | 7.04 | - |
| YUV | 132.36 | 74.18 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 37 | 0.51 | 0 | 0.79 | 0.31 | 99.13 | 0.65 | 0.42 |
| Hex | 55 | AF | 25 | 33 | 0 | 4F | 1F | 63 | 41 | 2A |
| Octal | 125 | 257 | 45 | 63 | 0 | 117 | 37 | 143 | 101 | 52 |
| Binary | 1010101 | 10101111 | 100101 | 110011 | 0 | 1001111 | 11111 | 1100011 | 1000001 | 101010 |
Color Harmonies of #55AF25
Complementary color
Monochromatic Colors of #55AF25
Black with #55AF25
Text Example
Text Example
White with #55AF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AF25; }
p { color: rgb(85,175,37); }
H1.HeaderClassName
{
color: #55AF25;
}
.AnyTagClassName
{
color: #55AF25;
}
</style>
background-color css
<style>
a { background-color: #55AF25; }
a { background-color: rgb(85,175,37); }
div.DivClassName
{
background-color: #55AF25;
}
.BgClassName
{
background-color: #55AF25;
}
</style>
border-color css
<style>
span { border-color: #55AF25; }
span { border-color: rgb(85,175,37); }
td.TdClassName
{
border-color: #55AF25;
}
.TagClassName
{
border-color: #55AF25;
}
</style>