Shades of Kelly Green #55AB27
Tints of Kelly Green #55AB27
RGB
CMYK
RGB Variations
Color information
#55AB27 (or 0x55AB27) is known color: Kelly Green. HEX triplet: 55, AB and 27. RGB value is (85,171,39). Sum of RGB (Red+Green+Blue) = 85+171+39=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AB27 is #AA54D8. Grayscale: #828282. Windows color (decimal): -11162841 or 2599765. OLE color: 2599765.
HSL color Cylindrical-coordinate representation of color #55AB27: hue angle of 99.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55AB27 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 171 | 39 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.33 |
| HSL | 99.09º | 0.63% | 0.41% | - |
| HSV(B) | 99.09º | 0.77% | 0.67% | - |
| XYZ | 18.68 | 31.2 | 6.96 | - |
| YUV | 130.24 | 76.51 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 39 | 0.50 | 0 | 0.77 | 0.33 | 99.09 | 0.63 | 0.41 |
| Hex | 55 | AB | 27 | 32 | 0 | 4D | 21 | 63 | 3F | 29 |
| Octal | 125 | 253 | 47 | 62 | 0 | 115 | 41 | 143 | 77 | 51 |
| Binary | 1010101 | 10101011 | 100111 | 110010 | 0 | 1001101 | 100001 | 1100011 | 111111 | 101001 |
Color Harmonies of #55AB27
Complementary color
Monochromatic Colors of #55AB27
Black with #55AB27
Text Example
Text Example
White with #55AB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AB27; }
p { color: rgb(85,171,39); }
H1.HeaderClassName
{
color: #55AB27;
}
.AnyTagClassName
{
color: #55AB27;
}
</style>
background-color css
<style>
a { background-color: #55AB27; }
a { background-color: rgb(85,171,39); }
div.DivClassName
{
background-color: #55AB27;
}
.BgClassName
{
background-color: #55AB27;
}
</style>
border-color css
<style>
span { border-color: #55AB27; }
span { border-color: rgb(85,171,39); }
td.TdClassName
{
border-color: #55AB27;
}
.TagClassName
{
border-color: #55AB27;
}
</style>