Shades of Fruit Salad #47C25A
Tints of Fruit Salad #47C25A
RGB
CMYK
RGB Variations
Color information
#47C25A (or 0x47C25A) is known color: Fruit Salad. HEX triplet: 47, C2 and 5A. RGB value is (71,194,90). Sum of RGB (Red+Green+Blue) = 71+194+90=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #47C25A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C25A is #B83DA5. Grayscale: #919191. Windows color (decimal): -12074406 or 5947975. OLE color: 5947975.
HSL color Cylindrical-coordinate representation of color #47C25A: hue angle of 129.27º 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 #47C25A is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 194 | 90 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.24 |
| HSL | 129.27º | 0.5% | 0.52% | - |
| HSV(B) | 129.27º | 0.63% | 0.76% | - |
| XYZ | 23.74 | 40.66 | 16.27 | - |
| YUV | 145.37 | 96.75 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 90 | 0.63 | 0 | 0.54 | 0.24 | 129.27 | 0.5 | 0.52 |
| Hex | 47 | C2 | 5A | 3F | 0 | 36 | 18 | 81 | 32 | 34 |
| Octal | 107 | 302 | 132 | 77 | 0 | 66 | 30 | 201 | 62 | 64 |
| Binary | 1000111 | 11000010 | 1011010 | 111111 | 0 | 110110 | 11000 | 10000001 | 110010 | 110100 |
Color Harmonies of #47C25A
Complementary color
Monochromatic Colors of #47C25A
Black with #47C25A
Text Example
Text Example
White with #47C25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C25A; }
p { color: rgb(71,194,90); }
H1.HeaderClassName
{
color: #47C25A;
}
.AnyTagClassName
{
color: #47C25A;
}
</style>
background-color css
<style>
a { background-color: #47C25A; }
a { background-color: rgb(71,194,90); }
div.DivClassName
{
background-color: #47C25A;
}
.BgClassName
{
background-color: #47C25A;
}
</style>
border-color css
<style>
span { border-color: #47C25A; }
span { border-color: rgb(71,194,90); }
td.TdClassName
{
border-color: #47C25A;
}
.TagClassName
{
border-color: #47C25A;
}
</style>