Shades of Fruit Salad #47B84F
Tints of Fruit Salad #47B84F
RGB
CMYK
RGB Variations
Color information
#47B84F (or 0x47B84F) is known color: Fruit Salad. HEX triplet: 47, B8 and 4F. RGB value is (71,184,79). Sum of RGB (Red+Green+Blue) = 71+184+79=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 184 (72.27% from 255 or 55.09% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 184 - color contains mainly: green. Hex color #47B84F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47B84F is #B847B0. Grayscale: #8A8A8A. Windows color (decimal): -12076977 or 5224519. OLE color: 5224519.
HSL color Cylindrical-coordinate representation of color #47B84F: hue angle of 124.25º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B84F is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 71 | 184 | 79 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.28 |
| HSL | 124.25º | 0.44% | 0.5% | - |
| HSV(B) | 124.25º | 0.61% | 0.72% | - |
| XYZ | 21.15 | 36.19 | 13.27 | - |
| YUV | 138.24 | 94.56 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 184 | 79 | 0.61 | 0 | 0.57 | 0.28 | 124.25 | 0.44 | 0.5 |
| Hex | 47 | B8 | 4F | 3D | 0 | 39 | 1C | 7C | 2C | 32 |
| Octal | 107 | 270 | 117 | 75 | 0 | 71 | 34 | 174 | 54 | 62 |
| Binary | 1000111 | 10111000 | 1001111 | 111101 | 0 | 111001 | 11100 | 1111100 | 101100 | 110010 |
Color Harmonies of #47B84F
Complementary color
Monochromatic Colors of #47B84F
Black with #47B84F
Text Example
Text Example
White with #47B84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B84F; }
p { color: rgb(71,184,79); }
H1.HeaderClassName
{
color: #47B84F;
}
.AnyTagClassName
{
color: #47B84F;
}
</style>
background-color css
<style>
a { background-color: #47B84F; }
a { background-color: rgb(71,184,79); }
div.DivClassName
{
background-color: #47B84F;
}
.BgClassName
{
background-color: #47B84F;
}
</style>
border-color css
<style>
span { border-color: #47B84F; }
span { border-color: rgb(71,184,79); }
td.TdClassName
{
border-color: #47B84F;
}
.TagClassName
{
border-color: #47B84F;
}
</style>