Shades of Fruit Salad #47A238
Tints of Fruit Salad #47A238
RGB
CMYK
RGB Variations
Color information
#47A238 (or 0x47A238) is known color: Fruit Salad. HEX triplet: 47, A2 and 38. RGB value is (71,162,56). Sum of RGB (Red+Green+Blue) = 71+162+56=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #47A238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47A238 is #B85DC7. Grayscale: #7B7B7B. Windows color (decimal): -12082632 or 3711559. OLE color: 3711559.
HSL color Cylindrical-coordinate representation of color #47A238: hue angle of 111.51º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47A238 is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 162 | 56 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.36 |
| HSL | 111.51º | 0.49% | 0.43% | - |
| HSV(B) | 111.51º | 0.65% | 0.64% | - |
| XYZ | 16.23 | 27.47 | 8.19 | - |
| YUV | 122.71 | 90.35 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 162 | 56 | 0.56 | 0 | 0.65 | 0.36 | 111.51 | 0.49 | 0.43 |
| Hex | 47 | A2 | 38 | 38 | 0 | 41 | 24 | 70 | 31 | 2B |
| Octal | 107 | 242 | 70 | 70 | 0 | 101 | 44 | 160 | 61 | 53 |
| Binary | 1000111 | 10100010 | 111000 | 111000 | 0 | 1000001 | 100100 | 1110000 | 110001 | 101011 |
Color Harmonies of #47A238
Complementary color
Monochromatic Colors of #47A238
Black with #47A238
Text Example
Text Example
White with #47A238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A238; }
p { color: rgb(71,162,56); }
H1.HeaderClassName
{
color: #47A238;
}
.AnyTagClassName
{
color: #47A238;
}
</style>
background-color css
<style>
a { background-color: #47A238; }
a { background-color: rgb(71,162,56); }
div.DivClassName
{
background-color: #47A238;
}
.BgClassName
{
background-color: #47A238;
}
</style>
border-color css
<style>
span { border-color: #47A238; }
span { border-color: rgb(71,162,56); }
td.TdClassName
{
border-color: #47A238;
}
.TagClassName
{
border-color: #47A238;
}
</style>