Shades of Limeade #599702
Tints of Limeade #599702
RGB
CMYK
RGB Variations
Color information
#599702 (or 0x599702) is known color: Limeade. HEX triplet: 59, 97 and 02. RGB value is (89,151,2). Sum of RGB (Red+Green+Blue) = 89+151+2=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 151 (59.38% from 255 or 62.40% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 151 - color contains mainly: green. Hex color #599702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599702 is #A668FD. Grayscale: #747474. Windows color (decimal): -10905854 or 169817. OLE color: 169817.
HSL color Cylindrical-coordinate representation of color #599702: hue angle of 84.97º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #599702 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 151 | 2 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.41 |
| HSL | 84.97º | 0.97% | 0.3% | - |
| HSV(B) | 84.97º | 0.99% | 0.59% | - |
| XYZ | 15.2 | 24.26 | 3.94 | - |
| YUV | 115.48 | 63.96 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 151 | 2 | 0.41 | 0 | 0.99 | 0.41 | 84.97 | 0.97 | 0.3 |
| Hex | 59 | 97 | 2 | 29 | 0 | 63 | 29 | 55 | 61 | 1E |
| Octal | 131 | 227 | 2 | 51 | 0 | 143 | 51 | 125 | 141 | 36 |
| Binary | 1011001 | 10010111 | 10 | 101001 | 0 | 1100011 | 101001 | 1010101 | 1100001 | 11110 |
Color Harmonies of #599702
Complementary color
Monochromatic Colors of #599702
Black with #599702
Text Example
Text Example
White with #599702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599702; }
p { color: rgb(89,151,2); }
H1.HeaderClassName
{
color: #599702;
}
.AnyTagClassName
{
color: #599702;
}
</style>
background-color css
<style>
a { background-color: #599702; }
a { background-color: rgb(89,151,2); }
div.DivClassName
{
background-color: #599702;
}
.BgClassName
{
background-color: #599702;
}
</style>
border-color css
<style>
span { border-color: #599702; }
span { border-color: rgb(89,151,2); }
td.TdClassName
{
border-color: #599702;
}
.TagClassName
{
border-color: #599702;
}
</style>