Shades of Limeade #5D963E
Tints of Limeade #5D963E
RGB
CMYK
RGB Variations
Color information
#5D963E (or 0x5D963E) is known color: Limeade. HEX triplet: 5D, 96 and 3E. RGB value is (93,150,62). Sum of RGB (Red+Green+Blue) = 93+150+62=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #5D963E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D963E is #A269C1. Grayscale: #7B7B7B. Windows color (decimal): -10643906 or 4101725. OLE color: 4101725.
HSL color Cylindrical-coordinate representation of color #5D963E: hue angle of 98.86º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D963E is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 150 | 62 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.41 |
| HSL | 98.86º | 0.42% | 0.42% | - |
| HSV(B) | 98.86º | 0.59% | 0.59% | - |
| XYZ | 16.29 | 24.49 | 8.43 | - |
| YUV | 122.93 | 93.62 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 62 | 0.38 | 0 | 0.59 | 0.41 | 98.86 | 0.42 | 0.42 |
| Hex | 5D | 96 | 3E | 26 | 0 | 3B | 29 | 63 | 2A | 2A |
| Octal | 135 | 226 | 76 | 46 | 0 | 73 | 51 | 143 | 52 | 52 |
| Binary | 1011101 | 10010110 | 111110 | 100110 | 0 | 111011 | 101001 | 1100011 | 101010 | 101010 |
Color Harmonies of #5D963E
Complementary color
Monochromatic Colors of #5D963E
Black with #5D963E
Text Example
Text Example
White with #5D963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D963E; }
p { color: rgb(93,150,62); }
H1.HeaderClassName
{
color: #5D963E;
}
.AnyTagClassName
{
color: #5D963E;
}
</style>
background-color css
<style>
a { background-color: #5D963E; }
a { background-color: rgb(93,150,62); }
div.DivClassName
{
background-color: #5D963E;
}
.BgClassName
{
background-color: #5D963E;
}
</style>
border-color css
<style>
span { border-color: #5D963E; }
span { border-color: rgb(93,150,62); }
td.TdClassName
{
border-color: #5D963E;
}
.TagClassName
{
border-color: #5D963E;
}
</style>