Shades of Limeade #599502
Tints of Limeade #599502
RGB
CMYK
RGB Variations
Color information
#599502 (or 0x599502) is known color: Limeade. HEX triplet: 59, 95 and 02. RGB value is (89,149,2). Sum of RGB (Red+Green+Blue) = 89+149+2=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 149 (58.59% from 255 or 62.08% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 149 - color contains mainly: green. Hex color #599502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599502 is #A66AFD. Grayscale: #727272. Windows color (decimal): -10906366 or 169305. OLE color: 169305.
HSL color Cylindrical-coordinate representation of color #599502: hue angle of 84.49º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #599502 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 149 | 2 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.42 |
| HSL | 84.49º | 0.97% | 0.3% | - |
| HSV(B) | 84.49º | 0.99% | 0.58% | - |
| XYZ | 14.88 | 23.62 | 3.83 | - |
| YUV | 114.3 | 64.62 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 2 | 0.40 | 0 | 0.99 | 0.42 | 84.49 | 0.97 | 0.3 |
| Hex | 59 | 95 | 2 | 28 | 0 | 63 | 2A | 54 | 61 | 1E |
| Octal | 131 | 225 | 2 | 50 | 0 | 143 | 52 | 124 | 141 | 36 |
| Binary | 1011001 | 10010101 | 10 | 101000 | 0 | 1100011 | 101010 | 1010100 | 1100001 | 11110 |
Color Harmonies of #599502
Complementary color
Monochromatic Colors of #599502
Black with #599502
Text Example
Text Example
White with #599502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599502; }
p { color: rgb(89,149,2); }
H1.HeaderClassName
{
color: #599502;
}
.AnyTagClassName
{
color: #599502;
}
</style>
background-color css
<style>
a { background-color: #599502; }
a { background-color: rgb(89,149,2); }
div.DivClassName
{
background-color: #599502;
}
.BgClassName
{
background-color: #599502;
}
</style>
border-color css
<style>
span { border-color: #599502; }
span { border-color: rgb(89,149,2); }
td.TdClassName
{
border-color: #599502;
}
.TagClassName
{
border-color: #599502;
}
</style>