Shades of Limeade #5D9905
Tints of Limeade #5D9905
RGB
CMYK
RGB Variations
Color information
#5D9905 (or 0x5D9905) is known color: Limeade. HEX triplet: 5D, 99 and 05. RGB value is (93,153,5). Sum of RGB (Red+Green+Blue) = 93+153+5=251 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.05% from 251); Green value is 153 (60.16% from 255 or 60.96% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 153 - color contains mainly: green. Hex color #5D9905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9905 is #A266FA. Grayscale: #767676. Windows color (decimal): -10643195 or 366941. OLE color: 366941.
HSL color Cylindrical-coordinate representation of color #5D9905: hue angle of 84.32º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D9905 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 93 | 153 | 5 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.4 |
| HSL | 84.32º | 0.94% | 0.31% | - |
| HSV(B) | 84.32º | 0.97% | 0.6% | - |
| XYZ | 15.93 | 25.12 | 4.15 | - |
| YUV | 118.19 | 64.12 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 153 | 5 | 0.39 | 0 | 0.97 | 0.4 | 84.32 | 0.94 | 0.31 |
| Hex | 5D | 99 | 5 | 27 | 0 | 61 | 28 | 54 | 5E | 1F |
| Octal | 135 | 231 | 5 | 47 | 0 | 141 | 50 | 124 | 136 | 37 |
| Binary | 1011101 | 10011001 | 101 | 100111 | 0 | 1100001 | 101000 | 1010100 | 1011110 | 11111 |
Color Harmonies of #5D9905
Complementary color
Monochromatic Colors of #5D9905
Black with #5D9905
Text Example
Text Example
White with #5D9905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9905; }
p { color: rgb(93,153,5); }
H1.HeaderClassName
{
color: #5D9905;
}
.AnyTagClassName
{
color: #5D9905;
}
</style>
background-color css
<style>
a { background-color: #5D9905; }
a { background-color: rgb(93,153,5); }
div.DivClassName
{
background-color: #5D9905;
}
.BgClassName
{
background-color: #5D9905;
}
</style>
border-color css
<style>
span { border-color: #5D9905; }
span { border-color: rgb(93,153,5); }
td.TdClassName
{
border-color: #5D9905;
}
.TagClassName
{
border-color: #5D9905;
}
</style>