Shades of Limeade #5DA135
Tints of Limeade #5DA135
RGB
CMYK
RGB Variations
Color information
#5DA135 (or 0x5DA135) is known color: Limeade. HEX triplet: 5D, A1 and 35. RGB value is (93,161,53). Sum of RGB (Red+Green+Blue) = 93+161+53=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA135 is #A25ECA. Grayscale: #808080. Windows color (decimal): -10641099 or 3514717. OLE color: 3514717.
HSL color Cylindrical-coordinate representation of color #5DA135: hue angle of 97.78º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5DA135 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 53 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.37 |
| HSL | 97.78º | 0.5% | 0.42% | - |
| HSV(B) | 97.78º | 0.67% | 0.63% | - |
| XYZ | 17.9 | 28.07 | 7.84 | - |
| YUV | 128.36 | 85.47 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 53 | 0.42 | 0 | 0.67 | 0.37 | 97.78 | 0.5 | 0.42 |
| Hex | 5D | A1 | 35 | 2A | 0 | 43 | 25 | 62 | 32 | 2A |
| Octal | 135 | 241 | 65 | 52 | 0 | 103 | 45 | 142 | 62 | 52 |
| Binary | 1011101 | 10100001 | 110101 | 101010 | 0 | 1000011 | 100101 | 1100010 | 110010 | 101010 |
Color Harmonies of #5DA135
Complementary color
Monochromatic Colors of #5DA135
Black with #5DA135
Text Example
Text Example
White with #5DA135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA135; }
p { color: rgb(93,161,53); }
H1.HeaderClassName
{
color: #5DA135;
}
.AnyTagClassName
{
color: #5DA135;
}
</style>
background-color css
<style>
a { background-color: #5DA135; }
a { background-color: rgb(93,161,53); }
div.DivClassName
{
background-color: #5DA135;
}
.BgClassName
{
background-color: #5DA135;
}
</style>
border-color css
<style>
span { border-color: #5DA135; }
span { border-color: rgb(93,161,53); }
td.TdClassName
{
border-color: #5DA135;
}
.TagClassName
{
border-color: #5DA135;
}
</style>