Shades of Fruit Salad #4BA44E
Tints of Fruit Salad #4BA44E
RGB
CMYK
RGB Variations
Color information
#4BA44E (or 0x4BA44E) is known color: Fruit Salad. HEX triplet: 4B, A4 and 4E. RGB value is (75,164,78). Sum of RGB (Red+Green+Blue) = 75+164+78=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA44E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA44E is #B45BB1. Grayscale: #7F7F7F. Windows color (decimal): -11819954 or 5153867. OLE color: 5153867.
HSL color Cylindrical-coordinate representation of color #4BA44E: hue angle of 122.02º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA44E is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 164 | 78 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.36 |
| HSL | 122.02º | 0.37% | 0.47% | - |
| HSV(B) | 122.02º | 0.54% | 0.64% | - |
| XYZ | 17.55 | 28.6 | 11.8 | - |
| YUV | 127.59 | 100.01 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 78 | 0.54 | 0 | 0.52 | 0.36 | 122.02 | 0.37 | 0.47 |
| Hex | 4B | A4 | 4E | 36 | 0 | 34 | 24 | 7A | 25 | 2F |
| Octal | 113 | 244 | 116 | 66 | 0 | 64 | 44 | 172 | 45 | 57 |
| Binary | 1001011 | 10100100 | 1001110 | 110110 | 0 | 110100 | 100100 | 1111010 | 100101 | 101111 |
Color Harmonies of #4BA44E
Complementary color
Monochromatic Colors of #4BA44E
Black with #4BA44E
Text Example
Text Example
White with #4BA44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA44E; }
p { color: rgb(75,164,78); }
H1.HeaderClassName
{
color: #4BA44E;
}
.AnyTagClassName
{
color: #4BA44E;
}
</style>
background-color css
<style>
a { background-color: #4BA44E; }
a { background-color: rgb(75,164,78); }
div.DivClassName
{
background-color: #4BA44E;
}
.BgClassName
{
background-color: #4BA44E;
}
</style>
border-color css
<style>
span { border-color: #4BA44E; }
span { border-color: rgb(75,164,78); }
td.TdClassName
{
border-color: #4BA44E;
}
.TagClassName
{
border-color: #4BA44E;
}
</style>