Shades of Fruit Salad #47A835
Tints of Fruit Salad #47A835
RGB
CMYK
RGB Variations
Color information
#47A835 (or 0x47A835) is known color: Fruit Salad. HEX triplet: 47, A8 and 35. RGB value is (71,168,53). Sum of RGB (Red+Green+Blue) = 71+168+53=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 168 (66.02% from 255 or 57.53% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 168 - color contains mainly: green. Hex color #47A835 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47A835 is #B857CA. Grayscale: #7E7E7E. Windows color (decimal): -12081099 or 3516487. OLE color: 3516487.
HSL color Cylindrical-coordinate representation of color #47A835: hue angle of 110.61º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47A835 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 71 | 168 | 53 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.34 |
| HSL | 110.61º | 0.52% | 0.43% | - |
| HSV(B) | 110.61º | 0.68% | 0.66% | - |
| XYZ | 17.24 | 29.6 | 8.17 | - |
| YUV | 125.89 | 86.86 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 168 | 53 | 0.58 | 0 | 0.68 | 0.34 | 110.61 | 0.52 | 0.43 |
| Hex | 47 | A8 | 35 | 3A | 0 | 44 | 22 | 6F | 34 | 2B |
| Octal | 107 | 250 | 65 | 72 | 0 | 104 | 42 | 157 | 64 | 53 |
| Binary | 1000111 | 10101000 | 110101 | 111010 | 0 | 1000100 | 100010 | 1101111 | 110100 | 101011 |
Color Harmonies of #47A835
Complementary color
Monochromatic Colors of #47A835
Black with #47A835
Text Example
Text Example
White with #47A835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A835; }
p { color: rgb(71,168,53); }
H1.HeaderClassName
{
color: #47A835;
}
.AnyTagClassName
{
color: #47A835;
}
</style>
background-color css
<style>
a { background-color: #47A835; }
a { background-color: rgb(71,168,53); }
div.DivClassName
{
background-color: #47A835;
}
.BgClassName
{
background-color: #47A835;
}
</style>
border-color css
<style>
span { border-color: #47A835; }
span { border-color: rgb(71,168,53); }
td.TdClassName
{
border-color: #47A835;
}
.TagClassName
{
border-color: #47A835;
}
</style>