Shades of Fruit Salad #47C34C
Tints of Fruit Salad #47C34C
RGB
CMYK
RGB Variations
Color information
#47C34C (or 0x47C34C) is known color: Fruit Salad. HEX triplet: 47, C3 and 4C. RGB value is (71,195,76). Sum of RGB (Red+Green+Blue) = 71+195+76=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 195 (76.56% from 255 or 57.02% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 195 - color contains mainly: green. Hex color #47C34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C34C is #B83CB3. Grayscale: #909090. Windows color (decimal): -12074164 or 5030727. OLE color: 5030727.
HSL color Cylindrical-coordinate representation of color #47C34C: hue angle of 122.42º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C34C is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 195 | 76 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.24 |
| HSL | 122.42º | 0.51% | 0.52% | - |
| HSV(B) | 122.42º | 0.64% | 0.76% | - |
| XYZ | 23.42 | 40.89 | 13.5 | - |
| YUV | 144.36 | 89.42 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 195 | 76 | 0.64 | 0 | 0.61 | 0.24 | 122.42 | 0.51 | 0.52 |
| Hex | 47 | C3 | 4C | 40 | 0 | 3D | 18 | 7A | 33 | 34 |
| Octal | 107 | 303 | 114 | 100 | 0 | 75 | 30 | 172 | 63 | 64 |
| Binary | 1000111 | 11000011 | 1001100 | 1000000 | 0 | 111101 | 11000 | 1111010 | 110011 | 110100 |
Color Harmonies of #47C34C
Complementary color
Monochromatic Colors of #47C34C
Black with #47C34C
Text Example
Text Example
White with #47C34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C34C; }
p { color: rgb(71,195,76); }
H1.HeaderClassName
{
color: #47C34C;
}
.AnyTagClassName
{
color: #47C34C;
}
</style>
background-color css
<style>
a { background-color: #47C34C; }
a { background-color: rgb(71,195,76); }
div.DivClassName
{
background-color: #47C34C;
}
.BgClassName
{
background-color: #47C34C;
}
</style>
border-color css
<style>
span { border-color: #47C34C; }
span { border-color: rgb(71,195,76); }
td.TdClassName
{
border-color: #47C34C;
}
.TagClassName
{
border-color: #47C34C;
}
</style>