Shades of Limeade #599107
Tints of Limeade #599107
RGB
CMYK
RGB Variations
Color information
#599107 (or 0x599107) is known color: Limeade. HEX triplet: 59, 91 and 07. RGB value is (89,145,7). Sum of RGB (Red+Green+Blue) = 89+145+7=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 145 (57.03% from 255 or 60.17% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 145 - color contains mainly: green. Hex color #599107 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599107 is #A66EF8. Grayscale: #717171. Windows color (decimal): -10907385 or 495961. OLE color: 495961.
HSL color Cylindrical-coordinate representation of color #599107: hue angle of 84.35º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #599107 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 145 | 7 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.43 |
| HSL | 84.35º | 0.91% | 0.3% | - |
| HSV(B) | 84.35º | 0.95% | 0.57% | - |
| XYZ | 14.28 | 22.39 | 3.77 | - |
| YUV | 112.52 | 68.45 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 145 | 7 | 0.39 | 0 | 0.95 | 0.43 | 84.35 | 0.91 | 0.3 |
| Hex | 59 | 91 | 7 | 27 | 0 | 5F | 2B | 54 | 5B | 1E |
| Octal | 131 | 221 | 7 | 47 | 0 | 137 | 53 | 124 | 133 | 36 |
| Binary | 1011001 | 10010001 | 111 | 100111 | 0 | 1011111 | 101011 | 1010100 | 1011011 | 11110 |
Color Harmonies of #599107
Complementary color
Monochromatic Colors of #599107
Black with #599107
Text Example
Text Example
White with #599107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599107; }
p { color: rgb(89,145,7); }
H1.HeaderClassName
{
color: #599107;
}
.AnyTagClassName
{
color: #599107;
}
</style>
background-color css
<style>
a { background-color: #599107; }
a { background-color: rgb(89,145,7); }
div.DivClassName
{
background-color: #599107;
}
.BgClassName
{
background-color: #599107;
}
</style>
border-color css
<style>
span { border-color: #599107; }
span { border-color: rgb(89,145,7); }
td.TdClassName
{
border-color: #599107;
}
.TagClassName
{
border-color: #599107;
}
</style>