Shades of Limeade #5B980D
Tints of Limeade #5B980D
RGB
CMYK
RGB Variations
Color information
#5B980D (or 0x5B980D) is known color: Limeade. HEX triplet: 5B, 98 and 0D. RGB value is (91,152,13). Sum of RGB (Red+Green+Blue) = 91+152+13=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 152 (59.77% from 255 or 59.38% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 152 - color contains mainly: green. Hex color #5B980D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B980D is #A467F2. Grayscale: #767676. Windows color (decimal): -10774515 or 890971. OLE color: 890971.
HSL color Cylindrical-coordinate representation of color #5B980D: hue angle of 86.33º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B980D is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 152 | 13 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.40 |
| HSL | 86.33º | 0.84% | 0.32% | - |
| HSV(B) | 86.33º | 0.91% | 0.6% | - |
| XYZ | 15.62 | 24.71 | 4.33 | - |
| YUV | 117.92 | 68.79 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 152 | 13 | 0.40 | 0 | 0.91 | 0.40 | 86.33 | 0.84 | 0.32 |
| Hex | 5B | 98 | D | 28 | 0 | 5B | 28 | 56 | 54 | 20 |
| Octal | 133 | 230 | 15 | 50 | 0 | 133 | 50 | 126 | 124 | 40 |
| Binary | 1011011 | 10011000 | 1101 | 101000 | 0 | 1011011 | 101000 | 1010110 | 1010100 | 100000 |
Color Harmonies of #5B980D
Complementary color
Monochromatic Colors of #5B980D
Black with #5B980D
Text Example
Text Example
White with #5B980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B980D; }
p { color: rgb(91,152,13); }
H1.HeaderClassName
{
color: #5B980D;
}
.AnyTagClassName
{
color: #5B980D;
}
</style>
background-color css
<style>
a { background-color: #5B980D; }
a { background-color: rgb(91,152,13); }
div.DivClassName
{
background-color: #5B980D;
}
.BgClassName
{
background-color: #5B980D;
}
</style>
border-color css
<style>
span { border-color: #5B980D; }
span { border-color: rgb(91,152,13); }
td.TdClassName
{
border-color: #5B980D;
}
.TagClassName
{
border-color: #5B980D;
}
</style>