Shades of Limeade #5D972F
Tints of Limeade #5D972F
RGB
CMYK
RGB Variations
Color information
#5D972F (or 0x5D972F) is known color: Limeade. HEX triplet: 5D, 97 and 2F. RGB value is (93,151,47). Sum of RGB (Red+Green+Blue) = 93+151+47=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #5D972F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D972F is #A268D0. Grayscale: #7A7A7A. Windows color (decimal): -10643665 or 3118941. OLE color: 3118941.
HSL color Cylindrical-coordinate representation of color #5D972F: hue angle of 93.46º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D972F is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 151 | 47 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.41 |
| HSL | 93.46º | 0.53% | 0.39% | - |
| HSV(B) | 93.46º | 0.69% | 0.59% | - |
| XYZ | 16.09 | 24.67 | 6.6 | - |
| YUV | 121.8 | 85.78 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 151 | 47 | 0.38 | 0 | 0.69 | 0.41 | 93.46 | 0.53 | 0.39 |
| Hex | 5D | 97 | 2F | 26 | 0 | 45 | 29 | 5D | 35 | 27 |
| Octal | 135 | 227 | 57 | 46 | 0 | 105 | 51 | 135 | 65 | 47 |
| Binary | 1011101 | 10010111 | 101111 | 100110 | 0 | 1000101 | 101001 | 1011101 | 110101 | 100111 |
Color Harmonies of #5D972F
Complementary color
Monochromatic Colors of #5D972F
Black with #5D972F
Text Example
Text Example
White with #5D972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D972F; }
p { color: rgb(93,151,47); }
H1.HeaderClassName
{
color: #5D972F;
}
.AnyTagClassName
{
color: #5D972F;
}
</style>
background-color css
<style>
a { background-color: #5D972F; }
a { background-color: rgb(93,151,47); }
div.DivClassName
{
background-color: #5D972F;
}
.BgClassName
{
background-color: #5D972F;
}
</style>
border-color css
<style>
span { border-color: #5D972F; }
span { border-color: rgb(93,151,47); }
td.TdClassName
{
border-color: #5D972F;
}
.TagClassName
{
border-color: #5D972F;
}
</style>