Shades of Limeade #5D962C
Tints of Limeade #5D962C
RGB
CMYK
RGB Variations
Color information
#5D962C (or 0x5D962C) is known color: Limeade. HEX triplet: 5D, 96 and 2C. RGB value is (93,150,44). Sum of RGB (Red+Green+Blue) = 93+150+44=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #5D962C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D962C is #A269D3. Grayscale: #797979. Windows color (decimal): -10643924 or 2922077. OLE color: 2922077.
HSL color Cylindrical-coordinate representation of color #5D962C: hue angle of 92.26º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D962C is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 150 | 44 | - |
| CMYK | 0.38 | 0 | 0.71 | 0.41 |
| HSL | 92.26º | 0.55% | 0.38% | - |
| HSV(B) | 92.26º | 0.71% | 0.59% | - |
| XYZ | 15.88 | 24.32 | 6.24 | - |
| YUV | 120.87 | 84.62 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 44 | 0.38 | 0 | 0.71 | 0.41 | 92.26 | 0.55 | 0.38 |
| Hex | 5D | 96 | 2C | 26 | 0 | 47 | 29 | 5C | 37 | 26 |
| Octal | 135 | 226 | 54 | 46 | 0 | 107 | 51 | 134 | 67 | 46 |
| Binary | 1011101 | 10010110 | 101100 | 100110 | 0 | 1000111 | 101001 | 1011100 | 110111 | 100110 |
Color Harmonies of #5D962C
Complementary color
Monochromatic Colors of #5D962C
Black with #5D962C
Text Example
Text Example
White with #5D962C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D962C; }
p { color: rgb(93,150,44); }
H1.HeaderClassName
{
color: #5D962C;
}
.AnyTagClassName
{
color: #5D962C;
}
</style>
background-color css
<style>
a { background-color: #5D962C; }
a { background-color: rgb(93,150,44); }
div.DivClassName
{
background-color: #5D962C;
}
.BgClassName
{
background-color: #5D962C;
}
</style>
border-color css
<style>
span { border-color: #5D962C; }
span { border-color: rgb(93,150,44); }
td.TdClassName
{
border-color: #5D962C;
}
.TagClassName
{
border-color: #5D962C;
}
</style>