Shades of Fruit Salad #47BE50
Tints of Fruit Salad #47BE50
RGB
CMYK
RGB Variations
Color information
#47BE50 (or 0x47BE50) is known color: Fruit Salad. HEX triplet: 47, BE and 50. RGB value is (71,190,80). Sum of RGB (Red+Green+Blue) = 71+190+80=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 190 (74.61% from 255 or 55.72% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 190 - color contains mainly: green. Hex color #47BE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BE50 is #B841AF. Grayscale: #8E8E8E. Windows color (decimal): -12075440 or 5291591. OLE color: 5291591.
HSL color Cylindrical-coordinate representation of color #47BE50: hue angle of 124.54º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BE50 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 190 | 80 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.25 |
| HSL | 124.54º | 0.48% | 0.51% | - |
| HSV(B) | 124.54º | 0.63% | 0.75% | - |
| XYZ | 22.46 | 38.75 | 13.88 | - |
| YUV | 141.88 | 93.08 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 190 | 80 | 0.63 | 0 | 0.58 | 0.25 | 124.54 | 0.48 | 0.51 |
| Hex | 47 | BE | 50 | 3F | 0 | 3A | 19 | 7D | 30 | 33 |
| Octal | 107 | 276 | 120 | 77 | 0 | 72 | 31 | 175 | 60 | 63 |
| Binary | 1000111 | 10111110 | 1010000 | 111111 | 0 | 111010 | 11001 | 1111101 | 110000 | 110011 |
Color Harmonies of #47BE50
Complementary color
Monochromatic Colors of #47BE50
Black with #47BE50
Text Example
Text Example
White with #47BE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BE50; }
p { color: rgb(71,190,80); }
H1.HeaderClassName
{
color: #47BE50;
}
.AnyTagClassName
{
color: #47BE50;
}
</style>
background-color css
<style>
a { background-color: #47BE50; }
a { background-color: rgb(71,190,80); }
div.DivClassName
{
background-color: #47BE50;
}
.BgClassName
{
background-color: #47BE50;
}
</style>
border-color css
<style>
span { border-color: #47BE50; }
span { border-color: rgb(71,190,80); }
td.TdClassName
{
border-color: #47BE50;
}
.TagClassName
{
border-color: #47BE50;
}
</style>