Shades of Limeade #5DA834
Tints of Limeade #5DA834
RGB
CMYK
RGB Variations
Color information
#5DA834 (or 0x5DA834) is known color: Limeade. HEX triplet: 5D, A8 and 34. RGB value is (93,168,52). Sum of RGB (Red+Green+Blue) = 93+168+52=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 168 (66.02% from 255 or 53.67% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA834 is #A257CB. Grayscale: #848484. Windows color (decimal): -10639308 or 3450973. OLE color: 3450973.
HSL color Cylindrical-coordinate representation of color #5DA834: hue angle of 98.79º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DA834 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 168 | 52 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.34 |
| HSL | 98.79º | 0.53% | 0.43% | - |
| HSV(B) | 98.79º | 0.69% | 0.66% | - |
| XYZ | 19.14 | 30.58 | 8.14 | - |
| YUV | 132.35 | 82.65 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 168 | 52 | 0.45 | 0 | 0.69 | 0.34 | 98.79 | 0.53 | 0.43 |
| Hex | 5D | A8 | 34 | 2D | 0 | 45 | 22 | 63 | 35 | 2B |
| Octal | 135 | 250 | 64 | 55 | 0 | 105 | 42 | 143 | 65 | 53 |
| Binary | 1011101 | 10101000 | 110100 | 101101 | 0 | 1000101 | 100010 | 1100011 | 110101 | 101011 |
Color Harmonies of #5DA834
Complementary color
Monochromatic Colors of #5DA834
Black with #5DA834
Text Example
Text Example
White with #5DA834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA834; }
p { color: rgb(93,168,52); }
H1.HeaderClassName
{
color: #5DA834;
}
.AnyTagClassName
{
color: #5DA834;
}
</style>
background-color css
<style>
a { background-color: #5DA834; }
a { background-color: rgb(93,168,52); }
div.DivClassName
{
background-color: #5DA834;
}
.BgClassName
{
background-color: #5DA834;
}
</style>
border-color css
<style>
span { border-color: #5DA834; }
span { border-color: rgb(93,168,52); }
td.TdClassName
{
border-color: #5DA834;
}
.TagClassName
{
border-color: #5DA834;
}
</style>