Shades of Limeade #5D990A
Tints of Limeade #5D990A
RGB
CMYK
RGB Variations
Color information
#5D990A (or 0x5D990A) is known color: Limeade. HEX triplet: 5D, 99 and 0A. RGB value is (93,153,10). Sum of RGB (Red+Green+Blue) = 93+153+10=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 153 (60.16% from 255 or 59.77% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 153 - color contains mainly: green. Hex color #5D990A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D990A is #A266F5. Grayscale: #777777. Windows color (decimal): -10643190 or 694621. OLE color: 694621.
HSL color Cylindrical-coordinate representation of color #5D990A: hue angle of 85.17º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D990A is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 93 | 153 | 10 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.4 |
| HSL | 85.17º | 0.88% | 0.32% | - |
| HSV(B) | 85.17º | 0.93% | 0.6% | - |
| XYZ | 15.96 | 25.13 | 4.3 | - |
| YUV | 118.76 | 66.62 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 153 | 10 | 0.39 | 0 | 0.93 | 0.4 | 85.17 | 0.88 | 0.32 |
| Hex | 5D | 99 | A | 27 | 0 | 5D | 28 | 55 | 58 | 20 |
| Octal | 135 | 231 | 12 | 47 | 0 | 135 | 50 | 125 | 130 | 40 |
| Binary | 1011101 | 10011001 | 1010 | 100111 | 0 | 1011101 | 101000 | 1010101 | 1011000 | 100000 |
Color Harmonies of #5D990A
Complementary color
Monochromatic Colors of #5D990A
Black with #5D990A
Text Example
Text Example
White with #5D990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D990A; }
p { color: rgb(93,153,10); }
H1.HeaderClassName
{
color: #5D990A;
}
.AnyTagClassName
{
color: #5D990A;
}
</style>
background-color css
<style>
a { background-color: #5D990A; }
a { background-color: rgb(93,153,10); }
div.DivClassName
{
background-color: #5D990A;
}
.BgClassName
{
background-color: #5D990A;
}
</style>
border-color css
<style>
span { border-color: #5D990A; }
span { border-color: rgb(93,153,10); }
td.TdClassName
{
border-color: #5D990A;
}
.TagClassName
{
border-color: #5D990A;
}
</style>