Shades of Fruit Salad #47BB46
Tints of Fruit Salad #47BB46
RGB
CMYK
RGB Variations
Color information
#47BB46 (or 0x47BB46) is known color: Fruit Salad. HEX triplet: 47, BB and 46. RGB value is (71,187,70). Sum of RGB (Red+Green+Blue) = 71+187+70=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 187 (73.44% from 255 or 57.01% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 187 - color contains mainly: green. Hex color #47BB46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BB46 is #B844B9. Grayscale: #8B8B8B. Windows color (decimal): -12076218 or 4635463. OLE color: 4635463.
HSL color Cylindrical-coordinate representation of color #47BB46: hue angle of 119.49º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BB46 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 187 | 70 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.27 |
| HSL | 119.49º | 0.46% | 0.5% | - |
| HSV(B) | 119.49º | 0.63% | 0.73% | - |
| XYZ | 21.47 | 37.32 | 11.87 | - |
| YUV | 138.98 | 89.07 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 187 | 70 | 0.62 | 0 | 0.63 | 0.27 | 119.49 | 0.46 | 0.5 |
| Hex | 47 | BB | 46 | 3E | 0 | 3F | 1B | 77 | 2E | 32 |
| Octal | 107 | 273 | 106 | 76 | 0 | 77 | 33 | 167 | 56 | 62 |
| Binary | 1000111 | 10111011 | 1000110 | 111110 | 0 | 111111 | 11011 | 1110111 | 101110 | 110010 |
Color Harmonies of #47BB46
Complementary color
Monochromatic Colors of #47BB46
Black with #47BB46
Text Example
Text Example
White with #47BB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BB46; }
p { color: rgb(71,187,70); }
H1.HeaderClassName
{
color: #47BB46;
}
.AnyTagClassName
{
color: #47BB46;
}
</style>
background-color css
<style>
a { background-color: #47BB46; }
a { background-color: rgb(71,187,70); }
div.DivClassName
{
background-color: #47BB46;
}
.BgClassName
{
background-color: #47BB46;
}
</style>
border-color css
<style>
span { border-color: #47BB46; }
span { border-color: rgb(71,187,70); }
td.TdClassName
{
border-color: #47BB46;
}
.TagClassName
{
border-color: #47BB46;
}
</style>