Shades of Fruit Salad #47B444
Tints of Fruit Salad #47B444
RGB
CMYK
RGB Variations
Color information
#47B444 (or 0x47B444) is known color: Fruit Salad. HEX triplet: 47, B4 and 44. RGB value is (71,180,68). Sum of RGB (Red+Green+Blue) = 71+180+68=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 180 (70.70% from 255 or 56.43% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 180 - color contains mainly: green. Hex color #47B444 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47B444 is #B84BBB. Grayscale: #868686. Windows color (decimal): -12078012 or 4502599. OLE color: 4502599.
HSL color Cylindrical-coordinate representation of color #47B444: hue angle of 118.39º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47B444 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 180 | 68 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.29 |
| HSL | 118.39º | 0.45% | 0.49% | - |
| HSV(B) | 118.39º | 0.62% | 0.71% | - |
| XYZ | 19.96 | 34.4 | 11.06 | - |
| YUV | 134.64 | 90.39 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 180 | 68 | 0.61 | 0 | 0.62 | 0.29 | 118.39 | 0.45 | 0.49 |
| Hex | 47 | B4 | 44 | 3D | 0 | 3E | 1D | 76 | 2D | 31 |
| Octal | 107 | 264 | 104 | 75 | 0 | 76 | 35 | 166 | 55 | 61 |
| Binary | 1000111 | 10110100 | 1000100 | 111101 | 0 | 111110 | 11101 | 1110110 | 101101 | 110001 |
Color Harmonies of #47B444
Complementary color
Monochromatic Colors of #47B444
Black with #47B444
Text Example
Text Example
White with #47B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B444; }
p { color: rgb(71,180,68); }
H1.HeaderClassName
{
color: #47B444;
}
.AnyTagClassName
{
color: #47B444;
}
</style>
background-color css
<style>
a { background-color: #47B444; }
a { background-color: rgb(71,180,68); }
div.DivClassName
{
background-color: #47B444;
}
.BgClassName
{
background-color: #47B444;
}
</style>
border-color css
<style>
span { border-color: #47B444; }
span { border-color: rgb(71,180,68); }
td.TdClassName
{
border-color: #47B444;
}
.TagClassName
{
border-color: #47B444;
}
</style>