Shades of Limeade #5B950D
Tints of Limeade #5B950D
RGB
CMYK
RGB Variations
Color information
#5B950D (or 0x5B950D) is known color: Limeade. HEX triplet: 5B, 95 and 0D. RGB value is (91,149,13). Sum of RGB (Red+Green+Blue) = 91+149+13=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 149 (58.59% from 255 or 58.89% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 149 - color contains mainly: green. Hex color #5B950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B950D is #A46AF2. Grayscale: #747474. Windows color (decimal): -10775283 or 890203. OLE color: 890203.
HSL color Cylindrical-coordinate representation of color #5B950D: hue angle of 85.59º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B950D is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 149 | 13 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.42 |
| HSL | 85.59º | 0.84% | 0.32% | - |
| HSV(B) | 85.59º | 0.91% | 0.58% | - |
| XYZ | 15.13 | 23.75 | 4.17 | - |
| YUV | 116.15 | 69.78 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 149 | 13 | 0.39 | 0 | 0.91 | 0.42 | 85.59 | 0.84 | 0.32 |
| Hex | 5B | 95 | D | 27 | 0 | 5B | 2A | 56 | 54 | 20 |
| Octal | 133 | 225 | 15 | 47 | 0 | 133 | 52 | 126 | 124 | 40 |
| Binary | 1011011 | 10010101 | 1101 | 100111 | 0 | 1011011 | 101010 | 1010110 | 1010100 | 100000 |
Color Harmonies of #5B950D
Complementary color
Monochromatic Colors of #5B950D
Black with #5B950D
Text Example
Text Example
White with #5B950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B950D; }
p { color: rgb(91,149,13); }
H1.HeaderClassName
{
color: #5B950D;
}
.AnyTagClassName
{
color: #5B950D;
}
</style>
background-color css
<style>
a { background-color: #5B950D; }
a { background-color: rgb(91,149,13); }
div.DivClassName
{
background-color: #5B950D;
}
.BgClassName
{
background-color: #5B950D;
}
</style>
border-color css
<style>
span { border-color: #5B950D; }
span { border-color: rgb(91,149,13); }
td.TdClassName
{
border-color: #5B950D;
}
.TagClassName
{
border-color: #5B950D;
}
</style>