Shades of Limeade #5C963F
Tints of Limeade #5C963F
RGB
CMYK
RGB Variations
Color information
#5C963F (or 0x5C963F) is known color: Limeade. HEX triplet: 5C, 96 and 3F. RGB value is (92,150,63). Sum of RGB (Red+Green+Blue) = 92+150+63=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #5C963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C963F is #A369C0. Grayscale: #7B7B7B. Windows color (decimal): -10709441 or 4167260. OLE color: 4167260.
HSL color Cylindrical-coordinate representation of color #5C963F: hue angle of 100º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C963F is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 150 | 63 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.41 |
| HSL | 100º | 0.41% | 0.42% | - |
| HSV(B) | 100º | 0.58% | 0.59% | - |
| XYZ | 16.22 | 24.45 | 8.57 | - |
| YUV | 122.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 150 | 63 | 0.39 | 0 | 0.58 | 0.41 | 100 | 0.41 | 0.42 |
| Hex | 5C | 96 | 3F | 27 | 0 | 3A | 29 | 64 | 29 | 2A |
| Octal | 134 | 226 | 77 | 47 | 0 | 72 | 51 | 144 | 51 | 52 |
| Binary | 1011100 | 10010110 | 111111 | 100111 | 0 | 111010 | 101001 | 1100100 | 101001 | 101010 |
Color Harmonies of #5C963F
Complementary color
Monochromatic Colors of #5C963F
Black with #5C963F
Text Example
Text Example
White with #5C963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C963F; }
p { color: rgb(92,150,63); }
H1.HeaderClassName
{
color: #5C963F;
}
.AnyTagClassName
{
color: #5C963F;
}
</style>
background-color css
<style>
a { background-color: #5C963F; }
a { background-color: rgb(92,150,63); }
div.DivClassName
{
background-color: #5C963F;
}
.BgClassName
{
background-color: #5C963F;
}
</style>
border-color css
<style>
span { border-color: #5C963F; }
span { border-color: rgb(92,150,63); }
td.TdClassName
{
border-color: #5C963F;
}
.TagClassName
{
border-color: #5C963F;
}
</style>