Shades of Limeade #5B9D34
Tints of Limeade #5B9D34
RGB
CMYK
RGB Variations
Color information
#5B9D34 (or 0x5B9D34) is known color: Limeade. HEX triplet: 5B, 9D and 34. RGB value is (91,157,52). Sum of RGB (Red+Green+Blue) = 91+157+52=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 157 (61.72% from 255 or 52.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 157 - color contains mainly: green. Hex color #5B9D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9D34 is #A462CB. Grayscale: #7D7D7D. Windows color (decimal): -10773196 or 3448155. OLE color: 3448155.
HSL color Cylindrical-coordinate representation of color #5B9D34: hue angle of 97.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B9D34 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 157 | 52 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.38 |
| HSL | 97.71º | 0.5% | 0.41% | - |
| HSV(B) | 97.71º | 0.67% | 0.62% | - |
| XYZ | 16.99 | 26.59 | 7.48 | - |
| YUV | 125.3 | 86.63 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 157 | 52 | 0.42 | 0 | 0.67 | 0.38 | 97.71 | 0.5 | 0.41 |
| Hex | 5B | 9D | 34 | 2A | 0 | 43 | 26 | 62 | 32 | 29 |
| Octal | 133 | 235 | 64 | 52 | 0 | 103 | 46 | 142 | 62 | 51 |
| Binary | 1011011 | 10011101 | 110100 | 101010 | 0 | 1000011 | 100110 | 1100010 | 110010 | 101001 |
Color Harmonies of #5B9D34
Complementary color
Monochromatic Colors of #5B9D34
Black with #5B9D34
Text Example
Text Example
White with #5B9D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9D34; }
p { color: rgb(91,157,52); }
H1.HeaderClassName
{
color: #5B9D34;
}
.AnyTagClassName
{
color: #5B9D34;
}
</style>
background-color css
<style>
a { background-color: #5B9D34; }
a { background-color: rgb(91,157,52); }
div.DivClassName
{
background-color: #5B9D34;
}
.BgClassName
{
background-color: #5B9D34;
}
</style>
border-color css
<style>
span { border-color: #5B9D34; }
span { border-color: rgb(91,157,52); }
td.TdClassName
{
border-color: #5B9D34;
}
.TagClassName
{
border-color: #5B9D34;
}
</style>