Shades of Fruit Salad #47C14C
Tints of Fruit Salad #47C14C
RGB
CMYK
RGB Variations
Color information
#47C14C (or 0x47C14C) is known color: Fruit Salad. HEX triplet: 47, C1 and 4C. RGB value is (71,193,76). Sum of RGB (Red+Green+Blue) = 71+193+76=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 193 (75.78% from 255 or 56.76% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 193 - color contains mainly: green. Hex color #47C14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C14C is #B83EB3. Grayscale: #8F8F8F. Windows color (decimal): -12074676 or 5030215. OLE color: 5030215.
HSL color Cylindrical-coordinate representation of color #47C14C: hue angle of 122.46º 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 #47C14C is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 193 | 76 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.24 |
| HSL | 122.46º | 0.5% | 0.52% | - |
| HSV(B) | 122.46º | 0.63% | 0.76% | - |
| XYZ | 22.97 | 40 | 13.35 | - |
| YUV | 143.18 | 90.08 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 193 | 76 | 0.63 | 0 | 0.61 | 0.24 | 122.46 | 0.5 | 0.52 |
| Hex | 47 | C1 | 4C | 3F | 0 | 3D | 18 | 7A | 32 | 34 |
| Octal | 107 | 301 | 114 | 77 | 0 | 75 | 30 | 172 | 62 | 64 |
| Binary | 1000111 | 11000001 | 1001100 | 111111 | 0 | 111101 | 11000 | 1111010 | 110010 | 110100 |
Color Harmonies of #47C14C
Complementary color
Monochromatic Colors of #47C14C
Black with #47C14C
Text Example
Text Example
White with #47C14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C14C; }
p { color: rgb(71,193,76); }
H1.HeaderClassName
{
color: #47C14C;
}
.AnyTagClassName
{
color: #47C14C;
}
</style>
background-color css
<style>
a { background-color: #47C14C; }
a { background-color: rgb(71,193,76); }
div.DivClassName
{
background-color: #47C14C;
}
.BgClassName
{
background-color: #47C14C;
}
</style>
border-color css
<style>
span { border-color: #47C14C; }
span { border-color: rgb(71,193,76); }
td.TdClassName
{
border-color: #47C14C;
}
.TagClassName
{
border-color: #47C14C;
}
</style>