Shades of Fruit Salad #47BA59
Tints of Fruit Salad #47BA59
RGB
CMYK
RGB Variations
Color information
#47BA59 (or 0x47BA59) is known color: Fruit Salad. HEX triplet: 47, BA and 59. RGB value is (71,186,89). Sum of RGB (Red+Green+Blue) = 71+186+89=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #47BA59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BA59 is #B845A6. Grayscale: #8C8C8C. Windows color (decimal): -12076455 or 5880391. OLE color: 5880391.
HSL color Cylindrical-coordinate representation of color #47BA59: hue angle of 129.39º 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 #47BA59 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 186 | 89 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.27 |
| HSL | 129.39º | 0.45% | 0.5% | - |
| HSV(B) | 129.39º | 0.62% | 0.73% | - |
| XYZ | 21.96 | 37.18 | 15.47 | - |
| YUV | 140.56 | 98.9 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 89 | 0.62 | 0 | 0.52 | 0.27 | 129.39 | 0.45 | 0.5 |
| Hex | 47 | BA | 59 | 3E | 0 | 34 | 1B | 81 | 2D | 32 |
| Octal | 107 | 272 | 131 | 76 | 0 | 64 | 33 | 201 | 55 | 62 |
| Binary | 1000111 | 10111010 | 1011001 | 111110 | 0 | 110100 | 11011 | 10000001 | 101101 | 110010 |
Color Harmonies of #47BA59
Complementary color
Monochromatic Colors of #47BA59
Black with #47BA59
Text Example
Text Example
White with #47BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BA59; }
p { color: rgb(71,186,89); }
H1.HeaderClassName
{
color: #47BA59;
}
.AnyTagClassName
{
color: #47BA59;
}
</style>
background-color css
<style>
a { background-color: #47BA59; }
a { background-color: rgb(71,186,89); }
div.DivClassName
{
background-color: #47BA59;
}
.BgClassName
{
background-color: #47BA59;
}
</style>
border-color css
<style>
span { border-color: #47BA59; }
span { border-color: rgb(71,186,89); }
td.TdClassName
{
border-color: #47BA59;
}
.TagClassName
{
border-color: #47BA59;
}
</style>