Shades of Fruit Salad #47AB4E
Tints of Fruit Salad #47AB4E
RGB
CMYK
RGB Variations
Color information
#47AB4E (or 0x47AB4E) is known color: Fruit Salad. HEX triplet: 47, AB and 4E. RGB value is (71,171,78). Sum of RGB (Red+Green+Blue) = 71+171+78=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AB4E is #B854B1. Grayscale: #828282. Windows color (decimal): -12080306 or 5155655. OLE color: 5155655.
HSL color Cylindrical-coordinate representation of color #47AB4E: hue angle of 124.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 #47AB4E is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 171 | 78 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.33 |
| HSL | 124.2º | 0.41% | 0.47% | - |
| HSV(B) | 124.2º | 0.58% | 0.67% | - |
| XYZ | 18.54 | 31.02 | 12.22 | - |
| YUV | 130.5 | 98.37 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 78 | 0.58 | 0 | 0.54 | 0.33 | 124.2 | 0.41 | 0.47 |
| Hex | 47 | AB | 4E | 3A | 0 | 36 | 21 | 7C | 29 | 2F |
| Octal | 107 | 253 | 116 | 72 | 0 | 66 | 41 | 174 | 51 | 57 |
| Binary | 1000111 | 10101011 | 1001110 | 111010 | 0 | 110110 | 100001 | 1111100 | 101001 | 101111 |
Color Harmonies of #47AB4E
Complementary color
Monochromatic Colors of #47AB4E
Black with #47AB4E
Text Example
Text Example
White with #47AB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AB4E; }
p { color: rgb(71,171,78); }
H1.HeaderClassName
{
color: #47AB4E;
}
.AnyTagClassName
{
color: #47AB4E;
}
</style>
background-color css
<style>
a { background-color: #47AB4E; }
a { background-color: rgb(71,171,78); }
div.DivClassName
{
background-color: #47AB4E;
}
.BgClassName
{
background-color: #47AB4E;
}
</style>
border-color css
<style>
span { border-color: #47AB4E; }
span { border-color: rgb(71,171,78); }
td.TdClassName
{
border-color: #47AB4E;
}
.TagClassName
{
border-color: #47AB4E;
}
</style>