Shades of Fruit Salad #47B350
Tints of Fruit Salad #47B350
RGB
CMYK
RGB Variations
Color information
#47B350 (or 0x47B350) is known color: Fruit Salad. HEX triplet: 47, B3 and 50. RGB value is (71,179,80). Sum of RGB (Red+Green+Blue) = 71+179+80=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #47B350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47B350 is #B84CAF. Grayscale: #878787. Windows color (decimal): -12078256 or 5288775. OLE color: 5288775.
HSL color Cylindrical-coordinate representation of color #47B350: hue angle of 125º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B350 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 179 | 80 | - |
| CMYK | 0.60 | 0 | 0.55 | 0.30 |
| HSL | 125º | 0.43% | 0.49% | - |
| HSV(B) | 125º | 0.6% | 0.7% | - |
| XYZ | 20.17 | 34.16 | 13.12 | - |
| YUV | 135.42 | 96.72 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 179 | 80 | 0.60 | 0 | 0.55 | 0.30 | 125 | 0.43 | 0.49 |
| Hex | 47 | B3 | 50 | 3C | 0 | 37 | 1E | 7D | 2B | 31 |
| Octal | 107 | 263 | 120 | 74 | 0 | 67 | 36 | 175 | 53 | 61 |
| Binary | 1000111 | 10110011 | 1010000 | 111100 | 0 | 110111 | 11110 | 1111101 | 101011 | 110001 |
Color Harmonies of #47B350
Complementary color
Monochromatic Colors of #47B350
Black with #47B350
Text Example
Text Example
White with #47B350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B350; }
p { color: rgb(71,179,80); }
H1.HeaderClassName
{
color: #47B350;
}
.AnyTagClassName
{
color: #47B350;
}
</style>
background-color css
<style>
a { background-color: #47B350; }
a { background-color: rgb(71,179,80); }
div.DivClassName
{
background-color: #47B350;
}
.BgClassName
{
background-color: #47B350;
}
</style>
border-color css
<style>
span { border-color: #47B350; }
span { border-color: rgb(71,179,80); }
td.TdClassName
{
border-color: #47B350;
}
.TagClassName
{
border-color: #47B350;
}
</style>