Shades of Limeade #5D9A1F
Tints of Limeade #5D9A1F
RGB
CMYK
RGB Variations
Color information
#5D9A1F (or 0x5D9A1F) is known color: Limeade. HEX triplet: 5D, 9A and 1F. RGB value is (93,154,31). Sum of RGB (Red+Green+Blue) = 93+154+31=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 154 (60.55% from 255 or 55.40% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 154 - color contains mainly: green. Hex color #5D9A1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9A1F is #A265E0. Grayscale: #7A7A7A. Windows color (decimal): -10642913 or 2071133. OLE color: 2071133.
HSL color Cylindrical-coordinate representation of color #5D9A1F: hue angle of 89.76º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D9A1F is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 154 | 31 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.40 |
| HSL | 89.76º | 0.66% | 0.36% | - |
| HSV(B) | 89.76º | 0.8% | 0.6% | - |
| XYZ | 16.32 | 25.54 | 5.37 | - |
| YUV | 121.74 | 76.79 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 154 | 31 | 0.40 | 0 | 0.80 | 0.40 | 89.76 | 0.66 | 0.36 |
| Hex | 5D | 9A | 1F | 28 | 0 | 50 | 28 | 5A | 42 | 24 |
| Octal | 135 | 232 | 37 | 50 | 0 | 120 | 50 | 132 | 102 | 44 |
| Binary | 1011101 | 10011010 | 11111 | 101000 | 0 | 1010000 | 101000 | 1011010 | 1000010 | 100100 |
Color Harmonies of #5D9A1F
Complementary color
Monochromatic Colors of #5D9A1F
Black with #5D9A1F
Text Example
Text Example
White with #5D9A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9A1F; }
p { color: rgb(93,154,31); }
H1.HeaderClassName
{
color: #5D9A1F;
}
.AnyTagClassName
{
color: #5D9A1F;
}
</style>
background-color css
<style>
a { background-color: #5D9A1F; }
a { background-color: rgb(93,154,31); }
div.DivClassName
{
background-color: #5D9A1F;
}
.BgClassName
{
background-color: #5D9A1F;
}
</style>
border-color css
<style>
span { border-color: #5D9A1F; }
span { border-color: rgb(93,154,31); }
td.TdClassName
{
border-color: #5D9A1F;
}
.TagClassName
{
border-color: #5D9A1F;
}
</style>