Shades of Limeade #5F992F
Tints of Limeade #5F992F
RGB
CMYK
RGB Variations
Color information
#5F992F (or 0x5F992F) is known color: Limeade. HEX triplet: 5F, 99 and 2F. RGB value is (95,153,47). Sum of RGB (Red+Green+Blue) = 95+153+47=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #5F992F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F992F is #A066D0. Grayscale: #7B7B7B. Windows color (decimal): -10512081 or 3119455. OLE color: 3119455.
HSL color Cylindrical-coordinate representation of color #5F992F: hue angle of 92.83º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F992F is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 153 | 47 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.4 |
| HSL | 92.83º | 0.53% | 0.39% | - |
| HSV(B) | 92.83º | 0.69% | 0.6% | - |
| XYZ | 16.62 | 25.42 | 6.72 | - |
| YUV | 123.57 | 84.78 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 153 | 47 | 0.38 | 0 | 0.69 | 0.4 | 92.83 | 0.53 | 0.39 |
| Hex | 5F | 99 | 2F | 26 | 0 | 45 | 28 | 5D | 35 | 27 |
| Octal | 137 | 231 | 57 | 46 | 0 | 105 | 50 | 135 | 65 | 47 |
| Binary | 1011111 | 10011001 | 101111 | 100110 | 0 | 1000101 | 101000 | 1011101 | 110101 | 100111 |
Color Harmonies of #5F992F
Complementary color
Monochromatic Colors of #5F992F
Black with #5F992F
Text Example
Text Example
White with #5F992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F992F; }
p { color: rgb(95,153,47); }
H1.HeaderClassName
{
color: #5F992F;
}
.AnyTagClassName
{
color: #5F992F;
}
</style>
background-color css
<style>
a { background-color: #5F992F; }
a { background-color: rgb(95,153,47); }
div.DivClassName
{
background-color: #5F992F;
}
.BgClassName
{
background-color: #5F992F;
}
</style>
border-color css
<style>
span { border-color: #5F992F; }
span { border-color: rgb(95,153,47); }
td.TdClassName
{
border-color: #5F992F;
}
.TagClassName
{
border-color: #5F992F;
}
</style>