Shades of Fruit Salad #47AD4B
Tints of Fruit Salad #47AD4B
RGB
CMYK
RGB Variations
Color information
#47AD4B (or 0x47AD4B) is known color: Fruit Salad. HEX triplet: 47, AD and 4B. RGB value is (71,173,75). Sum of RGB (Red+Green+Blue) = 71+173+75=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 173 (67.97% from 255 or 54.23% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47AD4B is #B852B4. Grayscale: #838383. Windows color (decimal): -12079797 or 4959559. OLE color: 4959559.
HSL color Cylindrical-coordinate representation of color #47AD4B: hue angle of 122.35º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AD4B is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 173 | 75 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.32 |
| HSL | 122.35º | 0.42% | 0.48% | - |
| HSV(B) | 122.35º | 0.59% | 0.68% | - |
| XYZ | 18.81 | 31.73 | 11.79 | - |
| YUV | 131.33 | 96.21 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 75 | 0.59 | 0 | 0.57 | 0.32 | 122.35 | 0.42 | 0.48 |
| Hex | 47 | AD | 4B | 3B | 0 | 39 | 20 | 7A | 2A | 30 |
| Octal | 107 | 255 | 113 | 73 | 0 | 71 | 40 | 172 | 52 | 60 |
| Binary | 1000111 | 10101101 | 1001011 | 111011 | 0 | 111001 | 100000 | 1111010 | 101010 | 110000 |
Color Harmonies of #47AD4B
Complementary color
Monochromatic Colors of #47AD4B
Black with #47AD4B
Text Example
Text Example
White with #47AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AD4B; }
p { color: rgb(71,173,75); }
H1.HeaderClassName
{
color: #47AD4B;
}
.AnyTagClassName
{
color: #47AD4B;
}
</style>
background-color css
<style>
a { background-color: #47AD4B; }
a { background-color: rgb(71,173,75); }
div.DivClassName
{
background-color: #47AD4B;
}
.BgClassName
{
background-color: #47AD4B;
}
</style>
border-color css
<style>
span { border-color: #47AD4B; }
span { border-color: rgb(71,173,75); }
td.TdClassName
{
border-color: #47AD4B;
}
.TagClassName
{
border-color: #47AD4B;
}
</style>