Shades of Fruit Salad #47C54D
Tints of Fruit Salad #47C54D
RGB
CMYK
RGB Variations
Color information
#47C54D (or 0x47C54D) is known color: Fruit Salad. HEX triplet: 47, C5 and 4D. RGB value is (71,197,77). Sum of RGB (Red+Green+Blue) = 71+197+77=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #47C54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C54D is #B83AB2. Grayscale: #929292. Windows color (decimal): -12073651 or 5096775. OLE color: 5096775.
HSL color Cylindrical-coordinate representation of color #47C54D: hue angle of 122.86º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C54D is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 197 | 77 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.23 |
| HSL | 122.86º | 0.52% | 0.53% | - |
| HSV(B) | 122.86º | 0.64% | 0.77% | - |
| XYZ | 23.9 | 41.81 | 13.83 | - |
| YUV | 145.65 | 89.26 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 197 | 77 | 0.64 | 0 | 0.61 | 0.23 | 122.86 | 0.52 | 0.53 |
| Hex | 47 | C5 | 4D | 40 | 0 | 3D | 17 | 7B | 34 | 35 |
| Octal | 107 | 305 | 115 | 100 | 0 | 75 | 27 | 173 | 64 | 65 |
| Binary | 1000111 | 11000101 | 1001101 | 1000000 | 0 | 111101 | 10111 | 1111011 | 110100 | 110101 |
Color Harmonies of #47C54D
Complementary color
Monochromatic Colors of #47C54D
Black with #47C54D
Text Example
Text Example
White with #47C54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C54D; }
p { color: rgb(71,197,77); }
H1.HeaderClassName
{
color: #47C54D;
}
.AnyTagClassName
{
color: #47C54D;
}
</style>
background-color css
<style>
a { background-color: #47C54D; }
a { background-color: rgb(71,197,77); }
div.DivClassName
{
background-color: #47C54D;
}
.BgClassName
{
background-color: #47C54D;
}
</style>
border-color css
<style>
span { border-color: #47C54D; }
span { border-color: rgb(71,197,77); }
td.TdClassName
{
border-color: #47C54D;
}
.TagClassName
{
border-color: #47C54D;
}
</style>