Shades of Limeade #599D28
Tints of Limeade #599D28
RGB
CMYK
RGB Variations
Color information
#599D28 (or 0x599D28) is known color: Limeade. HEX triplet: 59, 9D and 28. RGB value is (89,157,40). Sum of RGB (Red+Green+Blue) = 89+157+40=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 157 (61.72% from 255 or 54.90% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 157 - color contains mainly: green. Hex color #599D28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599D28 is #A662D7. Grayscale: #7B7B7B. Windows color (decimal): -10904280 or 2661721. OLE color: 2661721.
HSL color Cylindrical-coordinate representation of color #599D28: hue angle of 94.87º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #599D28 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 40 | - |
| CMYK | 0.43 | 0 | 0.75 | 0.38 |
| HSL | 94.87º | 0.59% | 0.39% | - |
| HSV(B) | 94.87º | 0.75% | 0.62% | - |
| XYZ | 16.56 | 26.39 | 6.23 | - |
| YUV | 123.33 | 80.97 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 40 | 0.43 | 0 | 0.75 | 0.38 | 94.87 | 0.59 | 0.39 |
| Hex | 59 | 9D | 28 | 2B | 0 | 4B | 26 | 5F | 3B | 27 |
| Octal | 131 | 235 | 50 | 53 | 0 | 113 | 46 | 137 | 73 | 47 |
| Binary | 1011001 | 10011101 | 101000 | 101011 | 0 | 1001011 | 100110 | 1011111 | 111011 | 100111 |
Color Harmonies of #599D28
Complementary color
Monochromatic Colors of #599D28
Black with #599D28
Text Example
Text Example
White with #599D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D28; }
p { color: rgb(89,157,40); }
H1.HeaderClassName
{
color: #599D28;
}
.AnyTagClassName
{
color: #599D28;
}
</style>
background-color css
<style>
a { background-color: #599D28; }
a { background-color: rgb(89,157,40); }
div.DivClassName
{
background-color: #599D28;
}
.BgClassName
{
background-color: #599D28;
}
</style>
border-color css
<style>
span { border-color: #599D28; }
span { border-color: rgb(89,157,40); }
td.TdClassName
{
border-color: #599D28;
}
.TagClassName
{
border-color: #599D28;
}
</style>