Shades of Fruit Salad #47C34D
Tints of Fruit Salad #47C34D
RGB
CMYK
RGB Variations
Color information
#47C34D (or 0x47C34D) is known color: Fruit Salad. HEX triplet: 47, C3 and 4D. RGB value is (71,195,77). Sum of RGB (Red+Green+Blue) = 71+195+77=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 195 (76.56% from 255 or 56.85% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 195 - color contains mainly: green. Hex color #47C34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C34D is #B83CB2. Grayscale: #909090. Windows color (decimal): -12074163 or 5096263. OLE color: 5096263.
HSL color Cylindrical-coordinate representation of color #47C34D: hue angle of 122.9º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C34D is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 195 | 77 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.24 |
| HSL | 122.9º | 0.51% | 0.52% | - |
| HSV(B) | 122.9º | 0.64% | 0.76% | - |
| XYZ | 23.45 | 40.91 | 13.68 | - |
| YUV | 144.47 | 89.92 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 195 | 77 | 0.64 | 0 | 0.61 | 0.24 | 122.9 | 0.51 | 0.52 |
| Hex | 47 | C3 | 4D | 40 | 0 | 3D | 18 | 7B | 33 | 34 |
| Octal | 107 | 303 | 115 | 100 | 0 | 75 | 30 | 173 | 63 | 64 |
| Binary | 1000111 | 11000011 | 1001101 | 1000000 | 0 | 111101 | 11000 | 1111011 | 110011 | 110100 |
Color Harmonies of #47C34D
Complementary color
Monochromatic Colors of #47C34D
Black with #47C34D
Text Example
Text Example
White with #47C34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C34D; }
p { color: rgb(71,195,77); }
H1.HeaderClassName
{
color: #47C34D;
}
.AnyTagClassName
{
color: #47C34D;
}
</style>
background-color css
<style>
a { background-color: #47C34D; }
a { background-color: rgb(71,195,77); }
div.DivClassName
{
background-color: #47C34D;
}
.BgClassName
{
background-color: #47C34D;
}
</style>
border-color css
<style>
span { border-color: #47C34D; }
span { border-color: rgb(71,195,77); }
td.TdClassName
{
border-color: #47C34D;
}
.TagClassName
{
border-color: #47C34D;
}
</style>