Shades of Limeade #599307
Tints of Limeade #599307
RGB
CMYK
RGB Variations
Color information
#599307 (or 0x599307) is known color: Limeade. HEX triplet: 59, 93 and 07. RGB value is (89,147,7). Sum of RGB (Red+Green+Blue) = 89+147+7=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 147 (57.81% from 255 or 60.49% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 147 - color contains mainly: green. Hex color #599307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599307 is #A66CF8. Grayscale: #727272. Windows color (decimal): -10906873 or 496473. OLE color: 496473.
HSL color Cylindrical-coordinate representation of color #599307: hue angle of 84.86º 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 #599307 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 147 | 7 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.42 |
| HSL | 84.86º | 0.91% | 0.3% | - |
| HSV(B) | 84.86º | 0.95% | 0.58% | - |
| XYZ | 14.59 | 23.01 | 3.87 | - |
| YUV | 113.7 | 67.78 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 7 | 0.39 | 0 | 0.95 | 0.42 | 84.86 | 0.91 | 0.3 |
| Hex | 59 | 93 | 7 | 27 | 0 | 5F | 2A | 55 | 5B | 1E |
| Octal | 131 | 223 | 7 | 47 | 0 | 137 | 52 | 125 | 133 | 36 |
| Binary | 1011001 | 10010011 | 111 | 100111 | 0 | 1011111 | 101010 | 1010101 | 1011011 | 11110 |
Color Harmonies of #599307
Complementary color
Monochromatic Colors of #599307
Black with #599307
Text Example
Text Example
White with #599307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599307; }
p { color: rgb(89,147,7); }
H1.HeaderClassName
{
color: #599307;
}
.AnyTagClassName
{
color: #599307;
}
</style>
background-color css
<style>
a { background-color: #599307; }
a { background-color: rgb(89,147,7); }
div.DivClassName
{
background-color: #599307;
}
.BgClassName
{
background-color: #599307;
}
</style>
border-color css
<style>
span { border-color: #599307; }
span { border-color: rgb(89,147,7); }
td.TdClassName
{
border-color: #599307;
}
.TagClassName
{
border-color: #599307;
}
</style>