Shades of Kelly Green #55AE29
Tints of Kelly Green #55AE29
RGB
CMYK
RGB Variations
Color information
#55AE29 (or 0x55AE29) is known color: Kelly Green. HEX triplet: 55, AE and 29. RGB value is (85,174,41). Sum of RGB (Red+Green+Blue) = 85+174+41=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 174 (68.36% from 255 or 58% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AE29 is #AA51D6. Grayscale: #848484. Windows color (decimal): -11162071 or 2731605. OLE color: 2731605.
HSL color Cylindrical-coordinate representation of color #55AE29: hue angle of 100.15º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55AE29 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 174 | 41 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.32 |
| HSL | 100.15º | 0.62% | 0.42% | - |
| HSV(B) | 100.15º | 0.76% | 0.68% | - |
| XYZ | 19.28 | 32.36 | 7.33 | - |
| YUV | 132.23 | 76.51 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 174 | 41 | 0.51 | 0 | 0.76 | 0.32 | 100.15 | 0.62 | 0.42 |
| Hex | 55 | AE | 29 | 33 | 0 | 4C | 20 | 64 | 3E | 2A |
| Octal | 125 | 256 | 51 | 63 | 0 | 114 | 40 | 144 | 76 | 52 |
| Binary | 1010101 | 10101110 | 101001 | 110011 | 0 | 1001100 | 100000 | 1100100 | 111110 | 101010 |
Color Harmonies of #55AE29
Complementary color
Monochromatic Colors of #55AE29
Black with #55AE29
Text Example
Text Example
White with #55AE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AE29; }
p { color: rgb(85,174,41); }
H1.HeaderClassName
{
color: #55AE29;
}
.AnyTagClassName
{
color: #55AE29;
}
</style>
background-color css
<style>
a { background-color: #55AE29; }
a { background-color: rgb(85,174,41); }
div.DivClassName
{
background-color: #55AE29;
}
.BgClassName
{
background-color: #55AE29;
}
</style>
border-color css
<style>
span { border-color: #55AE29; }
span { border-color: rgb(85,174,41); }
td.TdClassName
{
border-color: #55AE29;
}
.TagClassName
{
border-color: #55AE29;
}
</style>