Shades of Fruit Salad #47B14D
Tints of Fruit Salad #47B14D
RGB
CMYK
RGB Variations
Color information
#47B14D (or 0x47B14D) is known color: Fruit Salad. HEX triplet: 47, B1 and 4D. RGB value is (71,177,77). Sum of RGB (Red+Green+Blue) = 71+177+77=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 177 (69.53% from 255 or 54.46% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 177 - color contains mainly: green. Hex color #47B14D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B14D is #B84EB2. Grayscale: #868686. Windows color (decimal): -12078771 or 5091655. OLE color: 5091655.
HSL color Cylindrical-coordinate representation of color #47B14D: hue angle of 123.4º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B14D is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 177 | 77 | - |
| CMYK | 0.60 | 0 | 0.56 | 0.31 |
| HSL | 123.4º | 0.43% | 0.49% | - |
| HSV(B) | 123.4º | 0.6% | 0.69% | - |
| XYZ | 19.66 | 33.32 | 12.42 | - |
| YUV | 133.91 | 95.88 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 177 | 77 | 0.60 | 0 | 0.56 | 0.31 | 123.4 | 0.43 | 0.49 |
| Hex | 47 | B1 | 4D | 3C | 0 | 38 | 1F | 7B | 2B | 31 |
| Octal | 107 | 261 | 115 | 74 | 0 | 70 | 37 | 173 | 53 | 61 |
| Binary | 1000111 | 10110001 | 1001101 | 111100 | 0 | 111000 | 11111 | 1111011 | 101011 | 110001 |
Color Harmonies of #47B14D
Complementary color
Monochromatic Colors of #47B14D
Black with #47B14D
Text Example
Text Example
White with #47B14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B14D; }
p { color: rgb(71,177,77); }
H1.HeaderClassName
{
color: #47B14D;
}
.AnyTagClassName
{
color: #47B14D;
}
</style>
background-color css
<style>
a { background-color: #47B14D; }
a { background-color: rgb(71,177,77); }
div.DivClassName
{
background-color: #47B14D;
}
.BgClassName
{
background-color: #47B14D;
}
</style>
border-color css
<style>
span { border-color: #47B14D; }
span { border-color: rgb(71,177,77); }
td.TdClassName
{
border-color: #47B14D;
}
.TagClassName
{
border-color: #47B14D;
}
</style>