Shades of Fruit Salad #47BD53
Tints of Fruit Salad #47BD53
RGB
CMYK
RGB Variations
Color information
#47BD53 (or 0x47BD53) is known color: Fruit Salad. HEX triplet: 47, BD and 53. RGB value is (71,189,83). Sum of RGB (Red+Green+Blue) = 71+189+83=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BD53 is #B842AC. Grayscale: #8D8D8D. Windows color (decimal): -12075693 or 5487943. OLE color: 5487943.
HSL color Cylindrical-coordinate representation of color #47BD53: hue angle of 126.1º 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 #47BD53 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 189 | 83 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.26 |
| HSL | 126.1º | 0.47% | 0.51% | - |
| HSV(B) | 126.1º | 0.62% | 0.74% | - |
| XYZ | 22.36 | 38.36 | 14.41 | - |
| YUV | 141.63 | 94.91 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 83 | 0.62 | 0 | 0.56 | 0.26 | 126.1 | 0.47 | 0.51 |
| Hex | 47 | BD | 53 | 3E | 0 | 38 | 1A | 7E | 2F | 33 |
| Octal | 107 | 275 | 123 | 76 | 0 | 70 | 32 | 176 | 57 | 63 |
| Binary | 1000111 | 10111101 | 1010011 | 111110 | 0 | 111000 | 11010 | 1111110 | 101111 | 110011 |
Color Harmonies of #47BD53
Complementary color
Monochromatic Colors of #47BD53
Black with #47BD53
Text Example
Text Example
White with #47BD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BD53; }
p { color: rgb(71,189,83); }
H1.HeaderClassName
{
color: #47BD53;
}
.AnyTagClassName
{
color: #47BD53;
}
</style>
background-color css
<style>
a { background-color: #47BD53; }
a { background-color: rgb(71,189,83); }
div.DivClassName
{
background-color: #47BD53;
}
.BgClassName
{
background-color: #47BD53;
}
</style>
border-color css
<style>
span { border-color: #47BD53; }
span { border-color: rgb(71,189,83); }
td.TdClassName
{
border-color: #47BD53;
}
.TagClassName
{
border-color: #47BD53;
}
</style>