Shades of Fruit Salad #47BA51
Tints of Fruit Salad #47BA51
RGB
CMYK
RGB Variations
Color information
#47BA51 (or 0x47BA51) is known color: Fruit Salad. HEX triplet: 47, BA and 51. RGB value is (71,186,81). Sum of RGB (Red+Green+Blue) = 71+186+81=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #47BA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BA51 is #B845AE. Grayscale: #8B8B8B. Windows color (decimal): -12076463 or 5356103. OLE color: 5356103.
HSL color Cylindrical-coordinate representation of color #47BA51: hue angle of 125.22º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BA51 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 186 | 81 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.27 |
| HSL | 125.22º | 0.45% | 0.5% | - |
| HSV(B) | 125.22º | 0.62% | 0.73% | - |
| XYZ | 21.64 | 37.05 | 13.8 | - |
| YUV | 139.65 | 94.9 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 81 | 0.62 | 0 | 0.56 | 0.27 | 125.22 | 0.45 | 0.5 |
| Hex | 47 | BA | 51 | 3E | 0 | 38 | 1B | 7D | 2D | 32 |
| Octal | 107 | 272 | 121 | 76 | 0 | 70 | 33 | 175 | 55 | 62 |
| Binary | 1000111 | 10111010 | 1010001 | 111110 | 0 | 111000 | 11011 | 1111101 | 101101 | 110010 |
Color Harmonies of #47BA51
Complementary color
Monochromatic Colors of #47BA51
Black with #47BA51
Text Example
Text Example
White with #47BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BA51; }
p { color: rgb(71,186,81); }
H1.HeaderClassName
{
color: #47BA51;
}
.AnyTagClassName
{
color: #47BA51;
}
</style>
background-color css
<style>
a { background-color: #47BA51; }
a { background-color: rgb(71,186,81); }
div.DivClassName
{
background-color: #47BA51;
}
.BgClassName
{
background-color: #47BA51;
}
</style>
border-color css
<style>
span { border-color: #47BA51; }
span { border-color: rgb(71,186,81); }
td.TdClassName
{
border-color: #47BA51;
}
.TagClassName
{
border-color: #47BA51;
}
</style>