Shades of Fruit Salad #47BB47
Tints of Fruit Salad #47BB47
RGB
CMYK
RGB Variations
Color information
#47BB47 (or 0x47BB47) is known color: Fruit Salad. HEX triplet: 47, BB and 47. RGB value is (71,187,71). Sum of RGB (Red+Green+Blue) = 71+187+71=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 187 (73.44% from 255 or 56.84% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 187 - color contains mainly: green. Hex color #47BB47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BB47 is #B844B8. Grayscale: #8B8B8B. Windows color (decimal): -12076217 or 4700999. OLE color: 4700999.
HSL color Cylindrical-coordinate representation of color #47BB47: hue angle of 120º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BB47 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 187 | 71 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.27 |
| HSL | 120º | 0.46% | 0.51% | - |
| HSV(B) | 120º | 0.62% | 0.73% | - |
| XYZ | 21.51 | 37.34 | 12.03 | - |
| YUV | 139.09 | 89.57 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 187 | 71 | 0.62 | 0 | 0.62 | 0.27 | 120 | 0.46 | 0.51 |
| Hex | 47 | BB | 47 | 3E | 0 | 3E | 1B | 78 | 2E | 33 |
| Octal | 107 | 273 | 107 | 76 | 0 | 76 | 33 | 170 | 56 | 63 |
| Binary | 1000111 | 10111011 | 1000111 | 111110 | 0 | 111110 | 11011 | 1111000 | 101110 | 110011 |
Color Harmonies of #47BB47
Complementary color
Monochromatic Colors of #47BB47
Black with #47BB47
Text Example
Text Example
White with #47BB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BB47; }
p { color: rgb(71,187,71); }
H1.HeaderClassName
{
color: #47BB47;
}
.AnyTagClassName
{
color: #47BB47;
}
</style>
background-color css
<style>
a { background-color: #47BB47; }
a { background-color: rgb(71,187,71); }
div.DivClassName
{
background-color: #47BB47;
}
.BgClassName
{
background-color: #47BB47;
}
</style>
border-color css
<style>
span { border-color: #47BB47; }
span { border-color: rgb(71,187,71); }
td.TdClassName
{
border-color: #47BB47;
}
.TagClassName
{
border-color: #47BB47;
}
</style>