Shades of Limeade #5F963F
Tints of Limeade #5F963F
RGB
CMYK
RGB Variations
Color information
#5F963F (or 0x5F963F) is known color: Limeade. HEX triplet: 5F, 96 and 3F. RGB value is (95,150,63). Sum of RGB (Red+Green+Blue) = 95+150+63=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #5F963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F963F is #A069C0. Grayscale: #7B7B7B. Windows color (decimal): -10512833 or 4167263. OLE color: 4167263.
HSL color Cylindrical-coordinate representation of color #5F963F: hue angle of 97.93º 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 #5F963F is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 150 | 63 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.41 |
| HSL | 97.93º | 0.41% | 0.42% | - |
| HSV(B) | 97.93º | 0.58% | 0.59% | - |
| XYZ | 16.52 | 24.6 | 8.58 | - |
| YUV | 123.64 | 93.78 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 150 | 63 | 0.37 | 0 | 0.58 | 0.41 | 97.93 | 0.41 | 0.42 |
| Hex | 5F | 96 | 3F | 25 | 0 | 3A | 29 | 62 | 29 | 2A |
| Octal | 137 | 226 | 77 | 45 | 0 | 72 | 51 | 142 | 51 | 52 |
| Binary | 1011111 | 10010110 | 111111 | 100101 | 0 | 111010 | 101001 | 1100010 | 101001 | 101010 |
Color Harmonies of #5F963F
Complementary color
Monochromatic Colors of #5F963F
Black with #5F963F
Text Example
Text Example
White with #5F963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F963F; }
p { color: rgb(95,150,63); }
H1.HeaderClassName
{
color: #5F963F;
}
.AnyTagClassName
{
color: #5F963F;
}
</style>
background-color css
<style>
a { background-color: #5F963F; }
a { background-color: rgb(95,150,63); }
div.DivClassName
{
background-color: #5F963F;
}
.BgClassName
{
background-color: #5F963F;
}
</style>
border-color css
<style>
span { border-color: #5F963F; }
span { border-color: rgb(95,150,63); }
td.TdClassName
{
border-color: #5F963F;
}
.TagClassName
{
border-color: #5F963F;
}
</style>