Shades of Fruit Salad #47AB53
Tints of Fruit Salad #47AB53
RGB
CMYK
RGB Variations
Color information
#47AB53 (or 0x47AB53) is known color: Fruit Salad. HEX triplet: 47, AB and 53. RGB value is (71,171,83). Sum of RGB (Red+Green+Blue) = 71+171+83=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AB53 is #B854AC. Grayscale: #838383. Windows color (decimal): -12080301 or 5483335. OLE color: 5483335.
HSL color Cylindrical-coordinate representation of color #47AB53: hue angle of 127.2º 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 #47AB53 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 171 | 83 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.33 |
| HSL | 127.2º | 0.41% | 0.47% | - |
| HSV(B) | 127.2º | 0.58% | 0.67% | - |
| XYZ | 18.72 | 31.09 | 13.2 | - |
| YUV | 131.07 | 100.87 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 83 | 0.58 | 0 | 0.51 | 0.33 | 127.2 | 0.41 | 0.47 |
| Hex | 47 | AB | 53 | 3A | 0 | 33 | 21 | 7F | 29 | 2F |
| Octal | 107 | 253 | 123 | 72 | 0 | 63 | 41 | 177 | 51 | 57 |
| Binary | 1000111 | 10101011 | 1010011 | 111010 | 0 | 110011 | 100001 | 1111111 | 101001 | 101111 |
Color Harmonies of #47AB53
Complementary color
Monochromatic Colors of #47AB53
Black with #47AB53
Text Example
Text Example
White with #47AB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AB53; }
p { color: rgb(71,171,83); }
H1.HeaderClassName
{
color: #47AB53;
}
.AnyTagClassName
{
color: #47AB53;
}
</style>
background-color css
<style>
a { background-color: #47AB53; }
a { background-color: rgb(71,171,83); }
div.DivClassName
{
background-color: #47AB53;
}
.BgClassName
{
background-color: #47AB53;
}
</style>
border-color css
<style>
span { border-color: #47AB53; }
span { border-color: rgb(71,171,83); }
td.TdClassName
{
border-color: #47AB53;
}
.TagClassName
{
border-color: #47AB53;
}
</style>