Shades of Limeade #5DA12F
Tints of Limeade #5DA12F
RGB
CMYK
RGB Variations
Color information
#5DA12F (or 0x5DA12F) is known color: Limeade. HEX triplet: 5D, A1 and 2F. RGB value is (93,161,47). Sum of RGB (Red+Green+Blue) = 93+161+47=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA12F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA12F is #A25ED0. Grayscale: #808080. Windows color (decimal): -10641105 or 3121501. OLE color: 3121501.
HSL color Cylindrical-coordinate representation of color #5DA12F: hue angle of 95.79º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DA12F is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 47 | - |
| CMYK | 0.42 | 0 | 0.71 | 0.37 |
| HSL | 95.79º | 0.55% | 0.41% | - |
| HSV(B) | 95.79º | 0.71% | 0.63% | - |
| XYZ | 17.77 | 28.02 | 7.16 | - |
| YUV | 127.67 | 82.47 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 47 | 0.42 | 0 | 0.71 | 0.37 | 95.79 | 0.55 | 0.41 |
| Hex | 5D | A1 | 2F | 2A | 0 | 47 | 25 | 60 | 37 | 29 |
| Octal | 135 | 241 | 57 | 52 | 0 | 107 | 45 | 140 | 67 | 51 |
| Binary | 1011101 | 10100001 | 101111 | 101010 | 0 | 1000111 | 100101 | 1100000 | 110111 | 101001 |
Color Harmonies of #5DA12F
Complementary color
Monochromatic Colors of #5DA12F
Black with #5DA12F
Text Example
Text Example
White with #5DA12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA12F; }
p { color: rgb(93,161,47); }
H1.HeaderClassName
{
color: #5DA12F;
}
.AnyTagClassName
{
color: #5DA12F;
}
</style>
background-color css
<style>
a { background-color: #5DA12F; }
a { background-color: rgb(93,161,47); }
div.DivClassName
{
background-color: #5DA12F;
}
.BgClassName
{
background-color: #5DA12F;
}
</style>
border-color css
<style>
span { border-color: #5DA12F; }
span { border-color: rgb(93,161,47); }
td.TdClassName
{
border-color: #5DA12F;
}
.TagClassName
{
border-color: #5DA12F;
}
</style>