Shades of Fruit Salad #47BF4D
Tints of Fruit Salad #47BF4D
RGB
CMYK
RGB Variations
Color information
#47BF4D (or 0x47BF4D) is known color: Fruit Salad. HEX triplet: 47, BF and 4D. RGB value is (71,191,77). Sum of RGB (Red+Green+Blue) = 71+191+77=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 191 (75% from 255 or 56.34% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 191 - color contains mainly: green. Hex color #47BF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BF4D is #B840B2. Grayscale: #8E8E8E. Windows color (decimal): -12075187 or 5095239. OLE color: 5095239.
HSL color Cylindrical-coordinate representation of color #47BF4D: hue angle of 123º 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 #47BF4D is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 191 | 77 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.25 |
| HSL | 123º | 0.48% | 0.51% | - |
| HSV(B) | 123º | 0.63% | 0.75% | - |
| XYZ | 22.57 | 39.14 | 13.39 | - |
| YUV | 142.12 | 91.24 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 191 | 77 | 0.63 | 0 | 0.60 | 0.25 | 123 | 0.48 | 0.51 |
| Hex | 47 | BF | 4D | 3F | 0 | 3C | 19 | 7B | 30 | 33 |
| Octal | 107 | 277 | 115 | 77 | 0 | 74 | 31 | 173 | 60 | 63 |
| Binary | 1000111 | 10111111 | 1001101 | 111111 | 0 | 111100 | 11001 | 1111011 | 110000 | 110011 |
Color Harmonies of #47BF4D
Complementary color
Monochromatic Colors of #47BF4D
Black with #47BF4D
Text Example
Text Example
White with #47BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BF4D; }
p { color: rgb(71,191,77); }
H1.HeaderClassName
{
color: #47BF4D;
}
.AnyTagClassName
{
color: #47BF4D;
}
</style>
background-color css
<style>
a { background-color: #47BF4D; }
a { background-color: rgb(71,191,77); }
div.DivClassName
{
background-color: #47BF4D;
}
.BgClassName
{
background-color: #47BF4D;
}
</style>
border-color css
<style>
span { border-color: #47BF4D; }
span { border-color: rgb(71,191,77); }
td.TdClassName
{
border-color: #47BF4D;
}
.TagClassName
{
border-color: #47BF4D;
}
</style>