Shades of Limeade #5D963C
Tints of Limeade #5D963C
RGB
CMYK
RGB Variations
Color information
#5D963C (or 0x5D963C) is known color: Limeade. HEX triplet: 5D, 96 and 3C. RGB value is (93,150,60). Sum of RGB (Red+Green+Blue) = 93+150+60=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #5D963C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D963C is #A269C3. Grayscale: #7B7B7B. Windows color (decimal): -10643908 or 3970653. OLE color: 3970653.
HSL color Cylindrical-coordinate representation of color #5D963C: hue angle of 98º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D963C is Cyan = 0.38, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 150 | 60 | - |
| CMYK | 0.38 | 0 | 0.6 | 0.41 |
| HSL | 98º | 0.43% | 0.41% | - |
| HSV(B) | 98º | 0.6% | 0.59% | - |
| XYZ | 16.24 | 24.47 | 8.14 | - |
| YUV | 122.7 | 92.62 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 60 | 0.38 | 0 | 0.6 | 0.41 | 98 | 0.43 | 0.41 |
| Hex | 5D | 96 | 3C | 26 | 0 | 3C | 29 | 62 | 2B | 29 |
| Octal | 135 | 226 | 74 | 46 | 0 | 74 | 51 | 142 | 53 | 51 |
| Binary | 1011101 | 10010110 | 111100 | 100110 | 0 | 111100 | 101001 | 1100010 | 101011 | 101001 |
Color Harmonies of #5D963C
Complementary color
Monochromatic Colors of #5D963C
Black with #5D963C
Text Example
Text Example
White with #5D963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D963C; }
p { color: rgb(93,150,60); }
H1.HeaderClassName
{
color: #5D963C;
}
.AnyTagClassName
{
color: #5D963C;
}
</style>
background-color css
<style>
a { background-color: #5D963C; }
a { background-color: rgb(93,150,60); }
div.DivClassName
{
background-color: #5D963C;
}
.BgClassName
{
background-color: #5D963C;
}
</style>
border-color css
<style>
span { border-color: #5D963C; }
span { border-color: rgb(93,150,60); }
td.TdClassName
{
border-color: #5D963C;
}
.TagClassName
{
border-color: #5D963C;
}
</style>