Shades of Limeade #5D950B
Tints of Limeade #5D950B
RGB
CMYK
RGB Variations
Color information
#5D950B (or 0x5D950B) is known color: Limeade. HEX triplet: 5D, 95 and 0B. RGB value is (93,149,11). Sum of RGB (Red+Green+Blue) = 93+149+11=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 149 (58.59% from 255 or 58.89% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 149 - color contains mainly: green. Hex color #5D950B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D950B is #A26AF4. Grayscale: #757575. Windows color (decimal): -10644213 or 759133. OLE color: 759133.
HSL color Cylindrical-coordinate representation of color #5D950B: hue angle of 84.35º degrees, saturation: 0.86, 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 #5D950B is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 149 | 11 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.42 |
| HSL | 84.35º | 0.86% | 0.31% | - |
| HSV(B) | 84.35º | 0.93% | 0.58% | - |
| XYZ | 15.32 | 23.85 | 4.11 | - |
| YUV | 116.52 | 68.45 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 149 | 11 | 0.38 | 0 | 0.93 | 0.42 | 84.35 | 0.86 | 0.31 |
| Hex | 5D | 95 | B | 26 | 0 | 5D | 2A | 54 | 56 | 1F |
| Octal | 135 | 225 | 13 | 46 | 0 | 135 | 52 | 124 | 126 | 37 |
| Binary | 1011101 | 10010101 | 1011 | 100110 | 0 | 1011101 | 101010 | 1010100 | 1010110 | 11111 |
Color Harmonies of #5D950B
Complementary color
Monochromatic Colors of #5D950B
Black with #5D950B
Text Example
Text Example
White with #5D950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D950B; }
p { color: rgb(93,149,11); }
H1.HeaderClassName
{
color: #5D950B;
}
.AnyTagClassName
{
color: #5D950B;
}
</style>
background-color css
<style>
a { background-color: #5D950B; }
a { background-color: rgb(93,149,11); }
div.DivClassName
{
background-color: #5D950B;
}
.BgClassName
{
background-color: #5D950B;
}
</style>
border-color css
<style>
span { border-color: #5D950B; }
span { border-color: rgb(93,149,11); }
td.TdClassName
{
border-color: #5D950B;
}
.TagClassName
{
border-color: #5D950B;
}
</style>