Shades of Limeade #5B983D
Tints of Limeade #5B983D
RGB
CMYK
RGB Variations
Color information
#5B983D (or 0x5B983D) is known color: Limeade. HEX triplet: 5B, 98 and 3D. RGB value is (91,152,61). Sum of RGB (Red+Green+Blue) = 91+152+61=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #5B983D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B983D is #A467C2. Grayscale: #7B7B7B. Windows color (decimal): -10774467 or 4036699. OLE color: 4036699.
HSL color Cylindrical-coordinate representation of color #5B983D: hue angle of 100.22º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B983D is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 152 | 61 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.40 |
| HSL | 100.22º | 0.43% | 0.42% | - |
| HSV(B) | 100.22º | 0.6% | 0.6% | - |
| XYZ | 16.38 | 25.02 | 8.38 | - |
| YUV | 123.39 | 92.79 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 152 | 61 | 0.40 | 0 | 0.60 | 0.40 | 100.22 | 0.43 | 0.42 |
| Hex | 5B | 98 | 3D | 28 | 0 | 3C | 28 | 64 | 2B | 2A |
| Octal | 133 | 230 | 75 | 50 | 0 | 74 | 50 | 144 | 53 | 52 |
| Binary | 1011011 | 10011000 | 111101 | 101000 | 0 | 111100 | 101000 | 1100100 | 101011 | 101010 |
Color Harmonies of #5B983D
Complementary color
Monochromatic Colors of #5B983D
Black with #5B983D
Text Example
Text Example
White with #5B983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B983D; }
p { color: rgb(91,152,61); }
H1.HeaderClassName
{
color: #5B983D;
}
.AnyTagClassName
{
color: #5B983D;
}
</style>
background-color css
<style>
a { background-color: #5B983D; }
a { background-color: rgb(91,152,61); }
div.DivClassName
{
background-color: #5B983D;
}
.BgClassName
{
background-color: #5B983D;
}
</style>
border-color css
<style>
span { border-color: #5B983D; }
span { border-color: rgb(91,152,61); }
td.TdClassName
{
border-color: #5B983D;
}
.TagClassName
{
border-color: #5B983D;
}
</style>