Shades of Fruit Salad #47A84E
Tints of Fruit Salad #47A84E
RGB
CMYK
RGB Variations
Color information
#47A84E (or 0x47A84E) is known color: Fruit Salad. HEX triplet: 47, A8 and 4E. RGB value is (71,168,78). Sum of RGB (Red+Green+Blue) = 71+168+78=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 168 (66.02% from 255 or 53.00% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 168 - color contains mainly: green. Hex color #47A84E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A84E is #B857B1. Grayscale: #818181. Windows color (decimal): -12081074 or 5154887. OLE color: 5154887.
HSL color Cylindrical-coordinate representation of color #47A84E: hue angle of 124.33º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47A84E is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 71 | 168 | 78 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.34 |
| HSL | 124.33º | 0.41% | 0.47% | - |
| HSV(B) | 124.33º | 0.58% | 0.66% | - |
| XYZ | 17.98 | 29.89 | 12.03 | - |
| YUV | 128.74 | 99.36 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 168 | 78 | 0.58 | 0 | 0.54 | 0.34 | 124.33 | 0.41 | 0.47 |
| Hex | 47 | A8 | 4E | 3A | 0 | 36 | 22 | 7C | 29 | 2F |
| Octal | 107 | 250 | 116 | 72 | 0 | 66 | 42 | 174 | 51 | 57 |
| Binary | 1000111 | 10101000 | 1001110 | 111010 | 0 | 110110 | 100010 | 1111100 | 101001 | 101111 |
Color Harmonies of #47A84E
Complementary color
Monochromatic Colors of #47A84E
Black with #47A84E
Text Example
Text Example
White with #47A84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A84E; }
p { color: rgb(71,168,78); }
H1.HeaderClassName
{
color: #47A84E;
}
.AnyTagClassName
{
color: #47A84E;
}
</style>
background-color css
<style>
a { background-color: #47A84E; }
a { background-color: rgb(71,168,78); }
div.DivClassName
{
background-color: #47A84E;
}
.BgClassName
{
background-color: #47A84E;
}
</style>
border-color css
<style>
span { border-color: #47A84E; }
span { border-color: rgb(71,168,78); }
td.TdClassName
{
border-color: #47A84E;
}
.TagClassName
{
border-color: #47A84E;
}
</style>