Shades of Fruit Salad #47C151
Tints of Fruit Salad #47C151
RGB
CMYK
RGB Variations
Color information
#47C151 (or 0x47C151) is known color: Fruit Salad. HEX triplet: 47, C1 and 51. RGB value is (71,193,81). Sum of RGB (Red+Green+Blue) = 71+193+81=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #47C151 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C151 is #B83EAE. Grayscale: #909090. Windows color (decimal): -12074671 or 5357895. OLE color: 5357895.
HSL color Cylindrical-coordinate representation of color #47C151: hue angle of 124.92º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C151 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 193 | 81 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.24 |
| HSL | 124.92º | 0.5% | 0.52% | - |
| HSV(B) | 124.92º | 0.63% | 0.76% | - |
| XYZ | 23.15 | 40.07 | 14.3 | - |
| YUV | 143.75 | 92.58 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 193 | 81 | 0.63 | 0 | 0.58 | 0.24 | 124.92 | 0.5 | 0.52 |
| Hex | 47 | C1 | 51 | 3F | 0 | 3A | 18 | 7D | 32 | 34 |
| Octal | 107 | 301 | 121 | 77 | 0 | 72 | 30 | 175 | 62 | 64 |
| Binary | 1000111 | 11000001 | 1010001 | 111111 | 0 | 111010 | 11000 | 1111101 | 110010 | 110100 |
Color Harmonies of #47C151
Complementary color
Monochromatic Colors of #47C151
Black with #47C151
Text Example
Text Example
White with #47C151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C151; }
p { color: rgb(71,193,81); }
H1.HeaderClassName
{
color: #47C151;
}
.AnyTagClassName
{
color: #47C151;
}
</style>
background-color css
<style>
a { background-color: #47C151; }
a { background-color: rgb(71,193,81); }
div.DivClassName
{
background-color: #47C151;
}
.BgClassName
{
background-color: #47C151;
}
</style>
border-color css
<style>
span { border-color: #47C151; }
span { border-color: rgb(71,193,81); }
td.TdClassName
{
border-color: #47C151;
}
.TagClassName
{
border-color: #47C151;
}
</style>