Shades of Fruit Salad #47AF3F
Tints of Fruit Salad #47AF3F
RGB
CMYK
RGB Variations
Color information
#47AF3F (or 0x47AF3F) is known color: Fruit Salad. HEX triplet: 47, AF and 3F. RGB value is (71,175,63). Sum of RGB (Red+Green+Blue) = 71+175+63=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #47AF3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47AF3F is #B850C0. Grayscale: #838383. Windows color (decimal): -12079297 or 4173639. OLE color: 4173639.
HSL color Cylindrical-coordinate representation of color #47AF3F: hue angle of 115.71º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47AF3F is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 175 | 63 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.31 |
| HSL | 115.71º | 0.47% | 0.47% | - |
| HSV(B) | 115.71º | 0.64% | 0.69% | - |
| XYZ | 18.83 | 32.36 | 9.96 | - |
| YUV | 131.14 | 89.54 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 175 | 63 | 0.59 | 0 | 0.64 | 0.31 | 115.71 | 0.47 | 0.47 |
| Hex | 47 | AF | 3F | 3B | 0 | 40 | 1F | 74 | 2F | 2F |
| Octal | 107 | 257 | 77 | 73 | 0 | 100 | 37 | 164 | 57 | 57 |
| Binary | 1000111 | 10101111 | 111111 | 111011 | 0 | 1000000 | 11111 | 1110100 | 101111 | 101111 |
Color Harmonies of #47AF3F
Complementary color
Monochromatic Colors of #47AF3F
Black with #47AF3F
Text Example
Text Example
White with #47AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AF3F; }
p { color: rgb(71,175,63); }
H1.HeaderClassName
{
color: #47AF3F;
}
.AnyTagClassName
{
color: #47AF3F;
}
</style>
background-color css
<style>
a { background-color: #47AF3F; }
a { background-color: rgb(71,175,63); }
div.DivClassName
{
background-color: #47AF3F;
}
.BgClassName
{
background-color: #47AF3F;
}
</style>
border-color css
<style>
span { border-color: #47AF3F; }
span { border-color: rgb(71,175,63); }
td.TdClassName
{
border-color: #47AF3F;
}
.TagClassName
{
border-color: #47AF3F;
}
</style>