Shades of Limeade #5B960F
Tints of Limeade #5B960F
RGB
CMYK
RGB Variations
Color information
#5B960F (or 0x5B960F) is known color: Limeade. HEX triplet: 5B, 96 and 0F. RGB value is (91,150,15). Sum of RGB (Red+Green+Blue) = 91+150+15=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 150 (58.98% from 255 or 58.59% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 150 - color contains mainly: green. Hex color #5B960F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B960F is #A469F0. Grayscale: #757575. Windows color (decimal): -10775025 or 1021531. OLE color: 1021531.
HSL color Cylindrical-coordinate representation of color #5B960F: hue angle of 86.22º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B960F is Cyan = 0.39, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 150 | 15 | - |
| CMYK | 0.39 | 0 | 0.9 | 0.41 |
| HSL | 86.22º | 0.82% | 0.32% | - |
| HSV(B) | 86.22º | 0.9% | 0.59% | - |
| XYZ | 15.31 | 24.07 | 4.29 | - |
| YUV | 116.97 | 70.45 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 150 | 15 | 0.39 | 0 | 0.9 | 0.41 | 86.22 | 0.82 | 0.32 |
| Hex | 5B | 96 | F | 27 | 0 | 5A | 29 | 56 | 52 | 20 |
| Octal | 133 | 226 | 17 | 47 | 0 | 132 | 51 | 126 | 122 | 40 |
| Binary | 1011011 | 10010110 | 1111 | 100111 | 0 | 1011010 | 101001 | 1010110 | 1010010 | 100000 |
Color Harmonies of #5B960F
Complementary color
Monochromatic Colors of #5B960F
Black with #5B960F
Text Example
Text Example
White with #5B960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B960F; }
p { color: rgb(91,150,15); }
H1.HeaderClassName
{
color: #5B960F;
}
.AnyTagClassName
{
color: #5B960F;
}
</style>
background-color css
<style>
a { background-color: #5B960F; }
a { background-color: rgb(91,150,15); }
div.DivClassName
{
background-color: #5B960F;
}
.BgClassName
{
background-color: #5B960F;
}
</style>
border-color css
<style>
span { border-color: #5B960F; }
span { border-color: rgb(91,150,15); }
td.TdClassName
{
border-color: #5B960F;
}
.TagClassName
{
border-color: #5B960F;
}
</style>