Shades of Limeade #599C0F
Tints of Limeade #599C0F
RGB
CMYK
RGB Variations
Color information
#599C0F (or 0x599C0F) is known color: Limeade. HEX triplet: 59, 9C and 0F. RGB value is (89,156,15). Sum of RGB (Red+Green+Blue) = 89+156+15=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 156 (61.33% from 255 or 60% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 156 - color contains mainly: green. Hex color #599C0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599C0F is #A663F0. Grayscale: #787878. Windows color (decimal): -10904561 or 1023065. OLE color: 1023065.
HSL color Cylindrical-coordinate representation of color #599C0F: hue angle of 88.51º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #599C0F is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 156 | 15 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.39 |
| HSL | 88.51º | 0.82% | 0.34% | - |
| HSV(B) | 88.51º | 0.9% | 0.61% | - |
| XYZ | 16.09 | 25.94 | 4.61 | - |
| YUV | 119.89 | 68.8 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 15 | 0.43 | 0 | 0.90 | 0.39 | 88.51 | 0.82 | 0.34 |
| Hex | 59 | 9C | F | 2B | 0 | 5A | 27 | 59 | 52 | 22 |
| Octal | 131 | 234 | 17 | 53 | 0 | 132 | 47 | 131 | 122 | 42 |
| Binary | 1011001 | 10011100 | 1111 | 101011 | 0 | 1011010 | 100111 | 1011001 | 1010010 | 100010 |
Color Harmonies of #599C0F
Complementary color
Monochromatic Colors of #599C0F
Black with #599C0F
Text Example
Text Example
White with #599C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599C0F; }
p { color: rgb(89,156,15); }
H1.HeaderClassName
{
color: #599C0F;
}
.AnyTagClassName
{
color: #599C0F;
}
</style>
background-color css
<style>
a { background-color: #599C0F; }
a { background-color: rgb(89,156,15); }
div.DivClassName
{
background-color: #599C0F;
}
.BgClassName
{
background-color: #599C0F;
}
</style>
border-color css
<style>
span { border-color: #599C0F; }
span { border-color: rgb(89,156,15); }
td.TdClassName
{
border-color: #599C0F;
}
.TagClassName
{
border-color: #599C0F;
}
</style>