Shades of Limeade #599C1C
Tints of Limeade #599C1C
RGB
CMYK
RGB Variations
Color information
#599C1C (or 0x599C1C) is known color: Limeade. HEX triplet: 59, 9C and 1C. RGB value is (89,156,28). Sum of RGB (Red+Green+Blue) = 89+156+28=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 156 (61.33% from 255 or 57.14% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 156 - color contains mainly: green. Hex color #599C1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599C1C is #A663E3. Grayscale: #797979. Windows color (decimal): -10904548 or 1875033. OLE color: 1875033.
HSL color Cylindrical-coordinate representation of color #599C1C: hue angle of 91.41º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #599C1C is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 156 | 28 | - |
| CMYK | 0.43 | 0 | 0.82 | 0.39 |
| HSL | 91.41º | 0.7% | 0.36% | - |
| HSV(B) | 91.41º | 0.82% | 0.61% | - |
| XYZ | 16.22 | 25.98 | 5.26 | - |
| YUV | 121.38 | 75.3 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 28 | 0.43 | 0 | 0.82 | 0.39 | 91.41 | 0.7 | 0.36 |
| Hex | 59 | 9C | 1C | 2B | 0 | 52 | 27 | 5B | 46 | 24 |
| Octal | 131 | 234 | 34 | 53 | 0 | 122 | 47 | 133 | 106 | 44 |
| Binary | 1011001 | 10011100 | 11100 | 101011 | 0 | 1010010 | 100111 | 1011011 | 1000110 | 100100 |
Color Harmonies of #599C1C
Complementary color
Monochromatic Colors of #599C1C
Black with #599C1C
Text Example
Text Example
White with #599C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599C1C; }
p { color: rgb(89,156,28); }
H1.HeaderClassName
{
color: #599C1C;
}
.AnyTagClassName
{
color: #599C1C;
}
</style>
background-color css
<style>
a { background-color: #599C1C; }
a { background-color: rgb(89,156,28); }
div.DivClassName
{
background-color: #599C1C;
}
.BgClassName
{
background-color: #599C1C;
}
</style>
border-color css
<style>
span { border-color: #599C1C; }
span { border-color: rgb(89,156,28); }
td.TdClassName
{
border-color: #599C1C;
}
.TagClassName
{
border-color: #599C1C;
}
</style>