Shades of Limeade #5F990C
Tints of Limeade #5F990C
RGB
CMYK
RGB Variations
Color information
#5F990C (or 0x5F990C) is known color: Limeade. HEX triplet: 5F, 99 and 0C. RGB value is (95,153,12). Sum of RGB (Red+Green+Blue) = 95+153+12=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 153 (60.16% from 255 or 58.85% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 153 - color contains mainly: green. Hex color #5F990C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F990C is #A066F3. Grayscale: #787878. Windows color (decimal): -10512116 or 825695. OLE color: 825695.
HSL color Cylindrical-coordinate representation of color #5F990C: hue angle of 84.68º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F990C is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 153 | 12 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.4 |
| HSL | 84.68º | 0.85% | 0.32% | - |
| HSV(B) | 84.68º | 0.92% | 0.6% | - |
| XYZ | 16.18 | 25.24 | 4.37 | - |
| YUV | 119.58 | 67.28 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 153 | 12 | 0.38 | 0 | 0.92 | 0.4 | 84.68 | 0.85 | 0.32 |
| Hex | 5F | 99 | C | 26 | 0 | 5C | 28 | 55 | 55 | 20 |
| Octal | 137 | 231 | 14 | 46 | 0 | 134 | 50 | 125 | 125 | 40 |
| Binary | 1011111 | 10011001 | 1100 | 100110 | 0 | 1011100 | 101000 | 1010101 | 1010101 | 100000 |
Color Harmonies of #5F990C
Complementary color
Monochromatic Colors of #5F990C
Black with #5F990C
Text Example
Text Example
White with #5F990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F990C; }
p { color: rgb(95,153,12); }
H1.HeaderClassName
{
color: #5F990C;
}
.AnyTagClassName
{
color: #5F990C;
}
</style>
background-color css
<style>
a { background-color: #5F990C; }
a { background-color: rgb(95,153,12); }
div.DivClassName
{
background-color: #5F990C;
}
.BgClassName
{
background-color: #5F990C;
}
</style>
border-color css
<style>
span { border-color: #5F990C; }
span { border-color: rgb(95,153,12); }
td.TdClassName
{
border-color: #5F990C;
}
.TagClassName
{
border-color: #5F990C;
}
</style>