Shades of Limeade #5F990E
Tints of Limeade #5F990E
RGB
CMYK
RGB Variations
Color information
#5F990E (or 0x5F990E) is known color: Limeade. HEX triplet: 5F, 99 and 0E. RGB value is (95,153,14). Sum of RGB (Red+Green+Blue) = 95+153+14=262 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.26% from 262); Green value is 153 (60.16% from 255 or 58.40% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 153 - color contains mainly: green. Hex color #5F990E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F990E is #A066F1. Grayscale: #787878. Windows color (decimal): -10512114 or 956767. OLE color: 956767.
HSL color Cylindrical-coordinate representation of color #5F990E: hue angle of 85.04º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F990E is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 153 | 14 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.4 |
| HSL | 85.04º | 0.83% | 0.33% | - |
| HSV(B) | 85.04º | 0.91% | 0.6% | - |
| XYZ | 16.19 | 25.25 | 4.44 | - |
| YUV | 119.81 | 68.28 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 153 | 14 | 0.38 | 0 | 0.91 | 0.4 | 85.04 | 0.83 | 0.33 |
| Hex | 5F | 99 | E | 26 | 0 | 5B | 28 | 55 | 53 | 21 |
| Octal | 137 | 231 | 16 | 46 | 0 | 133 | 50 | 125 | 123 | 41 |
| Binary | 1011111 | 10011001 | 1110 | 100110 | 0 | 1011011 | 101000 | 1010101 | 1010011 | 100001 |
Color Harmonies of #5F990E
Complementary color
Monochromatic Colors of #5F990E
Black with #5F990E
Text Example
Text Example
White with #5F990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F990E; }
p { color: rgb(95,153,14); }
H1.HeaderClassName
{
color: #5F990E;
}
.AnyTagClassName
{
color: #5F990E;
}
</style>
background-color css
<style>
a { background-color: #5F990E; }
a { background-color: rgb(95,153,14); }
div.DivClassName
{
background-color: #5F990E;
}
.BgClassName
{
background-color: #5F990E;
}
</style>
border-color css
<style>
span { border-color: #5F990E; }
span { border-color: rgb(95,153,14); }
td.TdClassName
{
border-color: #5F990E;
}
.TagClassName
{
border-color: #5F990E;
}
</style>