Shades of Fruit Salad #4BAC47
Tints of Fruit Salad #4BAC47
RGB
CMYK
RGB Variations
Color information
#4BAC47 (or 0x4BAC47) is known color: Fruit Salad. HEX triplet: 4B, AC and 47. RGB value is (75,172,71). Sum of RGB (Red+Green+Blue) = 75+172+71=318 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.58% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAC47 is #B453B8. Grayscale: #838383. Windows color (decimal): -11817913 or 4697163. OLE color: 4697163.
HSL color Cylindrical-coordinate representation of color #4BAC47: hue angle of 117.62º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BAC47 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 172 | 71 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.33 |
| HSL | 117.62º | 0.42% | 0.48% | - |
| HSV(B) | 117.62º | 0.59% | 0.67% | - |
| XYZ | 18.79 | 31.46 | 11.04 | - |
| YUV | 131.48 | 93.86 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 71 | 0.56 | 0 | 0.59 | 0.33 | 117.62 | 0.42 | 0.48 |
| Hex | 4B | AC | 47 | 38 | 0 | 3B | 21 | 76 | 2A | 30 |
| Octal | 113 | 254 | 107 | 70 | 0 | 73 | 41 | 166 | 52 | 60 |
| Binary | 1001011 | 10101100 | 1000111 | 111000 | 0 | 111011 | 100001 | 1110110 | 101010 | 110000 |
Color Harmonies of #4BAC47
Complementary color
Monochromatic Colors of #4BAC47
Black with #4BAC47
Text Example
Text Example
White with #4BAC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAC47; }
p { color: rgb(75,172,71); }
H1.HeaderClassName
{
color: #4BAC47;
}
.AnyTagClassName
{
color: #4BAC47;
}
</style>
background-color css
<style>
a { background-color: #4BAC47; }
a { background-color: rgb(75,172,71); }
div.DivClassName
{
background-color: #4BAC47;
}
.BgClassName
{
background-color: #4BAC47;
}
</style>
border-color css
<style>
span { border-color: #4BAC47; }
span { border-color: rgb(75,172,71); }
td.TdClassName
{
border-color: #4BAC47;
}
.TagClassName
{
border-color: #4BAC47;
}
</style>