Shades of Limeade #599C22
Tints of Limeade #599C22
RGB
CMYK
RGB Variations
Color information
#599C22 (or 0x599C22) is known color: Limeade. HEX triplet: 59, 9C and 22. RGB value is (89,156,34). Sum of RGB (Red+Green+Blue) = 89+156+34=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 156 (61.33% from 255 or 55.91% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 156 - color contains mainly: green. Hex color #599C22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599C22 is #A663DD. Grayscale: #7A7A7A. Windows color (decimal): -10904542 or 2268249. OLE color: 2268249.
HSL color Cylindrical-coordinate representation of color #599C22: hue angle of 92.95º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #599C22 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 156 | 34 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.39 |
| HSL | 92.95º | 0.64% | 0.37% | - |
| HSV(B) | 92.95º | 0.78% | 0.61% | - |
| XYZ | 16.3 | 26.02 | 5.68 | - |
| YUV | 122.06 | 78.3 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 34 | 0.43 | 0 | 0.78 | 0.39 | 92.95 | 0.64 | 0.37 |
| Hex | 59 | 9C | 22 | 2B | 0 | 4E | 27 | 5D | 40 | 25 |
| Octal | 131 | 234 | 42 | 53 | 0 | 116 | 47 | 135 | 100 | 45 |
| Binary | 1011001 | 10011100 | 100010 | 101011 | 0 | 1001110 | 100111 | 1011101 | 1000000 | 100101 |
Color Harmonies of #599C22
Complementary color
Monochromatic Colors of #599C22
Black with #599C22
Text Example
Text Example
White with #599C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599C22; }
p { color: rgb(89,156,34); }
H1.HeaderClassName
{
color: #599C22;
}
.AnyTagClassName
{
color: #599C22;
}
</style>
background-color css
<style>
a { background-color: #599C22; }
a { background-color: rgb(89,156,34); }
div.DivClassName
{
background-color: #599C22;
}
.BgClassName
{
background-color: #599C22;
}
</style>
border-color css
<style>
span { border-color: #599C22; }
span { border-color: rgb(89,156,34); }
td.TdClassName
{
border-color: #599C22;
}
.TagClassName
{
border-color: #599C22;
}
</style>