Shades of Fruit Salad #47BE47
Tints of Fruit Salad #47BE47
RGB
CMYK
RGB Variations
Color information
#47BE47 (or 0x47BE47) is known color: Fruit Salad. HEX triplet: 47, BE and 47. RGB value is (71,190,71). Sum of RGB (Red+Green+Blue) = 71+190+71=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 190 (74.61% from 255 or 57.23% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 190 - color contains mainly: green. Hex color #47BE47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BE47 is #B841B8. Grayscale: #8D8D8D. Windows color (decimal): -12075449 or 4701767. OLE color: 4701767.
HSL color Cylindrical-coordinate representation of color #47BE47: hue angle of 120º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BE47 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 190 | 71 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.25 |
| HSL | 120º | 0.48% | 0.51% | - |
| HSV(B) | 120º | 0.63% | 0.75% | - |
| XYZ | 22.15 | 38.62 | 12.25 | - |
| YUV | 140.85 | 88.58 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 190 | 71 | 0.63 | 0 | 0.63 | 0.25 | 120 | 0.48 | 0.51 |
| Hex | 47 | BE | 47 | 3F | 0 | 3F | 19 | 78 | 30 | 33 |
| Octal | 107 | 276 | 107 | 77 | 0 | 77 | 31 | 170 | 60 | 63 |
| Binary | 1000111 | 10111110 | 1000111 | 111111 | 0 | 111111 | 11001 | 1111000 | 110000 | 110011 |
Color Harmonies of #47BE47
Complementary color
Monochromatic Colors of #47BE47
Black with #47BE47
Text Example
Text Example
White with #47BE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BE47; }
p { color: rgb(71,190,71); }
H1.HeaderClassName
{
color: #47BE47;
}
.AnyTagClassName
{
color: #47BE47;
}
</style>
background-color css
<style>
a { background-color: #47BE47; }
a { background-color: rgb(71,190,71); }
div.DivClassName
{
background-color: #47BE47;
}
.BgClassName
{
background-color: #47BE47;
}
</style>
border-color css
<style>
span { border-color: #47BE47; }
span { border-color: rgb(71,190,71); }
td.TdClassName
{
border-color: #47BE47;
}
.TagClassName
{
border-color: #47BE47;
}
</style>