Shades of Fruit Salad #47984D
Tints of Fruit Salad #47984D
RGB
CMYK
RGB Variations
Color information
#47984D (or 0x47984D) is known color: Fruit Salad. HEX triplet: 47, 98 and 4D. RGB value is (71,152,77). Sum of RGB (Red+Green+Blue) = 71+152+77=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #47984D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47984D is #B867B2. Grayscale: #777777. Windows color (decimal): -12085171 or 5085255. OLE color: 5085255.
HSL color Cylindrical-coordinate representation of color #47984D: hue angle of 124.44º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47984D is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 152 | 77 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.40 |
| HSL | 124.44º | 0.36% | 0.44% | - |
| HSV(B) | 124.44º | 0.53% | 0.6% | - |
| XYZ | 15.17 | 24.33 | 10.92 | - |
| YUV | 119.23 | 104.16 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 152 | 77 | 0.53 | 0 | 0.49 | 0.40 | 124.44 | 0.36 | 0.44 |
| Hex | 47 | 98 | 4D | 35 | 0 | 31 | 28 | 7C | 24 | 2C |
| Octal | 107 | 230 | 115 | 65 | 0 | 61 | 50 | 174 | 44 | 54 |
| Binary | 1000111 | 10011000 | 1001101 | 110101 | 0 | 110001 | 101000 | 1111100 | 100100 | 101100 |
Color Harmonies of #47984D
Complementary color
Monochromatic Colors of #47984D
Black with #47984D
Text Example
Text Example
White with #47984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47984D; }
p { color: rgb(71,152,77); }
H1.HeaderClassName
{
color: #47984D;
}
.AnyTagClassName
{
color: #47984D;
}
</style>
background-color css
<style>
a { background-color: #47984D; }
a { background-color: rgb(71,152,77); }
div.DivClassName
{
background-color: #47984D;
}
.BgClassName
{
background-color: #47984D;
}
</style>
border-color css
<style>
span { border-color: #47984D; }
span { border-color: rgb(71,152,77); }
td.TdClassName
{
border-color: #47984D;
}
.TagClassName
{
border-color: #47984D;
}
</style>