Shades of Limeade #599719
Tints of Limeade #599719
RGB
CMYK
RGB Variations
Color information
#599719 (or 0x599719) is known color: Limeade. HEX triplet: 59, 97 and 19. RGB value is (89,151,25). Sum of RGB (Red+Green+Blue) = 89+151+25=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 151 (59.38% from 255 or 56.98% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 151 - color contains mainly: green. Hex color #599719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599719 is #A668E6. Grayscale: #767676. Windows color (decimal): -10905831 or 1677145. OLE color: 1677145.
HSL color Cylindrical-coordinate representation of color #599719: hue angle of 89.52º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #599719 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 151 | 25 | - |
| CMYK | 0.41 | 0 | 0.83 | 0.41 |
| HSL | 89.52º | 0.72% | 0.35% | - |
| HSV(B) | 89.52º | 0.83% | 0.59% | - |
| XYZ | 15.36 | 24.33 | 4.81 | - |
| YUV | 118.1 | 75.46 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 151 | 25 | 0.41 | 0 | 0.83 | 0.41 | 89.52 | 0.72 | 0.35 |
| Hex | 59 | 97 | 19 | 29 | 0 | 53 | 29 | 5A | 48 | 23 |
| Octal | 131 | 227 | 31 | 51 | 0 | 123 | 51 | 132 | 110 | 43 |
| Binary | 1011001 | 10010111 | 11001 | 101001 | 0 | 1010011 | 101001 | 1011010 | 1001000 | 100011 |
Color Harmonies of #599719
Complementary color
Monochromatic Colors of #599719
Black with #599719
Text Example
Text Example
White with #599719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599719; }
p { color: rgb(89,151,25); }
H1.HeaderClassName
{
color: #599719;
}
.AnyTagClassName
{
color: #599719;
}
</style>
background-color css
<style>
a { background-color: #599719; }
a { background-color: rgb(89,151,25); }
div.DivClassName
{
background-color: #599719;
}
.BgClassName
{
background-color: #599719;
}
</style>
border-color css
<style>
span { border-color: #599719; }
span { border-color: rgb(89,151,25); }
td.TdClassName
{
border-color: #599719;
}
.TagClassName
{
border-color: #599719;
}
</style>