Shades of Fruit Salad #47A845
Tints of Fruit Salad #47A845
RGB
CMYK
RGB Variations
Color information
#47A845 (or 0x47A845) is known color: Fruit Salad. HEX triplet: 47, A8 and 45. RGB value is (71,168,69). Sum of RGB (Red+Green+Blue) = 71+168+69=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 168 (66.02% from 255 or 54.55% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 168 - color contains mainly: green. Hex color #47A845 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47A845 is #B857BA. Grayscale: #808080. Windows color (decimal): -12081083 or 4565063. OLE color: 4565063.
HSL color Cylindrical-coordinate representation of color #47A845: hue angle of 118.79º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47A845 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 71 | 168 | 69 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.34 |
| HSL | 118.79º | 0.42% | 0.46% | - |
| HSV(B) | 118.79º | 0.59% | 0.66% | - |
| XYZ | 17.68 | 29.77 | 10.45 | - |
| YUV | 127.71 | 94.86 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 168 | 69 | 0.58 | 0 | 0.59 | 0.34 | 118.79 | 0.42 | 0.46 |
| Hex | 47 | A8 | 45 | 3A | 0 | 3B | 22 | 77 | 2A | 2E |
| Octal | 107 | 250 | 105 | 72 | 0 | 73 | 42 | 167 | 52 | 56 |
| Binary | 1000111 | 10101000 | 1000101 | 111010 | 0 | 111011 | 100010 | 1110111 | 101010 | 101110 |
Color Harmonies of #47A845
Complementary color
Monochromatic Colors of #47A845
Black with #47A845
Text Example
Text Example
White with #47A845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A845; }
p { color: rgb(71,168,69); }
H1.HeaderClassName
{
color: #47A845;
}
.AnyTagClassName
{
color: #47A845;
}
</style>
background-color css
<style>
a { background-color: #47A845; }
a { background-color: rgb(71,168,69); }
div.DivClassName
{
background-color: #47A845;
}
.BgClassName
{
background-color: #47A845;
}
</style>
border-color css
<style>
span { border-color: #47A845; }
span { border-color: rgb(71,168,69); }
td.TdClassName
{
border-color: #47A845;
}
.TagClassName
{
border-color: #47A845;
}
</style>