Shades of Fruit Salad #4BA14C
Tints of Fruit Salad #4BA14C
RGB
CMYK
RGB Variations
Color information
#4BA14C (or 0x4BA14C) is known color: Fruit Salad. HEX triplet: 4B, A1 and 4C. RGB value is (75,161,76). Sum of RGB (Red+Green+Blue) = 75+161+76=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA14C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA14C is #B45EB3. Grayscale: #7D7D7D. Windows color (decimal): -11820724 or 5022027. OLE color: 5022027.
HSL color Cylindrical-coordinate representation of color #4BA14C: hue angle of 120.7º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA14C is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 161 | 76 | - |
| CMYK | 0.53 | 0 | 0.53 | 0.37 |
| HSL | 120.7º | 0.36% | 0.46% | - |
| HSV(B) | 120.7º | 0.53% | 0.63% | - |
| XYZ | 16.95 | 27.51 | 11.25 | - |
| YUV | 125.6 | 100.01 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 161 | 76 | 0.53 | 0 | 0.53 | 0.37 | 120.7 | 0.36 | 0.46 |
| Hex | 4B | A1 | 4C | 35 | 0 | 35 | 25 | 79 | 24 | 2E |
| Octal | 113 | 241 | 114 | 65 | 0 | 65 | 45 | 171 | 44 | 56 |
| Binary | 1001011 | 10100001 | 1001100 | 110101 | 0 | 110101 | 100101 | 1111001 | 100100 | 101110 |
Color Harmonies of #4BA14C
Complementary color
Monochromatic Colors of #4BA14C
Black with #4BA14C
Text Example
Text Example
White with #4BA14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA14C; }
p { color: rgb(75,161,76); }
H1.HeaderClassName
{
color: #4BA14C;
}
.AnyTagClassName
{
color: #4BA14C;
}
</style>
background-color css
<style>
a { background-color: #4BA14C; }
a { background-color: rgb(75,161,76); }
div.DivClassName
{
background-color: #4BA14C;
}
.BgClassName
{
background-color: #4BA14C;
}
</style>
border-color css
<style>
span { border-color: #4BA14C; }
span { border-color: rgb(75,161,76); }
td.TdClassName
{
border-color: #4BA14C;
}
.TagClassName
{
border-color: #4BA14C;
}
</style>