Shades of Limeade #5F9925
Tints of Limeade #5F9925
RGB
CMYK
RGB Variations
Color information
#5F9925 (or 0x5F9925) is known color: Limeade. HEX triplet: 5F, 99 and 25. RGB value is (95,153,37). Sum of RGB (Red+Green+Blue) = 95+153+37=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9925 is #A066DA. Grayscale: #7A7A7A. Windows color (decimal): -10512091 or 2464095. OLE color: 2464095.
HSL color Cylindrical-coordinate representation of color #5F9925: hue angle of 90º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F9925 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 153 | 37 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.4 |
| HSL | 90º | 0.61% | 0.37% | - |
| HSV(B) | 90º | 0.76% | 0.6% | - |
| XYZ | 16.44 | 25.35 | 5.78 | - |
| YUV | 122.43 | 79.78 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 153 | 37 | 0.38 | 0 | 0.76 | 0.4 | 90 | 0.61 | 0.37 |
| Hex | 5F | 99 | 25 | 26 | 0 | 4C | 28 | 5A | 3D | 25 |
| Octal | 137 | 231 | 45 | 46 | 0 | 114 | 50 | 132 | 75 | 45 |
| Binary | 1011111 | 10011001 | 100101 | 100110 | 0 | 1001100 | 101000 | 1011010 | 111101 | 100101 |
Color Harmonies of #5F9925
Complementary color
Monochromatic Colors of #5F9925
Black with #5F9925
Text Example
Text Example
White with #5F9925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9925; }
p { color: rgb(95,153,37); }
H1.HeaderClassName
{
color: #5F9925;
}
.AnyTagClassName
{
color: #5F9925;
}
</style>
background-color css
<style>
a { background-color: #5F9925; }
a { background-color: rgb(95,153,37); }
div.DivClassName
{
background-color: #5F9925;
}
.BgClassName
{
background-color: #5F9925;
}
</style>
border-color css
<style>
span { border-color: #5F9925; }
span { border-color: rgb(95,153,37); }
td.TdClassName
{
border-color: #5F9925;
}
.TagClassName
{
border-color: #5F9925;
}
</style>