Shades of Limeade #5D982C
Tints of Limeade #5D982C
RGB
CMYK
RGB Variations
Color information
#5D982C (or 0x5D982C) is known color: Limeade. HEX triplet: 5D, 98 and 2C. RGB value is (93,152,44). Sum of RGB (Red+Green+Blue) = 93+152+44=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #5D982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D982C is #A267D3. Grayscale: #7A7A7A. Windows color (decimal): -10643412 or 2922589. OLE color: 2922589.
HSL color Cylindrical-coordinate representation of color #5D982C: hue angle of 92.78º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D982C is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 152 | 44 | - |
| CMYK | 0.39 | 0 | 0.71 | 0.40 |
| HSL | 92.78º | 0.55% | 0.38% | - |
| HSV(B) | 92.78º | 0.71% | 0.6% | - |
| XYZ | 16.2 | 24.97 | 6.35 | - |
| YUV | 122.05 | 83.95 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 152 | 44 | 0.39 | 0 | 0.71 | 0.40 | 92.78 | 0.55 | 0.38 |
| Hex | 5D | 98 | 2C | 27 | 0 | 47 | 28 | 5D | 37 | 26 |
| Octal | 135 | 230 | 54 | 47 | 0 | 107 | 50 | 135 | 67 | 46 |
| Binary | 1011101 | 10011000 | 101100 | 100111 | 0 | 1000111 | 101000 | 1011101 | 110111 | 100110 |
Color Harmonies of #5D982C
Complementary color
Monochromatic Colors of #5D982C
Black with #5D982C
Text Example
Text Example
White with #5D982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D982C; }
p { color: rgb(93,152,44); }
H1.HeaderClassName
{
color: #5D982C;
}
.AnyTagClassName
{
color: #5D982C;
}
</style>
background-color css
<style>
a { background-color: #5D982C; }
a { background-color: rgb(93,152,44); }
div.DivClassName
{
background-color: #5D982C;
}
.BgClassName
{
background-color: #5D982C;
}
</style>
border-color css
<style>
span { border-color: #5D982C; }
span { border-color: rgb(93,152,44); }
td.TdClassName
{
border-color: #5D982C;
}
.TagClassName
{
border-color: #5D982C;
}
</style>