Shades of Limeade #5D992C
Tints of Limeade #5D992C
RGB
CMYK
RGB Variations
Color information
#5D992C (or 0x5D992C) is known color: Limeade. HEX triplet: 5D, 99 and 2C. RGB value is (93,153,44). Sum of RGB (Red+Green+Blue) = 93+153+44=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #5D992C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D992C is #A266D3. Grayscale: #7B7B7B. Windows color (decimal): -10643156 or 2922845. OLE color: 2922845.
HSL color Cylindrical-coordinate representation of color #5D992C: hue angle of 93.03º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D992C is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 93 | 153 | 44 | - |
| CMYK | 0.39 | 0 | 0.71 | 0.4 |
| HSL | 93.03º | 0.55% | 0.39% | - |
| HSV(B) | 93.03º | 0.71% | 0.6% | - |
| XYZ | 16.36 | 25.29 | 6.4 | - |
| YUV | 122.63 | 83.62 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 153 | 44 | 0.39 | 0 | 0.71 | 0.4 | 93.03 | 0.55 | 0.39 |
| Hex | 5D | 99 | 2C | 27 | 0 | 47 | 28 | 5D | 37 | 27 |
| Octal | 135 | 231 | 54 | 47 | 0 | 107 | 50 | 135 | 67 | 47 |
| Binary | 1011101 | 10011001 | 101100 | 100111 | 0 | 1000111 | 101000 | 1011101 | 110111 | 100111 |
Color Harmonies of #5D992C
Complementary color
Monochromatic Colors of #5D992C
Black with #5D992C
Text Example
Text Example
White with #5D992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D992C; }
p { color: rgb(93,153,44); }
H1.HeaderClassName
{
color: #5D992C;
}
.AnyTagClassName
{
color: #5D992C;
}
</style>
background-color css
<style>
a { background-color: #5D992C; }
a { background-color: rgb(93,153,44); }
div.DivClassName
{
background-color: #5D992C;
}
.BgClassName
{
background-color: #5D992C;
}
</style>
border-color css
<style>
span { border-color: #5D992C; }
span { border-color: rgb(93,153,44); }
td.TdClassName
{
border-color: #5D992C;
}
.TagClassName
{
border-color: #5D992C;
}
</style>