Shades of Fruit Salad #47BA54
Tints of Fruit Salad #47BA54
RGB
CMYK
RGB Variations
Color information
#47BA54 (or 0x47BA54) is known color: Fruit Salad. HEX triplet: 47, BA and 54. RGB value is (71,186,84). Sum of RGB (Red+Green+Blue) = 71+186+84=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #47BA54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BA54 is #B845AB. Grayscale: #8C8C8C. Windows color (decimal): -12076460 or 5552711. OLE color: 5552711.
HSL color Cylindrical-coordinate representation of color #47BA54: hue angle of 126.78º 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 #47BA54 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 186 | 84 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.27 |
| HSL | 126.78º | 0.45% | 0.5% | - |
| HSV(B) | 126.78º | 0.62% | 0.73% | - |
| XYZ | 21.76 | 37.1 | 14.4 | - |
| YUV | 139.99 | 96.4 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 84 | 0.62 | 0 | 0.55 | 0.27 | 126.78 | 0.45 | 0.5 |
| Hex | 47 | BA | 54 | 3E | 0 | 37 | 1B | 7F | 2D | 32 |
| Octal | 107 | 272 | 124 | 76 | 0 | 67 | 33 | 177 | 55 | 62 |
| Binary | 1000111 | 10111010 | 1010100 | 111110 | 0 | 110111 | 11011 | 1111111 | 101101 | 110010 |
Color Harmonies of #47BA54
Complementary color
Monochromatic Colors of #47BA54
Black with #47BA54
Text Example
Text Example
White with #47BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BA54; }
p { color: rgb(71,186,84); }
H1.HeaderClassName
{
color: #47BA54;
}
.AnyTagClassName
{
color: #47BA54;
}
</style>
background-color css
<style>
a { background-color: #47BA54; }
a { background-color: rgb(71,186,84); }
div.DivClassName
{
background-color: #47BA54;
}
.BgClassName
{
background-color: #47BA54;
}
</style>
border-color css
<style>
span { border-color: #47BA54; }
span { border-color: rgb(71,186,84); }
td.TdClassName
{
border-color: #47BA54;
}
.TagClassName
{
border-color: #47BA54;
}
</style>