Shades of Limeade #5D973D
Tints of Limeade #5D973D
RGB
CMYK
RGB Variations
Color information
#5D973D (or 0x5D973D) is known color: Limeade. HEX triplet: 5D, 97 and 3D. RGB value is (93,151,61). Sum of RGB (Red+Green+Blue) = 93+151+61=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #5D973D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D973D is #A268C2. Grayscale: #7B7B7B. Windows color (decimal): -10643651 or 4036445. OLE color: 4036445.
HSL color Cylindrical-coordinate representation of color #5D973D: hue angle of 98.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D973D is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 151 | 61 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.41 |
| HSL | 98.67º | 0.42% | 0.42% | - |
| HSV(B) | 98.67º | 0.6% | 0.59% | - |
| XYZ | 16.42 | 24.8 | 8.34 | - |
| YUV | 123.4 | 92.78 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 151 | 61 | 0.38 | 0 | 0.60 | 0.41 | 98.67 | 0.42 | 0.42 |
| Hex | 5D | 97 | 3D | 26 | 0 | 3C | 29 | 63 | 2A | 2A |
| Octal | 135 | 227 | 75 | 46 | 0 | 74 | 51 | 143 | 52 | 52 |
| Binary | 1011101 | 10010111 | 111101 | 100110 | 0 | 111100 | 101001 | 1100011 | 101010 | 101010 |
Color Harmonies of #5D973D
Complementary color
Monochromatic Colors of #5D973D
Black with #5D973D
Text Example
Text Example
White with #5D973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D973D; }
p { color: rgb(93,151,61); }
H1.HeaderClassName
{
color: #5D973D;
}
.AnyTagClassName
{
color: #5D973D;
}
</style>
background-color css
<style>
a { background-color: #5D973D; }
a { background-color: rgb(93,151,61); }
div.DivClassName
{
background-color: #5D973D;
}
.BgClassName
{
background-color: #5D973D;
}
</style>
border-color css
<style>
span { border-color: #5D973D; }
span { border-color: rgb(93,151,61); }
td.TdClassName
{
border-color: #5D973D;
}
.TagClassName
{
border-color: #5D973D;
}
</style>