Shades of Limeade #5B9D31
Tints of Limeade #5B9D31
RGB
CMYK
RGB Variations
Color information
#5B9D31 (or 0x5B9D31) is known color: Limeade. HEX triplet: 5B, 9D and 31. RGB value is (91,157,49). Sum of RGB (Red+Green+Blue) = 91+157+49=297 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.64% from 297); Green value is 157 (61.72% from 255 or 52.86% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 157 - color contains mainly: green. Hex color #5B9D31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9D31 is #A462CE. Grayscale: #7D7D7D. Windows color (decimal): -10773199 or 3251547. OLE color: 3251547.
HSL color Cylindrical-coordinate representation of color #5B9D31: hue angle of 96.67º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B9D31 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 157 | 49 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.38 |
| HSL | 96.67º | 0.52% | 0.4% | - |
| HSV(B) | 96.67º | 0.69% | 0.62% | - |
| XYZ | 16.93 | 26.56 | 7.14 | - |
| YUV | 124.95 | 85.13 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 157 | 49 | 0.42 | 0 | 0.69 | 0.38 | 96.67 | 0.52 | 0.4 |
| Hex | 5B | 9D | 31 | 2A | 0 | 45 | 26 | 61 | 34 | 28 |
| Octal | 133 | 235 | 61 | 52 | 0 | 105 | 46 | 141 | 64 | 50 |
| Binary | 1011011 | 10011101 | 110001 | 101010 | 0 | 1000101 | 100110 | 1100001 | 110100 | 101000 |
Color Harmonies of #5B9D31
Complementary color
Monochromatic Colors of #5B9D31
Black with #5B9D31
Text Example
Text Example
White with #5B9D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9D31; }
p { color: rgb(91,157,49); }
H1.HeaderClassName
{
color: #5B9D31;
}
.AnyTagClassName
{
color: #5B9D31;
}
</style>
background-color css
<style>
a { background-color: #5B9D31; }
a { background-color: rgb(91,157,49); }
div.DivClassName
{
background-color: #5B9D31;
}
.BgClassName
{
background-color: #5B9D31;
}
</style>
border-color css
<style>
span { border-color: #5B9D31; }
span { border-color: rgb(91,157,49); }
td.TdClassName
{
border-color: #5B9D31;
}
.TagClassName
{
border-color: #5B9D31;
}
</style>