Shades of Limeade #5B950F
Tints of Limeade #5B950F
RGB
CMYK
RGB Variations
Color information
#5B950F (or 0x5B950F) is known color: Limeade. HEX triplet: 5B, 95 and 0F. RGB value is (91,149,15). Sum of RGB (Red+Green+Blue) = 91+149+15=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 149 (58.59% from 255 or 58.43% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 149 - color contains mainly: green. Hex color #5B950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B950F is #A46AF0. Grayscale: #747474. Windows color (decimal): -10775281 or 1021275. OLE color: 1021275.
HSL color Cylindrical-coordinate representation of color #5B950F: hue angle of 85.97º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B950F is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 149 | 15 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.42 |
| HSL | 85.97º | 0.82% | 0.32% | - |
| HSV(B) | 85.97º | 0.9% | 0.58% | - |
| XYZ | 15.15 | 23.75 | 4.24 | - |
| YUV | 116.38 | 70.78 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 149 | 15 | 0.39 | 0 | 0.90 | 0.42 | 85.97 | 0.82 | 0.32 |
| Hex | 5B | 95 | F | 27 | 0 | 5A | 2A | 56 | 52 | 20 |
| Octal | 133 | 225 | 17 | 47 | 0 | 132 | 52 | 126 | 122 | 40 |
| Binary | 1011011 | 10010101 | 1111 | 100111 | 0 | 1011010 | 101010 | 1010110 | 1010010 | 100000 |
Color Harmonies of #5B950F
Complementary color
Monochromatic Colors of #5B950F
Black with #5B950F
Text Example
Text Example
White with #5B950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B950F; }
p { color: rgb(91,149,15); }
H1.HeaderClassName
{
color: #5B950F;
}
.AnyTagClassName
{
color: #5B950F;
}
</style>
background-color css
<style>
a { background-color: #5B950F; }
a { background-color: rgb(91,149,15); }
div.DivClassName
{
background-color: #5B950F;
}
.BgClassName
{
background-color: #5B950F;
}
</style>
border-color css
<style>
span { border-color: #5B950F; }
span { border-color: rgb(91,149,15); }
td.TdClassName
{
border-color: #5B950F;
}
.TagClassName
{
border-color: #5B950F;
}
</style>