Shades of Fruit Salad #47C152
Tints of Fruit Salad #47C152
RGB
CMYK
RGB Variations
Color information
#47C152 (or 0x47C152) is known color: Fruit Salad. HEX triplet: 47, C1 and 52. RGB value is (71,193,82). Sum of RGB (Red+Green+Blue) = 71+193+82=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #47C152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C152 is #B83EAD. Grayscale: #909090. Windows color (decimal): -12074670 or 5423431. OLE color: 5423431.
HSL color Cylindrical-coordinate representation of color #47C152: hue angle of 125.41º 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 #47C152 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 193 | 82 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.24 |
| HSL | 125.41º | 0.5% | 0.52% | - |
| HSV(B) | 125.41º | 0.63% | 0.76% | - |
| XYZ | 23.19 | 40.09 | 14.5 | - |
| YUV | 143.87 | 93.08 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 193 | 82 | 0.63 | 0 | 0.58 | 0.24 | 125.41 | 0.5 | 0.52 |
| Hex | 47 | C1 | 52 | 3F | 0 | 3A | 18 | 7D | 32 | 34 |
| Octal | 107 | 301 | 122 | 77 | 0 | 72 | 30 | 175 | 62 | 64 |
| Binary | 1000111 | 11000001 | 1010010 | 111111 | 0 | 111010 | 11000 | 1111101 | 110010 | 110100 |
Color Harmonies of #47C152
Complementary color
Monochromatic Colors of #47C152
Black with #47C152
Text Example
Text Example
White with #47C152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C152; }
p { color: rgb(71,193,82); }
H1.HeaderClassName
{
color: #47C152;
}
.AnyTagClassName
{
color: #47C152;
}
</style>
background-color css
<style>
a { background-color: #47C152; }
a { background-color: rgb(71,193,82); }
div.DivClassName
{
background-color: #47C152;
}
.BgClassName
{
background-color: #47C152;
}
</style>
border-color css
<style>
span { border-color: #47C152; }
span { border-color: rgb(71,193,82); }
td.TdClassName
{
border-color: #47C152;
}
.TagClassName
{
border-color: #47C152;
}
</style>