Shades of Limeade #5F9B26
Tints of Limeade #5F9B26
RGB
CMYK
RGB Variations
Color information
#5F9B26 (or 0x5F9B26) is known color: Limeade. HEX triplet: 5F, 9B and 26. RGB value is (95,155,38). Sum of RGB (Red+Green+Blue) = 95+155+38=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 155 (60.94% from 255 or 53.82% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 155 - color contains mainly: green. Hex color #5F9B26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9B26 is #A064D9. Grayscale: #7C7C7C. Windows color (decimal): -10511578 or 2530143. OLE color: 2530143.
HSL color Cylindrical-coordinate representation of color #5F9B26: hue angle of 90.77º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F9B26 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 155 | 38 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.39 |
| HSL | 90.77º | 0.61% | 0.38% | - |
| HSV(B) | 90.77º | 0.75% | 0.61% | - |
| XYZ | 16.79 | 26.02 | 5.97 | - |
| YUV | 123.72 | 79.62 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 155 | 38 | 0.39 | 0 | 0.75 | 0.39 | 90.77 | 0.61 | 0.38 |
| Hex | 5F | 9B | 26 | 27 | 0 | 4B | 27 | 5B | 3D | 26 |
| Octal | 137 | 233 | 46 | 47 | 0 | 113 | 47 | 133 | 75 | 46 |
| Binary | 1011111 | 10011011 | 100110 | 100111 | 0 | 1001011 | 100111 | 1011011 | 111101 | 100110 |
Color Harmonies of #5F9B26
Complementary color
Monochromatic Colors of #5F9B26
Black with #5F9B26
Text Example
Text Example
White with #5F9B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9B26; }
p { color: rgb(95,155,38); }
H1.HeaderClassName
{
color: #5F9B26;
}
.AnyTagClassName
{
color: #5F9B26;
}
</style>
background-color css
<style>
a { background-color: #5F9B26; }
a { background-color: rgb(95,155,38); }
div.DivClassName
{
background-color: #5F9B26;
}
.BgClassName
{
background-color: #5F9B26;
}
</style>
border-color css
<style>
span { border-color: #5F9B26; }
span { border-color: rgb(95,155,38); }
td.TdClassName
{
border-color: #5F9B26;
}
.TagClassName
{
border-color: #5F9B26;
}
</style>