Shades of Fruit Salad #4BA24E
Tints of Fruit Salad #4BA24E
RGB
CMYK
RGB Variations
Color information
#4BA24E (or 0x4BA24E) is known color: Fruit Salad. HEX triplet: 4B, A2 and 4E. RGB value is (75,162,78). Sum of RGB (Red+Green+Blue) = 75+162+78=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 162 (63.67% from 255 or 51.43% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA24E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA24E is #B45DB1. Grayscale: #7E7E7E. Windows color (decimal): -11820466 or 5153355. OLE color: 5153355.
HSL color Cylindrical-coordinate representation of color #4BA24E: hue angle of 122.07º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA24E is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 162 | 78 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.36 |
| HSL | 122.07º | 0.37% | 0.46% | - |
| HSV(B) | 122.07º | 0.54% | 0.64% | - |
| XYZ | 17.2 | 27.89 | 11.68 | - |
| YUV | 126.41 | 100.68 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 162 | 78 | 0.54 | 0 | 0.52 | 0.36 | 122.07 | 0.37 | 0.46 |
| Hex | 4B | A2 | 4E | 36 | 0 | 34 | 24 | 7A | 25 | 2E |
| Octal | 113 | 242 | 116 | 66 | 0 | 64 | 44 | 172 | 45 | 56 |
| Binary | 1001011 | 10100010 | 1001110 | 110110 | 0 | 110100 | 100100 | 1111010 | 100101 | 101110 |
Color Harmonies of #4BA24E
Complementary color
Monochromatic Colors of #4BA24E
Black with #4BA24E
Text Example
Text Example
White with #4BA24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA24E; }
p { color: rgb(75,162,78); }
H1.HeaderClassName
{
color: #4BA24E;
}
.AnyTagClassName
{
color: #4BA24E;
}
</style>
background-color css
<style>
a { background-color: #4BA24E; }
a { background-color: rgb(75,162,78); }
div.DivClassName
{
background-color: #4BA24E;
}
.BgClassName
{
background-color: #4BA24E;
}
</style>
border-color css
<style>
span { border-color: #4BA24E; }
span { border-color: rgb(75,162,78); }
td.TdClassName
{
border-color: #4BA24E;
}
.TagClassName
{
border-color: #4BA24E;
}
</style>