Shades of Limeade #5DAD29
Tints of Limeade #5DAD29
RGB
CMYK
RGB Variations
Color information
#5DAD29 (or 0x5DAD29) is known color: Limeade. HEX triplet: 5D, AD and 29. RGB value is (93,173,41). Sum of RGB (Red+Green+Blue) = 93+173+41=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAD29 is #A252D6. Grayscale: #868686. Windows color (decimal): -10638039 or 2731357. OLE color: 2731357.
HSL color Cylindrical-coordinate representation of color #5DAD29: hue angle of 96.36º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5DAD29 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 173 | 41 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.32 |
| HSL | 96.36º | 0.62% | 0.42% | - |
| HSV(B) | 96.36º | 0.76% | 0.68% | - |
| XYZ | 19.86 | 32.37 | 7.3 | - |
| YUV | 134.03 | 75.5 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 41 | 0.46 | 0 | 0.76 | 0.32 | 96.36 | 0.62 | 0.42 |
| Hex | 5D | AD | 29 | 2E | 0 | 4C | 20 | 60 | 3E | 2A |
| Octal | 135 | 255 | 51 | 56 | 0 | 114 | 40 | 140 | 76 | 52 |
| Binary | 1011101 | 10101101 | 101001 | 101110 | 0 | 1001100 | 100000 | 1100000 | 111110 | 101010 |
Color Harmonies of #5DAD29
Complementary color
Monochromatic Colors of #5DAD29
Black with #5DAD29
Text Example
Text Example
White with #5DAD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAD29; }
p { color: rgb(93,173,41); }
H1.HeaderClassName
{
color: #5DAD29;
}
.AnyTagClassName
{
color: #5DAD29;
}
</style>
background-color css
<style>
a { background-color: #5DAD29; }
a { background-color: rgb(93,173,41); }
div.DivClassName
{
background-color: #5DAD29;
}
.BgClassName
{
background-color: #5DAD29;
}
</style>
border-color css
<style>
span { border-color: #5DAD29; }
span { border-color: rgb(93,173,41); }
td.TdClassName
{
border-color: #5DAD29;
}
.TagClassName
{
border-color: #5DAD29;
}
</style>