Shades of Limeade #5F9B3D
Tints of Limeade #5F9B3D
RGB
CMYK
RGB Variations
Color information
#5F9B3D (or 0x5F9B3D) is known color: Limeade. HEX triplet: 5F, 9B and 3D. RGB value is (95,155,61). Sum of RGB (Red+Green+Blue) = 95+155+61=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #5F9B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9B3D is #A064C2. Grayscale: #7E7E7E. Windows color (decimal): -10511555 or 4037471. OLE color: 4037471.
HSL color Cylindrical-coordinate representation of color #5F9B3D: hue angle of 98.3º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F9B3D is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 155 | 61 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.39 |
| HSL | 98.3º | 0.44% | 0.42% | - |
| HSV(B) | 98.3º | 0.61% | 0.61% | - |
| XYZ | 17.28 | 26.21 | 8.56 | - |
| YUV | 126.34 | 91.12 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 155 | 61 | 0.39 | 0 | 0.61 | 0.39 | 98.3 | 0.44 | 0.42 |
| Hex | 5F | 9B | 3D | 27 | 0 | 3D | 27 | 62 | 2C | 2A |
| Octal | 137 | 233 | 75 | 47 | 0 | 75 | 47 | 142 | 54 | 52 |
| Binary | 1011111 | 10011011 | 111101 | 100111 | 0 | 111101 | 100111 | 1100010 | 101100 | 101010 |
Color Harmonies of #5F9B3D
Complementary color
Monochromatic Colors of #5F9B3D
Black with #5F9B3D
Text Example
Text Example
White with #5F9B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9B3D; }
p { color: rgb(95,155,61); }
H1.HeaderClassName
{
color: #5F9B3D;
}
.AnyTagClassName
{
color: #5F9B3D;
}
</style>
background-color css
<style>
a { background-color: #5F9B3D; }
a { background-color: rgb(95,155,61); }
div.DivClassName
{
background-color: #5F9B3D;
}
.BgClassName
{
background-color: #5F9B3D;
}
</style>
border-color css
<style>
span { border-color: #5F9B3D; }
span { border-color: rgb(95,155,61); }
td.TdClassName
{
border-color: #5F9B3D;
}
.TagClassName
{
border-color: #5F9B3D;
}
</style>