Shades of Limeade #5B950A
Tints of Limeade #5B950A
RGB
CMYK
RGB Variations
Color information
#5B950A (or 0x5B950A) is known color: Limeade. HEX triplet: 5B, 95 and 0A. RGB value is (91,149,10). Sum of RGB (Red+Green+Blue) = 91+149+10=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 149 (58.59% from 255 or 59.6% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 149 - color contains mainly: green. Hex color #5B950A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B950A is #A46AF5. Grayscale: #747474. Windows color (decimal): -10775286 or 693595. OLE color: 693595.
HSL color Cylindrical-coordinate representation of color #5B950A: hue angle of 85.04º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B950A is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 149 | 10 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.42 |
| HSL | 85.04º | 0.87% | 0.31% | - |
| HSV(B) | 85.04º | 0.93% | 0.58% | - |
| XYZ | 15.12 | 23.74 | 4.07 | - |
| YUV | 115.81 | 68.28 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 149 | 10 | 0.39 | 0 | 0.93 | 0.42 | 85.04 | 0.87 | 0.31 |
| Hex | 5B | 95 | A | 27 | 0 | 5D | 2A | 55 | 57 | 1F |
| Octal | 133 | 225 | 12 | 47 | 0 | 135 | 52 | 125 | 127 | 37 |
| Binary | 1011011 | 10010101 | 1010 | 100111 | 0 | 1011101 | 101010 | 1010101 | 1010111 | 11111 |
Color Harmonies of #5B950A
Complementary color
Monochromatic Colors of #5B950A
Black with #5B950A
Text Example
Text Example
White with #5B950A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B950A; }
p { color: rgb(91,149,10); }
H1.HeaderClassName
{
color: #5B950A;
}
.AnyTagClassName
{
color: #5B950A;
}
</style>
background-color css
<style>
a { background-color: #5B950A; }
a { background-color: rgb(91,149,10); }
div.DivClassName
{
background-color: #5B950A;
}
.BgClassName
{
background-color: #5B950A;
}
</style>
border-color css
<style>
span { border-color: #5B950A; }
span { border-color: rgb(91,149,10); }
td.TdClassName
{
border-color: #5B950A;
}
.TagClassName
{
border-color: #5B950A;
}
</style>