Shades of Limeade #5FA629
Tints of Limeade #5FA629
RGB
CMYK
RGB Variations
Color information
#5FA629 (or 0x5FA629) is known color: Limeade. HEX triplet: 5F, A6 and 29. RGB value is (95,166,41). Sum of RGB (Red+Green+Blue) = 95+166+41=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 166 (65.23% from 255 or 54.97% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA629 is #A059D6. Grayscale: #828282. Windows color (decimal): -10508759 or 2729567. OLE color: 2729567.
HSL color Cylindrical-coordinate representation of color #5FA629: hue angle of 94.08º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5FA629 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 166 | 41 | - |
| CMYK | 0.43 | 0 | 0.75 | 0.35 |
| HSL | 94.08º | 0.6% | 0.41% | - |
| HSV(B) | 94.08º | 0.75% | 0.65% | - |
| XYZ | 18.76 | 29.87 | 6.87 | - |
| YUV | 130.52 | 77.48 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 166 | 41 | 0.43 | 0 | 0.75 | 0.35 | 94.08 | 0.6 | 0.41 |
| Hex | 5F | A6 | 29 | 2B | 0 | 4B | 23 | 5E | 3C | 29 |
| Octal | 137 | 246 | 51 | 53 | 0 | 113 | 43 | 136 | 74 | 51 |
| Binary | 1011111 | 10100110 | 101001 | 101011 | 0 | 1001011 | 100011 | 1011110 | 111100 | 101001 |
Color Harmonies of #5FA629
Complementary color
Monochromatic Colors of #5FA629
Black with #5FA629
Text Example
Text Example
White with #5FA629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA629; }
p { color: rgb(95,166,41); }
H1.HeaderClassName
{
color: #5FA629;
}
.AnyTagClassName
{
color: #5FA629;
}
</style>
background-color css
<style>
a { background-color: #5FA629; }
a { background-color: rgb(95,166,41); }
div.DivClassName
{
background-color: #5FA629;
}
.BgClassName
{
background-color: #5FA629;
}
</style>
border-color css
<style>
span { border-color: #5FA629; }
span { border-color: rgb(95,166,41); }
td.TdClassName
{
border-color: #5FA629;
}
.TagClassName
{
border-color: #5FA629;
}
</style>