Shades of Limeade #599D36
Tints of Limeade #599D36
RGB
CMYK
RGB Variations
Color information
#599D36 (or 0x599D36) is known color: Limeade. HEX triplet: 59, 9D and 36. RGB value is (89,157,54). Sum of RGB (Red+Green+Blue) = 89+157+54=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 157 (61.72% from 255 or 52.33% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 157 - color contains mainly: green. Hex color #599D36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599D36 is #A662C9. Grayscale: #7D7D7D. Windows color (decimal): -10904266 or 3579225. OLE color: 3579225.
HSL color Cylindrical-coordinate representation of color #599D36: hue angle of 99.61º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #599D36 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 54 | - |
| CMYK | 0.43 | 0 | 0.66 | 0.38 |
| HSL | 99.61º | 0.49% | 0.41% | - |
| HSV(B) | 99.61º | 0.66% | 0.62% | - |
| XYZ | 16.84 | 26.5 | 7.72 | - |
| YUV | 124.93 | 87.97 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 54 | 0.43 | 0 | 0.66 | 0.38 | 99.61 | 0.49 | 0.41 |
| Hex | 59 | 9D | 36 | 2B | 0 | 42 | 26 | 64 | 31 | 29 |
| Octal | 131 | 235 | 66 | 53 | 0 | 102 | 46 | 144 | 61 | 51 |
| Binary | 1011001 | 10011101 | 110110 | 101011 | 0 | 1000010 | 100110 | 1100100 | 110001 | 101001 |
Color Harmonies of #599D36
Complementary color
Monochromatic Colors of #599D36
Black with #599D36
Text Example
Text Example
White with #599D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D36; }
p { color: rgb(89,157,54); }
H1.HeaderClassName
{
color: #599D36;
}
.AnyTagClassName
{
color: #599D36;
}
</style>
background-color css
<style>
a { background-color: #599D36; }
a { background-color: rgb(89,157,54); }
div.DivClassName
{
background-color: #599D36;
}
.BgClassName
{
background-color: #599D36;
}
</style>
border-color css
<style>
span { border-color: #599D36; }
span { border-color: rgb(89,157,54); }
td.TdClassName
{
border-color: #599D36;
}
.TagClassName
{
border-color: #599D36;
}
</style>