Shades of Limeade #599A07
Tints of Limeade #599A07
RGB
CMYK
RGB Variations
Color information
#599A07 (or 0x599A07) is known color: Limeade. HEX triplet: 59, 9A and 07. RGB value is (89,154,7). Sum of RGB (Red+Green+Blue) = 89+154+7=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 154 (60.55% from 255 or 61.6% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 154 - color contains mainly: green. Hex color #599A07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599A07 is #A665F8. Grayscale: #767676. Windows color (decimal): -10905081 or 498265. OLE color: 498265.
HSL color Cylindrical-coordinate representation of color #599A07: hue angle of 86.53º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #599A07 is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 154 | 7 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.40 |
| HSL | 86.53º | 0.91% | 0.32% | - |
| HSV(B) | 86.53º | 0.95% | 0.6% | - |
| XYZ | 15.71 | 25.25 | 4.25 | - |
| YUV | 117.81 | 65.47 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 7 | 0.42 | 0 | 0.95 | 0.40 | 86.53 | 0.91 | 0.32 |
| Hex | 59 | 9A | 7 | 2A | 0 | 5F | 28 | 57 | 5B | 20 |
| Octal | 131 | 232 | 7 | 52 | 0 | 137 | 50 | 127 | 133 | 40 |
| Binary | 1011001 | 10011010 | 111 | 101010 | 0 | 1011111 | 101000 | 1010111 | 1011011 | 100000 |
Color Harmonies of #599A07
Complementary color
Monochromatic Colors of #599A07
Black with #599A07
Text Example
Text Example
White with #599A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599A07; }
p { color: rgb(89,154,7); }
H1.HeaderClassName
{
color: #599A07;
}
.AnyTagClassName
{
color: #599A07;
}
</style>
background-color css
<style>
a { background-color: #599A07; }
a { background-color: rgb(89,154,7); }
div.DivClassName
{
background-color: #599A07;
}
.BgClassName
{
background-color: #599A07;
}
</style>
border-color css
<style>
span { border-color: #599A07; }
span { border-color: rgb(89,154,7); }
td.TdClassName
{
border-color: #599A07;
}
.TagClassName
{
border-color: #599A07;
}
</style>