Shades of Limeade #599C06
Tints of Limeade #599C06
RGB
CMYK
RGB Variations
Color information
#599C06 (or 0x599C06) is known color: Limeade. HEX triplet: 59, 9C and 06. RGB value is (89,156,6). Sum of RGB (Red+Green+Blue) = 89+156+6=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 156 (61.33% from 255 or 62.15% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 156 - color contains mainly: green. Hex color #599C06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599C06 is #A663F9. Grayscale: #777777. Windows color (decimal): -10904570 or 433241. OLE color: 433241.
HSL color Cylindrical-coordinate representation of color #599C06: hue angle of 86.8º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #599C06 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 156 | 6 | - |
| CMYK | 0.43 | 0 | 0.96 | 0.39 |
| HSL | 86.8º | 0.93% | 0.32% | - |
| HSV(B) | 86.8º | 0.96% | 0.61% | - |
| XYZ | 16.04 | 25.91 | 4.33 | - |
| YUV | 118.87 | 64.3 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 6 | 0.43 | 0 | 0.96 | 0.39 | 86.8 | 0.93 | 0.32 |
| Hex | 59 | 9C | 6 | 2B | 0 | 60 | 27 | 57 | 5D | 20 |
| Octal | 131 | 234 | 6 | 53 | 0 | 140 | 47 | 127 | 135 | 40 |
| Binary | 1011001 | 10011100 | 110 | 101011 | 0 | 1100000 | 100111 | 1010111 | 1011101 | 100000 |
Color Harmonies of #599C06
Complementary color
Monochromatic Colors of #599C06
Black with #599C06
Text Example
Text Example
White with #599C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599C06; }
p { color: rgb(89,156,6); }
H1.HeaderClassName
{
color: #599C06;
}
.AnyTagClassName
{
color: #599C06;
}
</style>
background-color css
<style>
a { background-color: #599C06; }
a { background-color: rgb(89,156,6); }
div.DivClassName
{
background-color: #599C06;
}
.BgClassName
{
background-color: #599C06;
}
</style>
border-color css
<style>
span { border-color: #599C06; }
span { border-color: rgb(89,156,6); }
td.TdClassName
{
border-color: #599C06;
}
.TagClassName
{
border-color: #599C06;
}
</style>