Shades of Limeade #599407
Tints of Limeade #599407
RGB
CMYK
RGB Variations
Color information
#599407 (or 0x599407) is known color: Limeade. HEX triplet: 59, 94 and 07. RGB value is (89,148,7). Sum of RGB (Red+Green+Blue) = 89+148+7=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #599407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599407 is #A66BF8. Grayscale: #727272. Windows color (decimal): -10906617 or 496729. OLE color: 496729.
HSL color Cylindrical-coordinate representation of color #599407: hue angle of 85.11º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #599407 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 148 | 7 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.42 |
| HSL | 85.11º | 0.91% | 0.3% | - |
| HSV(B) | 85.11º | 0.95% | 0.58% | - |
| XYZ | 14.75 | 23.32 | 3.92 | - |
| YUV | 114.29 | 67.45 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 7 | 0.40 | 0 | 0.95 | 0.42 | 85.11 | 0.91 | 0.3 |
| Hex | 59 | 94 | 7 | 28 | 0 | 5F | 2A | 55 | 5B | 1E |
| Octal | 131 | 224 | 7 | 50 | 0 | 137 | 52 | 125 | 133 | 36 |
| Binary | 1011001 | 10010100 | 111 | 101000 | 0 | 1011111 | 101010 | 1010101 | 1011011 | 11110 |
Color Harmonies of #599407
Complementary color
Monochromatic Colors of #599407
Black with #599407
Text Example
Text Example
White with #599407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599407; }
p { color: rgb(89,148,7); }
H1.HeaderClassName
{
color: #599407;
}
.AnyTagClassName
{
color: #599407;
}
</style>
background-color css
<style>
a { background-color: #599407; }
a { background-color: rgb(89,148,7); }
div.DivClassName
{
background-color: #599407;
}
.BgClassName
{
background-color: #599407;
}
</style>
border-color css
<style>
span { border-color: #599407; }
span { border-color: rgb(89,148,7); }
td.TdClassName
{
border-color: #599407;
}
.TagClassName
{
border-color: #599407;
}
</style>