Shades of Fruit Salad #47AC4A
Tints of Fruit Salad #47AC4A
RGB
CMYK
RGB Variations
Color information
#47AC4A (or 0x47AC4A) is known color: Fruit Salad. HEX triplet: 47, AC and 4A. RGB value is (71,172,74). Sum of RGB (Red+Green+Blue) = 71+172+74=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #47AC4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47AC4A is #B853B5. Grayscale: #828282. Windows color (decimal): -12080054 or 4893767. OLE color: 4893767.
HSL color Cylindrical-coordinate representation of color #47AC4A: hue angle of 121.78º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AC4A is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 172 | 74 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.33 |
| HSL | 121.78º | 0.42% | 0.48% | - |
| HSV(B) | 121.78º | 0.59% | 0.67% | - |
| XYZ | 18.59 | 31.34 | 11.55 | - |
| YUV | 130.63 | 96.04 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 172 | 74 | 0.59 | 0 | 0.57 | 0.33 | 121.78 | 0.42 | 0.48 |
| Hex | 47 | AC | 4A | 3B | 0 | 39 | 21 | 7A | 2A | 30 |
| Octal | 107 | 254 | 112 | 73 | 0 | 71 | 41 | 172 | 52 | 60 |
| Binary | 1000111 | 10101100 | 1001010 | 111011 | 0 | 111001 | 100001 | 1111010 | 101010 | 110000 |
Color Harmonies of #47AC4A
Complementary color
Monochromatic Colors of #47AC4A
Black with #47AC4A
Text Example
Text Example
White with #47AC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AC4A; }
p { color: rgb(71,172,74); }
H1.HeaderClassName
{
color: #47AC4A;
}
.AnyTagClassName
{
color: #47AC4A;
}
</style>
background-color css
<style>
a { background-color: #47AC4A; }
a { background-color: rgb(71,172,74); }
div.DivClassName
{
background-color: #47AC4A;
}
.BgClassName
{
background-color: #47AC4A;
}
</style>
border-color css
<style>
span { border-color: #47AC4A; }
span { border-color: rgb(71,172,74); }
td.TdClassName
{
border-color: #47AC4A;
}
.TagClassName
{
border-color: #47AC4A;
}
</style>