Shades of Limeade #599C1D
Tints of Limeade #599C1D
RGB
CMYK
RGB Variations
Color information
#599C1D (or 0x599C1D) is known color: Limeade. HEX triplet: 59, 9C and 1D. RGB value is (89,156,29). Sum of RGB (Red+Green+Blue) = 89+156+29=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 156 (61.33% from 255 or 56.93% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 156 - color contains mainly: green. Hex color #599C1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599C1D is #A663E2. Grayscale: #797979. Windows color (decimal): -10904547 or 1940569. OLE color: 1940569.
HSL color Cylindrical-coordinate representation of color #599C1D: hue angle of 91.65º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #599C1D is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 156 | 29 | - |
| CMYK | 0.43 | 0 | 0.81 | 0.39 |
| HSL | 91.65º | 0.69% | 0.36% | - |
| HSV(B) | 91.65º | 0.81% | 0.61% | - |
| XYZ | 16.23 | 25.99 | 5.32 | - |
| YUV | 121.49 | 75.8 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 29 | 0.43 | 0 | 0.81 | 0.39 | 91.65 | 0.69 | 0.36 |
| Hex | 59 | 9C | 1D | 2B | 0 | 51 | 27 | 5C | 45 | 24 |
| Octal | 131 | 234 | 35 | 53 | 0 | 121 | 47 | 134 | 105 | 44 |
| Binary | 1011001 | 10011100 | 11101 | 101011 | 0 | 1010001 | 100111 | 1011100 | 1000101 | 100100 |
Color Harmonies of #599C1D
Complementary color
Monochromatic Colors of #599C1D
Black with #599C1D
Text Example
Text Example
White with #599C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599C1D; }
p { color: rgb(89,156,29); }
H1.HeaderClassName
{
color: #599C1D;
}
.AnyTagClassName
{
color: #599C1D;
}
</style>
background-color css
<style>
a { background-color: #599C1D; }
a { background-color: rgb(89,156,29); }
div.DivClassName
{
background-color: #599C1D;
}
.BgClassName
{
background-color: #599C1D;
}
</style>
border-color css
<style>
span { border-color: #599C1D; }
span { border-color: rgb(89,156,29); }
td.TdClassName
{
border-color: #599C1D;
}
.TagClassName
{
border-color: #599C1D;
}
</style>