Shades of Fruit Salad #47C149
Tints of Fruit Salad #47C149
RGB
CMYK
RGB Variations
Color information
#47C149 (or 0x47C149) is known color: Fruit Salad. HEX triplet: 47, C1 and 49. RGB value is (71,193,73). Sum of RGB (Red+Green+Blue) = 71+193+73=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #47C149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C149 is #B83EB6. Grayscale: #8F8F8F. Windows color (decimal): -12074679 or 4833607. OLE color: 4833607.
HSL color Cylindrical-coordinate representation of color #47C149: hue angle of 120.98º 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 #47C149 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 193 | 73 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.24 |
| HSL | 120.98º | 0.5% | 0.52% | - |
| HSV(B) | 120.98º | 0.63% | 0.76% | - |
| XYZ | 22.87 | 39.96 | 12.81 | - |
| YUV | 142.84 | 88.58 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 193 | 73 | 0.63 | 0 | 0.62 | 0.24 | 120.98 | 0.5 | 0.52 |
| Hex | 47 | C1 | 49 | 3F | 0 | 3E | 18 | 79 | 32 | 34 |
| Octal | 107 | 301 | 111 | 77 | 0 | 76 | 30 | 171 | 62 | 64 |
| Binary | 1000111 | 11000001 | 1001001 | 111111 | 0 | 111110 | 11000 | 1111001 | 110010 | 110100 |
Color Harmonies of #47C149
Complementary color
Monochromatic Colors of #47C149
Black with #47C149
Text Example
Text Example
White with #47C149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C149; }
p { color: rgb(71,193,73); }
H1.HeaderClassName
{
color: #47C149;
}
.AnyTagClassName
{
color: #47C149;
}
</style>
background-color css
<style>
a { background-color: #47C149; }
a { background-color: rgb(71,193,73); }
div.DivClassName
{
background-color: #47C149;
}
.BgClassName
{
background-color: #47C149;
}
</style>
border-color css
<style>
span { border-color: #47C149; }
span { border-color: rgb(71,193,73); }
td.TdClassName
{
border-color: #47C149;
}
.TagClassName
{
border-color: #47C149;
}
</style>