Shades of Limeade #5FAA29
Tints of Limeade #5FAA29
RGB
CMYK
RGB Variations
Color information
#5FAA29 (or 0x5FAA29) is known color: Limeade. HEX triplet: 5F, AA and 29. RGB value is (95,170,41). Sum of RGB (Red+Green+Blue) = 95+170+41=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAA29 is #A055D6. Grayscale: #858585. Windows color (decimal): -10507735 or 2730591. OLE color: 2730591.
HSL color Cylindrical-coordinate representation of color #5FAA29: hue angle of 94.88º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5FAA29 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 170 | 41 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.33 |
| HSL | 94.88º | 0.61% | 0.41% | - |
| HSV(B) | 94.88º | 0.76% | 0.67% | - |
| XYZ | 19.49 | 31.34 | 7.12 | - |
| YUV | 132.87 | 76.15 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 41 | 0.44 | 0 | 0.76 | 0.33 | 94.88 | 0.61 | 0.41 |
| Hex | 5F | AA | 29 | 2C | 0 | 4C | 21 | 5F | 3D | 29 |
| Octal | 137 | 252 | 51 | 54 | 0 | 114 | 41 | 137 | 75 | 51 |
| Binary | 1011111 | 10101010 | 101001 | 101100 | 0 | 1001100 | 100001 | 1011111 | 111101 | 101001 |
Color Harmonies of #5FAA29
Complementary color
Monochromatic Colors of #5FAA29
Black with #5FAA29
Text Example
Text Example
White with #5FAA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAA29; }
p { color: rgb(95,170,41); }
H1.HeaderClassName
{
color: #5FAA29;
}
.AnyTagClassName
{
color: #5FAA29;
}
</style>
background-color css
<style>
a { background-color: #5FAA29; }
a { background-color: rgb(95,170,41); }
div.DivClassName
{
background-color: #5FAA29;
}
.BgClassName
{
background-color: #5FAA29;
}
</style>
border-color css
<style>
span { border-color: #5FAA29; }
span { border-color: rgb(95,170,41); }
td.TdClassName
{
border-color: #5FAA29;
}
.TagClassName
{
border-color: #5FAA29;
}
</style>