Shades of Limeade #5D9F0D
Tints of Limeade #5D9F0D
RGB
CMYK
RGB Variations
Color information
#5D9F0D (or 0x5D9F0D) is known color: Limeade. HEX triplet: 5D, 9F and 0D. RGB value is (93,159,13). Sum of RGB (Red+Green+Blue) = 93+159+13=265 (35% of max value = 765). Red value is 93 (36.72% from 255 or 35.09% from 265); Green value is 159 (62.5% from 255 or 60% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 159 - color contains mainly: green. Hex color #5D9F0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9F0D is #A260F2. Grayscale: #7B7B7B. Windows color (decimal): -10641651 or 892765. OLE color: 892765.
HSL color Cylindrical-coordinate representation of color #5D9F0D: hue angle of 87.12º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D9F0D is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 159 | 13 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.38 |
| HSL | 87.12º | 0.85% | 0.34% | - |
| HSV(B) | 87.12º | 0.92% | 0.62% | - |
| XYZ | 16.98 | 27.15 | 4.73 | - |
| YUV | 122.62 | 66.13 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 159 | 13 | 0.42 | 0 | 0.92 | 0.38 | 87.12 | 0.85 | 0.34 |
| Hex | 5D | 9F | D | 2A | 0 | 5C | 26 | 57 | 55 | 22 |
| Octal | 135 | 237 | 15 | 52 | 0 | 134 | 46 | 127 | 125 | 42 |
| Binary | 1011101 | 10011111 | 1101 | 101010 | 0 | 1011100 | 100110 | 1010111 | 1010101 | 100010 |
Color Harmonies of #5D9F0D
Complementary color
Monochromatic Colors of #5D9F0D
Black with #5D9F0D
Text Example
Text Example
White with #5D9F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9F0D; }
p { color: rgb(93,159,13); }
H1.HeaderClassName
{
color: #5D9F0D;
}
.AnyTagClassName
{
color: #5D9F0D;
}
</style>
background-color css
<style>
a { background-color: #5D9F0D; }
a { background-color: rgb(93,159,13); }
div.DivClassName
{
background-color: #5D9F0D;
}
.BgClassName
{
background-color: #5D9F0D;
}
</style>
border-color css
<style>
span { border-color: #5D9F0D; }
span { border-color: rgb(93,159,13); }
td.TdClassName
{
border-color: #5D9F0D;
}
.TagClassName
{
border-color: #5D9F0D;
}
</style>