Shades of Limeade #5C9635
Tints of Limeade #5C9635
RGB
CMYK
RGB Variations
Color information
#5C9635 (or 0x5C9635) is known color: Limeade. HEX triplet: 5C, 96 and 35. RGB value is (92,150,53). Sum of RGB (Red+Green+Blue) = 92+150+53=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #5C9635 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9635 is #A369CA. Grayscale: #797979. Windows color (decimal): -10709451 or 3511900. OLE color: 3511900.
HSL color Cylindrical-coordinate representation of color #5C9635: hue angle of 95.88º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C9635 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 150 | 53 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.41 |
| HSL | 95.88º | 0.48% | 0.4% | - |
| HSV(B) | 95.88º | 0.65% | 0.59% | - |
| XYZ | 15.96 | 24.35 | 7.23 | - |
| YUV | 121.6 | 89.28 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 150 | 53 | 0.39 | 0 | 0.65 | 0.41 | 95.88 | 0.48 | 0.4 |
| Hex | 5C | 96 | 35 | 27 | 0 | 41 | 29 | 60 | 30 | 28 |
| Octal | 134 | 226 | 65 | 47 | 0 | 101 | 51 | 140 | 60 | 50 |
| Binary | 1011100 | 10010110 | 110101 | 100111 | 0 | 1000001 | 101001 | 1100000 | 110000 | 101000 |
Color Harmonies of #5C9635
Complementary color
Monochromatic Colors of #5C9635
Black with #5C9635
Text Example
Text Example
White with #5C9635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9635; }
p { color: rgb(92,150,53); }
H1.HeaderClassName
{
color: #5C9635;
}
.AnyTagClassName
{
color: #5C9635;
}
</style>
background-color css
<style>
a { background-color: #5C9635; }
a { background-color: rgb(92,150,53); }
div.DivClassName
{
background-color: #5C9635;
}
.BgClassName
{
background-color: #5C9635;
}
</style>
border-color css
<style>
span { border-color: #5C9635; }
span { border-color: rgb(92,150,53); }
td.TdClassName
{
border-color: #5C9635;
}
.TagClassName
{
border-color: #5C9635;
}
</style>