Shades of Fruit Salad #47AE4D
Tints of Fruit Salad #47AE4D
RGB
CMYK
RGB Variations
Color information
#47AE4D (or 0x47AE4D) is known color: Fruit Salad. HEX triplet: 47, AE and 4D. RGB value is (71,174,77). Sum of RGB (Red+Green+Blue) = 71+174+77=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 174 (68.36% from 255 or 54.04% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 174 - color contains mainly: green. Hex color #47AE4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AE4D is #B851B2. Grayscale: #848484. Windows color (decimal): -12079539 or 5090887. OLE color: 5090887.
HSL color Cylindrical-coordinate representation of color #47AE4D: hue angle of 123.5º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AE4D is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 174 | 77 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.32 |
| HSL | 123.5º | 0.42% | 0.48% | - |
| HSV(B) | 123.5º | 0.59% | 0.68% | - |
| XYZ | 19.07 | 32.15 | 12.22 | - |
| YUV | 132.15 | 96.88 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 174 | 77 | 0.59 | 0 | 0.56 | 0.32 | 123.5 | 0.42 | 0.48 |
| Hex | 47 | AE | 4D | 3B | 0 | 38 | 20 | 7B | 2A | 30 |
| Octal | 107 | 256 | 115 | 73 | 0 | 70 | 40 | 173 | 52 | 60 |
| Binary | 1000111 | 10101110 | 1001101 | 111011 | 0 | 111000 | 100000 | 1111011 | 101010 | 110000 |
Color Harmonies of #47AE4D
Complementary color
Monochromatic Colors of #47AE4D
Black with #47AE4D
Text Example
Text Example
White with #47AE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AE4D; }
p { color: rgb(71,174,77); }
H1.HeaderClassName
{
color: #47AE4D;
}
.AnyTagClassName
{
color: #47AE4D;
}
</style>
background-color css
<style>
a { background-color: #47AE4D; }
a { background-color: rgb(71,174,77); }
div.DivClassName
{
background-color: #47AE4D;
}
.BgClassName
{
background-color: #47AE4D;
}
</style>
border-color css
<style>
span { border-color: #47AE4D; }
span { border-color: rgb(71,174,77); }
td.TdClassName
{
border-color: #47AE4D;
}
.TagClassName
{
border-color: #47AE4D;
}
</style>