Shades of Limeade #5F963A
Tints of Limeade #5F963A
RGB
CMYK
RGB Variations
Color information
#5F963A (or 0x5F963A) is known color: Limeade. HEX triplet: 5F, 96 and 3A. RGB value is (95,150,58). Sum of RGB (Red+Green+Blue) = 95+150+58=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #5F963A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F963A is #A069C5. Grayscale: #7B7B7B. Windows color (decimal): -10512838 or 3839583. OLE color: 3839583.
HSL color Cylindrical-coordinate representation of color #5F963A: hue angle of 95.87º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F963A is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 150 | 58 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.41 |
| HSL | 95.87º | 0.44% | 0.41% | - |
| HSV(B) | 95.87º | 0.61% | 0.59% | - |
| XYZ | 16.39 | 24.55 | 7.88 | - |
| YUV | 123.07 | 91.28 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 150 | 58 | 0.37 | 0 | 0.61 | 0.41 | 95.87 | 0.44 | 0.41 |
| Hex | 5F | 96 | 3A | 25 | 0 | 3D | 29 | 60 | 2C | 29 |
| Octal | 137 | 226 | 72 | 45 | 0 | 75 | 51 | 140 | 54 | 51 |
| Binary | 1011111 | 10010110 | 111010 | 100101 | 0 | 111101 | 101001 | 1100000 | 101100 | 101001 |
Color Harmonies of #5F963A
Complementary color
Monochromatic Colors of #5F963A
Black with #5F963A
Text Example
Text Example
White with #5F963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F963A; }
p { color: rgb(95,150,58); }
H1.HeaderClassName
{
color: #5F963A;
}
.AnyTagClassName
{
color: #5F963A;
}
</style>
background-color css
<style>
a { background-color: #5F963A; }
a { background-color: rgb(95,150,58); }
div.DivClassName
{
background-color: #5F963A;
}
.BgClassName
{
background-color: #5F963A;
}
</style>
border-color css
<style>
span { border-color: #5F963A; }
span { border-color: rgb(95,150,58); }
td.TdClassName
{
border-color: #5F963A;
}
.TagClassName
{
border-color: #5F963A;
}
</style>