Shades of Limeade #599430
Tints of Limeade #599430
RGB
CMYK
RGB Variations
Color information
#599430 (or 0x599430) is known color: Limeade. HEX triplet: 59, 94 and 30. RGB value is (89,148,48). Sum of RGB (Red+Green+Blue) = 89+148+48=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #599430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599430 is #A66BCF. Grayscale: #777777. Windows color (decimal): -10906576 or 3183705. OLE color: 3183705.
HSL color Cylindrical-coordinate representation of color #599430: hue angle of 95.4º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #599430 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 148 | 48 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.42 |
| HSL | 95.4º | 0.51% | 0.38% | - |
| HSV(B) | 95.4º | 0.68% | 0.58% | - |
| XYZ | 15.24 | 23.52 | 6.53 | - |
| YUV | 118.96 | 87.95 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 48 | 0.40 | 0 | 0.68 | 0.42 | 95.4 | 0.51 | 0.38 |
| Hex | 59 | 94 | 30 | 28 | 0 | 44 | 2A | 5F | 33 | 26 |
| Octal | 131 | 224 | 60 | 50 | 0 | 104 | 52 | 137 | 63 | 46 |
| Binary | 1011001 | 10010100 | 110000 | 101000 | 0 | 1000100 | 101010 | 1011111 | 110011 | 100110 |
Color Harmonies of #599430
Complementary color
Monochromatic Colors of #599430
Black with #599430
Text Example
Text Example
White with #599430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599430; }
p { color: rgb(89,148,48); }
H1.HeaderClassName
{
color: #599430;
}
.AnyTagClassName
{
color: #599430;
}
</style>
background-color css
<style>
a { background-color: #599430; }
a { background-color: rgb(89,148,48); }
div.DivClassName
{
background-color: #599430;
}
.BgClassName
{
background-color: #599430;
}
</style>
border-color css
<style>
span { border-color: #599430; }
span { border-color: rgb(89,148,48); }
td.TdClassName
{
border-color: #599430;
}
.TagClassName
{
border-color: #599430;
}
</style>