Shades of Limeade #5F9638
Tints of Limeade #5F9638
RGB
CMYK
RGB Variations
Color information
#5F9638 (or 0x5F9638) is known color: Limeade. HEX triplet: 5F, 96 and 38. RGB value is (95,150,56). Sum of RGB (Red+Green+Blue) = 95+150+56=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #5F9638 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9638 is #A069C7. Grayscale: #7B7B7B. Windows color (decimal): -10512840 or 3708511. OLE color: 3708511.
HSL color Cylindrical-coordinate representation of color #5F9638: hue angle of 95.11º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F9638 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 150 | 56 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.41 |
| HSL | 95.11º | 0.46% | 0.4% | - |
| HSV(B) | 95.11º | 0.63% | 0.59% | - |
| XYZ | 16.34 | 24.53 | 7.62 | - |
| YUV | 122.84 | 90.28 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 150 | 56 | 0.37 | 0 | 0.63 | 0.41 | 95.11 | 0.46 | 0.4 |
| Hex | 5F | 96 | 38 | 25 | 0 | 3F | 29 | 5F | 2E | 28 |
| Octal | 137 | 226 | 70 | 45 | 0 | 77 | 51 | 137 | 56 | 50 |
| Binary | 1011111 | 10010110 | 111000 | 100101 | 0 | 111111 | 101001 | 1011111 | 101110 | 101000 |
Color Harmonies of #5F9638
Complementary color
Monochromatic Colors of #5F9638
Black with #5F9638
Text Example
Text Example
White with #5F9638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9638; }
p { color: rgb(95,150,56); }
H1.HeaderClassName
{
color: #5F9638;
}
.AnyTagClassName
{
color: #5F9638;
}
</style>
background-color css
<style>
a { background-color: #5F9638; }
a { background-color: rgb(95,150,56); }
div.DivClassName
{
background-color: #5F9638;
}
.BgClassName
{
background-color: #5F9638;
}
</style>
border-color css
<style>
span { border-color: #5F9638; }
span { border-color: rgb(95,150,56); }
td.TdClassName
{
border-color: #5F9638;
}
.TagClassName
{
border-color: #5F9638;
}
</style>