Shades of Fruit Salad #47BD5E
Tints of Fruit Salad #47BD5E
RGB
CMYK
RGB Variations
Color information
#47BD5E (or 0x47BD5E) is known color: Fruit Salad. HEX triplet: 47, BD and 5E. RGB value is (71,189,94). Sum of RGB (Red+Green+Blue) = 71+189+94=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BD5E is #B842A1. Grayscale: #8F8F8F. Windows color (decimal): -12075682 or 6208839. OLE color: 6208839.
HSL color Cylindrical-coordinate representation of color #47BD5E: hue angle of 131.69º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BD5E is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 189 | 94 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.26 |
| HSL | 131.69º | 0.47% | 0.51% | - |
| HSV(B) | 131.69º | 0.62% | 0.74% | - |
| XYZ | 22.82 | 38.54 | 16.83 | - |
| YUV | 142.89 | 100.41 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 94 | 0.62 | 0 | 0.50 | 0.26 | 131.69 | 0.47 | 0.51 |
| Hex | 47 | BD | 5E | 3E | 0 | 32 | 1A | 84 | 2F | 33 |
| Octal | 107 | 275 | 136 | 76 | 0 | 62 | 32 | 204 | 57 | 63 |
| Binary | 1000111 | 10111101 | 1011110 | 111110 | 0 | 110010 | 11010 | 10000100 | 101111 | 110011 |
Color Harmonies of #47BD5E
Complementary color
Monochromatic Colors of #47BD5E
Black with #47BD5E
Text Example
Text Example
White with #47BD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BD5E; }
p { color: rgb(71,189,94); }
H1.HeaderClassName
{
color: #47BD5E;
}
.AnyTagClassName
{
color: #47BD5E;
}
</style>
background-color css
<style>
a { background-color: #47BD5E; }
a { background-color: rgb(71,189,94); }
div.DivClassName
{
background-color: #47BD5E;
}
.BgClassName
{
background-color: #47BD5E;
}
</style>
border-color css
<style>
span { border-color: #47BD5E; }
span { border-color: rgb(71,189,94); }
td.TdClassName
{
border-color: #47BD5E;
}
.TagClassName
{
border-color: #47BD5E;
}
</style>