Shades of Limeade #599C0D
Tints of Limeade #599C0D
RGB
CMYK
RGB Variations
Color information
#599C0D (or 0x599C0D) is known color: Limeade. HEX triplet: 59, 9C and 0D. RGB value is (89,156,13). Sum of RGB (Red+Green+Blue) = 89+156+13=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 156 (61.33% from 255 or 60.47% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 156 - color contains mainly: green. Hex color #599C0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599C0D is #A663F2. Grayscale: #787878. Windows color (decimal): -10904563 or 891993. OLE color: 891993.
HSL color Cylindrical-coordinate representation of color #599C0D: hue angle of 88.11º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #599C0D is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 156 | 13 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.39 |
| HSL | 88.11º | 0.85% | 0.33% | - |
| HSV(B) | 88.11º | 0.92% | 0.61% | - |
| XYZ | 16.08 | 25.93 | 4.54 | - |
| YUV | 119.67 | 67.8 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 13 | 0.43 | 0 | 0.92 | 0.39 | 88.11 | 0.85 | 0.33 |
| Hex | 59 | 9C | D | 2B | 0 | 5C | 27 | 58 | 55 | 21 |
| Octal | 131 | 234 | 15 | 53 | 0 | 134 | 47 | 130 | 125 | 41 |
| Binary | 1011001 | 10011100 | 1101 | 101011 | 0 | 1011100 | 100111 | 1011000 | 1010101 | 100001 |
Color Harmonies of #599C0D
Complementary color
Monochromatic Colors of #599C0D
Black with #599C0D
Text Example
Text Example
White with #599C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599C0D; }
p { color: rgb(89,156,13); }
H1.HeaderClassName
{
color: #599C0D;
}
.AnyTagClassName
{
color: #599C0D;
}
</style>
background-color css
<style>
a { background-color: #599C0D; }
a { background-color: rgb(89,156,13); }
div.DivClassName
{
background-color: #599C0D;
}
.BgClassName
{
background-color: #599C0D;
}
</style>
border-color css
<style>
span { border-color: #599C0D; }
span { border-color: rgb(89,156,13); }
td.TdClassName
{
border-color: #599C0D;
}
.TagClassName
{
border-color: #599C0D;
}
</style>