Shades of Fruit Salad #47BA45
Tints of Fruit Salad #47BA45
RGB
CMYK
RGB Variations
Color information
#47BA45 (or 0x47BA45) is known color: Fruit Salad. HEX triplet: 47, BA and 45. RGB value is (71,186,69). Sum of RGB (Red+Green+Blue) = 71+186+69=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #47BA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BA45 is #B845BA. Grayscale: #8A8A8A. Windows color (decimal): -12076475 or 4569671. OLE color: 4569671.
HSL color Cylindrical-coordinate representation of color #47BA45: hue angle of 118.97º 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 #47BA45 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 186 | 69 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.27 |
| HSL | 118.97º | 0.46% | 0.5% | - |
| HSV(B) | 118.97º | 0.63% | 0.73% | - |
| XYZ | 21.23 | 36.89 | 11.63 | - |
| YUV | 138.28 | 88.9 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 69 | 0.62 | 0 | 0.63 | 0.27 | 118.97 | 0.46 | 0.5 |
| Hex | 47 | BA | 45 | 3E | 0 | 3F | 1B | 77 | 2E | 32 |
| Octal | 107 | 272 | 105 | 76 | 0 | 77 | 33 | 167 | 56 | 62 |
| Binary | 1000111 | 10111010 | 1000101 | 111110 | 0 | 111111 | 11011 | 1110111 | 101110 | 110010 |
Color Harmonies of #47BA45
Complementary color
Monochromatic Colors of #47BA45
Black with #47BA45
Text Example
Text Example
White with #47BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BA45; }
p { color: rgb(71,186,69); }
H1.HeaderClassName
{
color: #47BA45;
}
.AnyTagClassName
{
color: #47BA45;
}
</style>
background-color css
<style>
a { background-color: #47BA45; }
a { background-color: rgb(71,186,69); }
div.DivClassName
{
background-color: #47BA45;
}
.BgClassName
{
background-color: #47BA45;
}
</style>
border-color css
<style>
span { border-color: #47BA45; }
span { border-color: rgb(71,186,69); }
td.TdClassName
{
border-color: #47BA45;
}
.TagClassName
{
border-color: #47BA45;
}
</style>