Shades of Fruit Salad #47A256
Tints of Fruit Salad #47A256
RGB
CMYK
RGB Variations
Color information
#47A256 (or 0x47A256) is known color: Fruit Salad. HEX triplet: 47, A2 and 56. RGB value is (71,162,86). Sum of RGB (Red+Green+Blue) = 71+162+86=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #47A256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A256 is #B85DA9. Grayscale: #7E7E7E. Windows color (decimal): -12082602 or 5677639. OLE color: 5677639.
HSL color Cylindrical-coordinate representation of color #47A256: hue angle of 129.89º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A256 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 162 | 86 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.36 |
| HSL | 129.89º | 0.39% | 0.46% | - |
| HSV(B) | 129.89º | 0.56% | 0.64% | - |
| XYZ | 17.2 | 27.85 | 13.27 | - |
| YUV | 126.13 | 105.35 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 162 | 86 | 0.56 | 0 | 0.47 | 0.36 | 129.89 | 0.39 | 0.46 |
| Hex | 47 | A2 | 56 | 38 | 0 | 2F | 24 | 82 | 27 | 2E |
| Octal | 107 | 242 | 126 | 70 | 0 | 57 | 44 | 202 | 47 | 56 |
| Binary | 1000111 | 10100010 | 1010110 | 111000 | 0 | 101111 | 100100 | 10000010 | 100111 | 101110 |
Color Harmonies of #47A256
Complementary color
Monochromatic Colors of #47A256
Black with #47A256
Text Example
Text Example
White with #47A256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A256; }
p { color: rgb(71,162,86); }
H1.HeaderClassName
{
color: #47A256;
}
.AnyTagClassName
{
color: #47A256;
}
</style>
background-color css
<style>
a { background-color: #47A256; }
a { background-color: rgb(71,162,86); }
div.DivClassName
{
background-color: #47A256;
}
.BgClassName
{
background-color: #47A256;
}
</style>
border-color css
<style>
span { border-color: #47A256; }
span { border-color: rgb(71,162,86); }
td.TdClassName
{
border-color: #47A256;
}
.TagClassName
{
border-color: #47A256;
}
</style>