Shades of Limeade #599A2D
Tints of Limeade #599A2D
RGB
CMYK
RGB Variations
Color information
#599A2D (or 0x599A2D) is known color: Limeade. HEX triplet: 59, 9A and 2D. RGB value is (89,154,45). Sum of RGB (Red+Green+Blue) = 89+154+45=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 154 (60.55% from 255 or 53.47% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 154 - color contains mainly: green. Hex color #599A2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599A2D is #A665D2. Grayscale: #7A7A7A. Windows color (decimal): -10905043 or 2988633. OLE color: 2988633.
HSL color Cylindrical-coordinate representation of color #599A2D: hue angle of 95.78º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #599A2D is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 154 | 45 | - |
| CMYK | 0.42 | 0 | 0.71 | 0.40 |
| HSL | 95.78º | 0.55% | 0.39% | - |
| HSV(B) | 95.78º | 0.71% | 0.6% | - |
| XYZ | 16.15 | 25.42 | 6.54 | - |
| YUV | 122.14 | 84.47 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 45 | 0.42 | 0 | 0.71 | 0.40 | 95.78 | 0.55 | 0.39 |
| Hex | 59 | 9A | 2D | 2A | 0 | 47 | 28 | 60 | 37 | 27 |
| Octal | 131 | 232 | 55 | 52 | 0 | 107 | 50 | 140 | 67 | 47 |
| Binary | 1011001 | 10011010 | 101101 | 101010 | 0 | 1000111 | 101000 | 1100000 | 110111 | 100111 |
Color Harmonies of #599A2D
Complementary color
Monochromatic Colors of #599A2D
Black with #599A2D
Text Example
Text Example
White with #599A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599A2D; }
p { color: rgb(89,154,45); }
H1.HeaderClassName
{
color: #599A2D;
}
.AnyTagClassName
{
color: #599A2D;
}
</style>
background-color css
<style>
a { background-color: #599A2D; }
a { background-color: rgb(89,154,45); }
div.DivClassName
{
background-color: #599A2D;
}
.BgClassName
{
background-color: #599A2D;
}
</style>
border-color css
<style>
span { border-color: #599A2D; }
span { border-color: rgb(89,154,45); }
td.TdClassName
{
border-color: #599A2D;
}
.TagClassName
{
border-color: #599A2D;
}
</style>