Shades of Kelly Green #55AC2E
Tints of Kelly Green #55AC2E
RGB
CMYK
RGB Variations
Color information
#55AC2E (or 0x55AC2E) is known color: Kelly Green. HEX triplet: 55, AC and 2E. RGB value is (85,172,46). Sum of RGB (Red+Green+Blue) = 85+172+46=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AC2E is #AA53D1. Grayscale: #848484. Windows color (decimal): -11162578 or 3058773. OLE color: 3058773.
HSL color Cylindrical-coordinate representation of color #55AC2E: hue angle of 101.43º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55AC2E is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 46 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.33 |
| HSL | 101.43º | 0.58% | 0.43% | - |
| HSV(B) | 101.43º | 0.73% | 0.67% | - |
| XYZ | 18.99 | 31.63 | 7.69 | - |
| YUV | 131.62 | 79.68 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 46 | 0.51 | 0 | 0.73 | 0.33 | 101.43 | 0.58 | 0.43 |
| Hex | 55 | AC | 2E | 33 | 0 | 49 | 21 | 65 | 3A | 2B |
| Octal | 125 | 254 | 56 | 63 | 0 | 111 | 41 | 145 | 72 | 53 |
| Binary | 1010101 | 10101100 | 101110 | 110011 | 0 | 1001001 | 100001 | 1100101 | 111010 | 101011 |
Color Harmonies of #55AC2E
Complementary color
Monochromatic Colors of #55AC2E
Black with #55AC2E
Text Example
Text Example
White with #55AC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC2E; }
p { color: rgb(85,172,46); }
H1.HeaderClassName
{
color: #55AC2E;
}
.AnyTagClassName
{
color: #55AC2E;
}
</style>
background-color css
<style>
a { background-color: #55AC2E; }
a { background-color: rgb(85,172,46); }
div.DivClassName
{
background-color: #55AC2E;
}
.BgClassName
{
background-color: #55AC2E;
}
</style>
border-color css
<style>
span { border-color: #55AC2E; }
span { border-color: rgb(85,172,46); }
td.TdClassName
{
border-color: #55AC2E;
}
.TagClassName
{
border-color: #55AC2E;
}
</style>