Shades of Limeade #5F9917
Tints of Limeade #5F9917
RGB
CMYK
RGB Variations
Color information
#5F9917 (or 0x5F9917) is known color: Limeade. HEX triplet: 5F, 99 and 17. RGB value is (95,153,23). Sum of RGB (Red+Green+Blue) = 95+153+23=271 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.06% from 271); Green value is 153 (60.16% from 255 or 56.46% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9917 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9917 is #A066E8. Grayscale: #797979. Windows color (decimal): -10512105 or 1546591. OLE color: 1546591.
HSL color Cylindrical-coordinate representation of color #5F9917: hue angle of 86.77º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F9917 is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 153 | 23 | - |
| CMYK | 0.38 | 0 | 0.85 | 0.4 |
| HSL | 86.77º | 0.74% | 0.35% | - |
| HSV(B) | 86.77º | 0.85% | 0.6% | - |
| XYZ | 16.27 | 25.28 | 4.83 | - |
| YUV | 120.84 | 72.78 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 153 | 23 | 0.38 | 0 | 0.85 | 0.4 | 86.77 | 0.74 | 0.35 |
| Hex | 5F | 99 | 17 | 26 | 0 | 55 | 28 | 57 | 4A | 23 |
| Octal | 137 | 231 | 27 | 46 | 0 | 125 | 50 | 127 | 112 | 43 |
| Binary | 1011111 | 10011001 | 10111 | 100110 | 0 | 1010101 | 101000 | 1010111 | 1001010 | 100011 |
Color Harmonies of #5F9917
Complementary color
Monochromatic Colors of #5F9917
Black with #5F9917
Text Example
Text Example
White with #5F9917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9917; }
p { color: rgb(95,153,23); }
H1.HeaderClassName
{
color: #5F9917;
}
.AnyTagClassName
{
color: #5F9917;
}
</style>
background-color css
<style>
a { background-color: #5F9917; }
a { background-color: rgb(95,153,23); }
div.DivClassName
{
background-color: #5F9917;
}
.BgClassName
{
background-color: #5F9917;
}
</style>
border-color css
<style>
span { border-color: #5F9917; }
span { border-color: rgb(95,153,23); }
td.TdClassName
{
border-color: #5F9917;
}
.TagClassName
{
border-color: #5F9917;
}
</style>