Shades of Limeade #599907
Tints of Limeade #599907
RGB
CMYK
RGB Variations
Color information
#599907 (or 0x599907) is known color: Limeade. HEX triplet: 59, 99 and 07. RGB value is (89,153,7). Sum of RGB (Red+Green+Blue) = 89+153+7=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 153 (60.16% from 255 or 61.45% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 153 - color contains mainly: green. Hex color #599907 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599907 is #A666F8. Grayscale: #757575. Windows color (decimal): -10905337 or 498009. OLE color: 498009.
HSL color Cylindrical-coordinate representation of color #599907: hue angle of 86.3º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #599907 is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 153 | 7 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.4 |
| HSL | 86.3º | 0.91% | 0.31% | - |
| HSV(B) | 86.3º | 0.95% | 0.6% | - |
| XYZ | 15.55 | 24.92 | 4.19 | - |
| YUV | 117.22 | 65.8 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 153 | 7 | 0.42 | 0 | 0.95 | 0.4 | 86.3 | 0.91 | 0.31 |
| Hex | 59 | 99 | 7 | 2A | 0 | 5F | 28 | 56 | 5B | 1F |
| Octal | 131 | 231 | 7 | 52 | 0 | 137 | 50 | 126 | 133 | 37 |
| Binary | 1011001 | 10011001 | 111 | 101010 | 0 | 1011111 | 101000 | 1010110 | 1011011 | 11111 |
Color Harmonies of #599907
Complementary color
Monochromatic Colors of #599907
Black with #599907
Text Example
Text Example
White with #599907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599907; }
p { color: rgb(89,153,7); }
H1.HeaderClassName
{
color: #599907;
}
.AnyTagClassName
{
color: #599907;
}
</style>
background-color css
<style>
a { background-color: #599907; }
a { background-color: rgb(89,153,7); }
div.DivClassName
{
background-color: #599907;
}
.BgClassName
{
background-color: #599907;
}
</style>
border-color css
<style>
span { border-color: #599907; }
span { border-color: rgb(89,153,7); }
td.TdClassName
{
border-color: #599907;
}
.TagClassName
{
border-color: #599907;
}
</style>