Shades of Limeade #599428
Tints of Limeade #599428
RGB
CMYK
RGB Variations
Color information
#599428 (or 0x599428) is known color: Limeade. HEX triplet: 59, 94 and 28. RGB value is (89,148,40). Sum of RGB (Red+Green+Blue) = 89+148+40=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #599428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599428 is #A66BD7. Grayscale: #767676. Windows color (decimal): -10906584 or 2659417. OLE color: 2659417.
HSL color Cylindrical-coordinate representation of color #599428: hue angle of 92.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #599428 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 148 | 40 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.42 |
| HSL | 92.78º | 0.57% | 0.37% | - |
| HSV(B) | 92.78º | 0.73% | 0.58% | - |
| XYZ | 15.09 | 23.46 | 5.74 | - |
| YUV | 118.05 | 83.95 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 40 | 0.40 | 0 | 0.73 | 0.42 | 92.78 | 0.57 | 0.37 |
| Hex | 59 | 94 | 28 | 28 | 0 | 49 | 2A | 5D | 39 | 25 |
| Octal | 131 | 224 | 50 | 50 | 0 | 111 | 52 | 135 | 71 | 45 |
| Binary | 1011001 | 10010100 | 101000 | 101000 | 0 | 1001001 | 101010 | 1011101 | 111001 | 100101 |
Color Harmonies of #599428
Complementary color
Monochromatic Colors of #599428
Black with #599428
Text Example
Text Example
White with #599428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599428; }
p { color: rgb(89,148,40); }
H1.HeaderClassName
{
color: #599428;
}
.AnyTagClassName
{
color: #599428;
}
</style>
background-color css
<style>
a { background-color: #599428; }
a { background-color: rgb(89,148,40); }
div.DivClassName
{
background-color: #599428;
}
.BgClassName
{
background-color: #599428;
}
</style>
border-color css
<style>
span { border-color: #599428; }
span { border-color: rgb(89,148,40); }
td.TdClassName
{
border-color: #599428;
}
.TagClassName
{
border-color: #599428;
}
</style>