Shades of Fruit Salad #47AB50
Tints of Fruit Salad #47AB50
RGB
CMYK
RGB Variations
Color information
#47AB50 (or 0x47AB50) is known color: Fruit Salad. HEX triplet: 47, AB and 50. RGB value is (71,171,80). Sum of RGB (Red+Green+Blue) = 71+171+80=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AB50 is #B854AF. Grayscale: #828282. Windows color (decimal): -12080304 or 5286727. OLE color: 5286727.
HSL color Cylindrical-coordinate representation of color #47AB50: hue angle of 125.4º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47AB50 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 171 | 80 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.33 |
| HSL | 125.4º | 0.41% | 0.47% | - |
| HSV(B) | 125.4º | 0.58% | 0.67% | - |
| XYZ | 18.61 | 31.04 | 12.6 | - |
| YUV | 130.73 | 99.37 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 80 | 0.58 | 0 | 0.53 | 0.33 | 125.4 | 0.41 | 0.47 |
| Hex | 47 | AB | 50 | 3A | 0 | 35 | 21 | 7D | 29 | 2F |
| Octal | 107 | 253 | 120 | 72 | 0 | 65 | 41 | 175 | 51 | 57 |
| Binary | 1000111 | 10101011 | 1010000 | 111010 | 0 | 110101 | 100001 | 1111101 | 101001 | 101111 |
Color Harmonies of #47AB50
Complementary color
Monochromatic Colors of #47AB50
Black with #47AB50
Text Example
Text Example
White with #47AB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AB50; }
p { color: rgb(71,171,80); }
H1.HeaderClassName
{
color: #47AB50;
}
.AnyTagClassName
{
color: #47AB50;
}
</style>
background-color css
<style>
a { background-color: #47AB50; }
a { background-color: rgb(71,171,80); }
div.DivClassName
{
background-color: #47AB50;
}
.BgClassName
{
background-color: #47AB50;
}
</style>
border-color css
<style>
span { border-color: #47AB50; }
span { border-color: rgb(71,171,80); }
td.TdClassName
{
border-color: #47AB50;
}
.TagClassName
{
border-color: #47AB50;
}
</style>