Shades of Fruit Salad #47C256
Tints of Fruit Salad #47C256
RGB
CMYK
RGB Variations
Color information
#47C256 (or 0x47C256) is known color: Fruit Salad. HEX triplet: 47, C2 and 56. RGB value is (71,194,86). Sum of RGB (Red+Green+Blue) = 71+194+86=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 194 (76.17% from 255 or 55.27% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 194 - color contains mainly: green. Hex color #47C256 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C256 is #B83DA9. Grayscale: #919191. Windows color (decimal): -12074410 or 5685831. OLE color: 5685831.
HSL color Cylindrical-coordinate representation of color #47C256: hue angle of 127.32º 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 #47C256 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 194 | 86 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.24 |
| HSL | 127.32º | 0.5% | 0.52% | - |
| HSV(B) | 127.32º | 0.63% | 0.76% | - |
| XYZ | 23.57 | 40.6 | 15.4 | - |
| YUV | 144.91 | 94.75 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 86 | 0.63 | 0 | 0.56 | 0.24 | 127.32 | 0.5 | 0.52 |
| Hex | 47 | C2 | 56 | 3F | 0 | 38 | 18 | 7F | 32 | 34 |
| Octal | 107 | 302 | 126 | 77 | 0 | 70 | 30 | 177 | 62 | 64 |
| Binary | 1000111 | 11000010 | 1010110 | 111111 | 0 | 111000 | 11000 | 1111111 | 110010 | 110100 |
Color Harmonies of #47C256
Complementary color
Monochromatic Colors of #47C256
Black with #47C256
Text Example
Text Example
White with #47C256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C256; }
p { color: rgb(71,194,86); }
H1.HeaderClassName
{
color: #47C256;
}
.AnyTagClassName
{
color: #47C256;
}
</style>
background-color css
<style>
a { background-color: #47C256; }
a { background-color: rgb(71,194,86); }
div.DivClassName
{
background-color: #47C256;
}
.BgClassName
{
background-color: #47C256;
}
</style>
border-color css
<style>
span { border-color: #47C256; }
span { border-color: rgb(71,194,86); }
td.TdClassName
{
border-color: #47C256;
}
.TagClassName
{
border-color: #47C256;
}
</style>