Shades of Limeade #5F9735
Tints of Limeade #5F9735
RGB
CMYK
RGB Variations
Color information
#5F9735 (or 0x5F9735) is known color: Limeade. HEX triplet: 5F, 97 and 35. RGB value is (95,151,53). Sum of RGB (Red+Green+Blue) = 95+151+53=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #5F9735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9735 is #A068CA. Grayscale: #7B7B7B. Windows color (decimal): -10512587 or 3512159. OLE color: 3512159.
HSL color Cylindrical-coordinate representation of color #5F9735: hue angle of 94.29º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F9735 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 151 | 53 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.41 |
| HSL | 94.29º | 0.48% | 0.4% | - |
| HSV(B) | 94.29º | 0.65% | 0.59% | - |
| XYZ | 16.43 | 24.82 | 7.29 | - |
| YUV | 123.08 | 88.45 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 151 | 53 | 0.37 | 0 | 0.65 | 0.41 | 94.29 | 0.48 | 0.4 |
| Hex | 5F | 97 | 35 | 25 | 0 | 41 | 29 | 5E | 30 | 28 |
| Octal | 137 | 227 | 65 | 45 | 0 | 101 | 51 | 136 | 60 | 50 |
| Binary | 1011111 | 10010111 | 110101 | 100101 | 0 | 1000001 | 101001 | 1011110 | 110000 | 101000 |
Color Harmonies of #5F9735
Complementary color
Monochromatic Colors of #5F9735
Black with #5F9735
Text Example
Text Example
White with #5F9735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9735; }
p { color: rgb(95,151,53); }
H1.HeaderClassName
{
color: #5F9735;
}
.AnyTagClassName
{
color: #5F9735;
}
</style>
background-color css
<style>
a { background-color: #5F9735; }
a { background-color: rgb(95,151,53); }
div.DivClassName
{
background-color: #5F9735;
}
.BgClassName
{
background-color: #5F9735;
}
</style>
border-color css
<style>
span { border-color: #5F9735; }
span { border-color: rgb(95,151,53); }
td.TdClassName
{
border-color: #5F9735;
}
.TagClassName
{
border-color: #5F9735;
}
</style>