Shades of Fruit Salad #4BA847
Tints of Fruit Salad #4BA847
RGB
CMYK
RGB Variations
Color information
#4BA847 (or 0x4BA847) is known color: Fruit Salad. HEX triplet: 4B, A8 and 47. RGB value is (75,168,71). Sum of RGB (Red+Green+Blue) = 75+168+71=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 168 (66.02% from 255 or 53.50% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA847 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA847 is #B457B8. Grayscale: #818181. Windows color (decimal): -11818937 or 4696139. OLE color: 4696139.
HSL color Cylindrical-coordinate representation of color #4BA847: hue angle of 117.53º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BA847 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 168 | 71 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.34 |
| HSL | 117.53º | 0.41% | 0.47% | - |
| HSV(B) | 117.53º | 0.58% | 0.66% | - |
| XYZ | 18.04 | 29.96 | 10.79 | - |
| YUV | 129.14 | 95.19 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 168 | 71 | 0.55 | 0 | 0.58 | 0.34 | 117.53 | 0.41 | 0.47 |
| Hex | 4B | A8 | 47 | 37 | 0 | 3A | 22 | 76 | 29 | 2F |
| Octal | 113 | 250 | 107 | 67 | 0 | 72 | 42 | 166 | 51 | 57 |
| Binary | 1001011 | 10101000 | 1000111 | 110111 | 0 | 111010 | 100010 | 1110110 | 101001 | 101111 |
Color Harmonies of #4BA847
Complementary color
Monochromatic Colors of #4BA847
Black with #4BA847
Text Example
Text Example
White with #4BA847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA847; }
p { color: rgb(75,168,71); }
H1.HeaderClassName
{
color: #4BA847;
}
.AnyTagClassName
{
color: #4BA847;
}
</style>
background-color css
<style>
a { background-color: #4BA847; }
a { background-color: rgb(75,168,71); }
div.DivClassName
{
background-color: #4BA847;
}
.BgClassName
{
background-color: #4BA847;
}
</style>
border-color css
<style>
span { border-color: #4BA847; }
span { border-color: rgb(75,168,71); }
td.TdClassName
{
border-color: #4BA847;
}
.TagClassName
{
border-color: #4BA847;
}
</style>