Shades of Fruit Salad #47A142
Tints of Fruit Salad #47A142
RGB
CMYK
RGB Variations
Color information
#47A142 (or 0x47A142) is known color: Fruit Salad. HEX triplet: 47, A1 and 42. RGB value is (71,161,66). Sum of RGB (Red+Green+Blue) = 71+161+66=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 161 (63.28% from 255 or 54.03% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 161 - color contains mainly: green. Hex color #47A142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47A142 is #B85EBD. Grayscale: #7B7B7B. Windows color (decimal): -12082878 or 4366663. OLE color: 4366663.
HSL color Cylindrical-coordinate representation of color #47A142: hue angle of 116.84º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47A142 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 161 | 66 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.37 |
| HSL | 116.84º | 0.42% | 0.45% | - |
| HSV(B) | 116.84º | 0.59% | 0.63% | - |
| XYZ | 16.33 | 27.22 | 9.55 | - |
| YUV | 123.26 | 95.68 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 161 | 66 | 0.56 | 0 | 0.59 | 0.37 | 116.84 | 0.42 | 0.45 |
| Hex | 47 | A1 | 42 | 38 | 0 | 3B | 25 | 75 | 2A | 2D |
| Octal | 107 | 241 | 102 | 70 | 0 | 73 | 45 | 165 | 52 | 55 |
| Binary | 1000111 | 10100001 | 1000010 | 111000 | 0 | 111011 | 100101 | 1110101 | 101010 | 101101 |
Color Harmonies of #47A142
Complementary color
Monochromatic Colors of #47A142
Black with #47A142
Text Example
Text Example
White with #47A142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A142; }
p { color: rgb(71,161,66); }
H1.HeaderClassName
{
color: #47A142;
}
.AnyTagClassName
{
color: #47A142;
}
</style>
background-color css
<style>
a { background-color: #47A142; }
a { background-color: rgb(71,161,66); }
div.DivClassName
{
background-color: #47A142;
}
.BgClassName
{
background-color: #47A142;
}
</style>
border-color css
<style>
span { border-color: #47A142; }
span { border-color: rgb(71,161,66); }
td.TdClassName
{
border-color: #47A142;
}
.TagClassName
{
border-color: #47A142;
}
</style>