Shades of Kelly Green #55AD27
Tints of Kelly Green #55AD27
RGB
CMYK
RGB Variations
Color information
#55AD27 (or 0x55AD27) is known color: Kelly Green. HEX triplet: 55, AD and 27. RGB value is (85,173,39). Sum of RGB (Red+Green+Blue) = 85+173+39=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AD27 is #AA52D8. Grayscale: #838383. Windows color (decimal): -11162329 or 2600277. OLE color: 2600277.
HSL color Cylindrical-coordinate representation of color #55AD27: hue angle of 99.4º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55AD27 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 39 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.32 |
| HSL | 99.4º | 0.63% | 0.42% | - |
| HSV(B) | 99.4º | 0.77% | 0.68% | - |
| XYZ | 19.06 | 31.96 | 7.08 | - |
| YUV | 131.41 | 75.85 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 39 | 0.51 | 0 | 0.77 | 0.32 | 99.4 | 0.63 | 0.42 |
| Hex | 55 | AD | 27 | 33 | 0 | 4D | 20 | 63 | 3F | 2A |
| Octal | 125 | 255 | 47 | 63 | 0 | 115 | 40 | 143 | 77 | 52 |
| Binary | 1010101 | 10101101 | 100111 | 110011 | 0 | 1001101 | 100000 | 1100011 | 111111 | 101010 |
Color Harmonies of #55AD27
Complementary color
Monochromatic Colors of #55AD27
Black with #55AD27
Text Example
Text Example
White with #55AD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD27; }
p { color: rgb(85,173,39); }
H1.HeaderClassName
{
color: #55AD27;
}
.AnyTagClassName
{
color: #55AD27;
}
</style>
background-color css
<style>
a { background-color: #55AD27; }
a { background-color: rgb(85,173,39); }
div.DivClassName
{
background-color: #55AD27;
}
.BgClassName
{
background-color: #55AD27;
}
</style>
border-color css
<style>
span { border-color: #55AD27; }
span { border-color: rgb(85,173,39); }
td.TdClassName
{
border-color: #55AD27;
}
.TagClassName
{
border-color: #55AD27;
}
</style>