Shades of Limeade #5DA521
Tints of Limeade #5DA521
RGB
CMYK
RGB Variations
Color information
#5DA521 (or 0x5DA521) is known color: Limeade. HEX triplet: 5D, A5 and 21. RGB value is (93,165,33). Sum of RGB (Red+Green+Blue) = 93+165+33=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 165 (64.84% from 255 or 56.70% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 165 - color contains mainly: green. Hex color #5DA521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA521 is #A25ADE. Grayscale: #808080. Windows color (decimal): -10640095 or 2205021. OLE color: 2205021.
HSL color Cylindrical-coordinate representation of color #5DA521: hue angle of 92.73º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5DA521 is Cyan = 0.44, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 165 | 33 | - |
| CMYK | 0.44 | 0 | 0.8 | 0.35 |
| HSL | 92.73º | 0.67% | 0.39% | - |
| HSV(B) | 92.73º | 0.8% | 0.65% | - |
| XYZ | 18.24 | 29.35 | 6.14 | - |
| YUV | 128.42 | 74.15 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 165 | 33 | 0.44 | 0 | 0.8 | 0.35 | 92.73 | 0.67 | 0.39 |
| Hex | 5D | A5 | 21 | 2C | 0 | 50 | 23 | 5D | 43 | 27 |
| Octal | 135 | 245 | 41 | 54 | 0 | 120 | 43 | 135 | 103 | 47 |
| Binary | 1011101 | 10100101 | 100001 | 101100 | 0 | 1010000 | 100011 | 1011101 | 1000011 | 100111 |
Color Harmonies of #5DA521
Complementary color
Monochromatic Colors of #5DA521
Black with #5DA521
Text Example
Text Example
White with #5DA521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA521; }
p { color: rgb(93,165,33); }
H1.HeaderClassName
{
color: #5DA521;
}
.AnyTagClassName
{
color: #5DA521;
}
</style>
background-color css
<style>
a { background-color: #5DA521; }
a { background-color: rgb(93,165,33); }
div.DivClassName
{
background-color: #5DA521;
}
.BgClassName
{
background-color: #5DA521;
}
</style>
border-color css
<style>
span { border-color: #5DA521; }
span { border-color: rgb(93,165,33); }
td.TdClassName
{
border-color: #5DA521;
}
.TagClassName
{
border-color: #5DA521;
}
</style>