Shades of Limeade #5D961D
Tints of Limeade #5D961D
RGB
CMYK
RGB Variations
Color information
#5D961D (or 0x5D961D) is known color: Limeade. HEX triplet: 5D, 96 and 1D. RGB value is (93,150,29). Sum of RGB (Red+Green+Blue) = 93+150+29=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #5D961D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D961D is #A269E2. Grayscale: #777777. Windows color (decimal): -10643939 or 1939037. OLE color: 1939037.
HSL color Cylindrical-coordinate representation of color #5D961D: hue angle of 88.26º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D961D is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 150 | 29 | - |
| CMYK | 0.38 | 0 | 0.81 | 0.41 |
| HSL | 88.26º | 0.68% | 0.35% | - |
| HSV(B) | 88.26º | 0.81% | 0.59% | - |
| XYZ | 15.64 | 24.23 | 5.01 | - |
| YUV | 119.16 | 77.12 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 29 | 0.38 | 0 | 0.81 | 0.41 | 88.26 | 0.68 | 0.35 |
| Hex | 5D | 96 | 1D | 26 | 0 | 51 | 29 | 58 | 44 | 23 |
| Octal | 135 | 226 | 35 | 46 | 0 | 121 | 51 | 130 | 104 | 43 |
| Binary | 1011101 | 10010110 | 11101 | 100110 | 0 | 1010001 | 101001 | 1011000 | 1000100 | 100011 |
Color Harmonies of #5D961D
Complementary color
Monochromatic Colors of #5D961D
Black with #5D961D
Text Example
Text Example
White with #5D961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D961D; }
p { color: rgb(93,150,29); }
H1.HeaderClassName
{
color: #5D961D;
}
.AnyTagClassName
{
color: #5D961D;
}
</style>
background-color css
<style>
a { background-color: #5D961D; }
a { background-color: rgb(93,150,29); }
div.DivClassName
{
background-color: #5D961D;
}
.BgClassName
{
background-color: #5D961D;
}
</style>
border-color css
<style>
span { border-color: #5D961D; }
span { border-color: rgb(93,150,29); }
td.TdClassName
{
border-color: #5D961D;
}
.TagClassName
{
border-color: #5D961D;
}
</style>