Shades of Limeade #5F9B19
Tints of Limeade #5F9B19
RGB
CMYK
RGB Variations
Color information
#5F9B19 (or 0x5F9B19) is known color: Limeade. HEX triplet: 5F, 9B and 19. RGB value is (95,155,25). Sum of RGB (Red+Green+Blue) = 95+155+25=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #5F9B19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9B19 is #A064E6. Grayscale: #7A7A7A. Windows color (decimal): -10511591 or 1678175. OLE color: 1678175.
HSL color Cylindrical-coordinate representation of color #5F9B19: hue angle of 87.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F9B19 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 155 | 25 | - |
| CMYK | 0.39 | 0 | 0.84 | 0.39 |
| HSL | 87.69º | 0.72% | 0.35% | - |
| HSV(B) | 87.69º | 0.84% | 0.61% | - |
| XYZ | 16.62 | 25.95 | 5.05 | - |
| YUV | 122.24 | 73.12 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 155 | 25 | 0.39 | 0 | 0.84 | 0.39 | 87.69 | 0.72 | 0.35 |
| Hex | 5F | 9B | 19 | 27 | 0 | 54 | 27 | 58 | 48 | 23 |
| Octal | 137 | 233 | 31 | 47 | 0 | 124 | 47 | 130 | 110 | 43 |
| Binary | 1011111 | 10011011 | 11001 | 100111 | 0 | 1010100 | 100111 | 1011000 | 1001000 | 100011 |
Color Harmonies of #5F9B19
Complementary color
Monochromatic Colors of #5F9B19
Black with #5F9B19
Text Example
Text Example
White with #5F9B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9B19; }
p { color: rgb(95,155,25); }
H1.HeaderClassName
{
color: #5F9B19;
}
.AnyTagClassName
{
color: #5F9B19;
}
</style>
background-color css
<style>
a { background-color: #5F9B19; }
a { background-color: rgb(95,155,25); }
div.DivClassName
{
background-color: #5F9B19;
}
.BgClassName
{
background-color: #5F9B19;
}
</style>
border-color css
<style>
span { border-color: #5F9B19; }
span { border-color: rgb(95,155,25); }
td.TdClassName
{
border-color: #5F9B19;
}
.TagClassName
{
border-color: #5F9B19;
}
</style>