Shades of Kelly Green #55AD25
Tints of Kelly Green #55AD25
RGB
CMYK
RGB Variations
Color information
#55AD25 (or 0x55AD25) is known color: Kelly Green. HEX triplet: 55, AD and 25. RGB value is (85,173,37). Sum of RGB (Red+Green+Blue) = 85+173+37=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 173 (67.97% from 255 or 58.64% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AD25 is #AA52DA. Grayscale: #838383. Windows color (decimal): -11162331 or 2469205. OLE color: 2469205.
HSL color Cylindrical-coordinate representation of color #55AD25: hue angle of 98.82º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55AD25 is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 37 | - |
| CMYK | 0.51 | 0 | 0.79 | 0.32 |
| HSL | 98.82º | 0.65% | 0.41% | - |
| HSV(B) | 98.82º | 0.79% | 0.68% | - |
| XYZ | 19.02 | 31.95 | 6.91 | - |
| YUV | 131.18 | 74.85 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 37 | 0.51 | 0 | 0.79 | 0.32 | 98.82 | 0.65 | 0.41 |
| Hex | 55 | AD | 25 | 33 | 0 | 4F | 20 | 63 | 41 | 29 |
| Octal | 125 | 255 | 45 | 63 | 0 | 117 | 40 | 143 | 101 | 51 |
| Binary | 1010101 | 10101101 | 100101 | 110011 | 0 | 1001111 | 100000 | 1100011 | 1000001 | 101001 |
Color Harmonies of #55AD25
Complementary color
Monochromatic Colors of #55AD25
Black with #55AD25
Text Example
Text Example
White with #55AD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD25; }
p { color: rgb(85,173,37); }
H1.HeaderClassName
{
color: #55AD25;
}
.AnyTagClassName
{
color: #55AD25;
}
</style>
background-color css
<style>
a { background-color: #55AD25; }
a { background-color: rgb(85,173,37); }
div.DivClassName
{
background-color: #55AD25;
}
.BgClassName
{
background-color: #55AD25;
}
</style>
border-color css
<style>
span { border-color: #55AD25; }
span { border-color: rgb(85,173,37); }
td.TdClassName
{
border-color: #55AD25;
}
.TagClassName
{
border-color: #55AD25;
}
</style>