Shades of Limeade #5D983B
Tints of Limeade #5D983B
RGB
CMYK
RGB Variations
Color information
#5D983B (or 0x5D983B) is known color: Limeade. HEX triplet: 5D, 98 and 3B. RGB value is (93,152,59). Sum of RGB (Red+Green+Blue) = 93+152+59=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #5D983B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D983B is #A267C4. Grayscale: #7C7C7C. Windows color (decimal): -10643397 or 3905629. OLE color: 3905629.
HSL color Cylindrical-coordinate representation of color #5D983B: hue angle of 98.06º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D983B is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 152 | 59 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.40 |
| HSL | 98.06º | 0.44% | 0.41% | - |
| HSV(B) | 98.06º | 0.61% | 0.6% | - |
| XYZ | 16.53 | 25.1 | 8.11 | - |
| YUV | 123.76 | 91.45 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 152 | 59 | 0.39 | 0 | 0.61 | 0.40 | 98.06 | 0.44 | 0.41 |
| Hex | 5D | 98 | 3B | 27 | 0 | 3D | 28 | 62 | 2C | 29 |
| Octal | 135 | 230 | 73 | 47 | 0 | 75 | 50 | 142 | 54 | 51 |
| Binary | 1011101 | 10011000 | 111011 | 100111 | 0 | 111101 | 101000 | 1100010 | 101100 | 101001 |
Color Harmonies of #5D983B
Complementary color
Monochromatic Colors of #5D983B
Black with #5D983B
Text Example
Text Example
White with #5D983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D983B; }
p { color: rgb(93,152,59); }
H1.HeaderClassName
{
color: #5D983B;
}
.AnyTagClassName
{
color: #5D983B;
}
</style>
background-color css
<style>
a { background-color: #5D983B; }
a { background-color: rgb(93,152,59); }
div.DivClassName
{
background-color: #5D983B;
}
.BgClassName
{
background-color: #5D983B;
}
</style>
border-color css
<style>
span { border-color: #5D983B; }
span { border-color: rgb(93,152,59); }
td.TdClassName
{
border-color: #5D983B;
}
.TagClassName
{
border-color: #5D983B;
}
</style>