Shades of Fruit Salad #4BA43F
Tints of Fruit Salad #4BA43F
RGB
CMYK
RGB Variations
Color information
#4BA43F (or 0x4BA43F) is known color: Fruit Salad. HEX triplet: 4B, A4 and 3F. RGB value is (75,164,63). Sum of RGB (Red+Green+Blue) = 75+164+63=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 164 (64.45% from 255 or 54.30% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA43F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA43F is #B45BC0. Grayscale: #7E7E7E. Windows color (decimal): -11819969 or 4170827. OLE color: 4170827.
HSL color Cylindrical-coordinate representation of color #4BA43F: hue angle of 112.87º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BA43F is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 164 | 63 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.36 |
| HSL | 112.87º | 0.44% | 0.45% | - |
| HSV(B) | 112.87º | 0.62% | 0.64% | - |
| XYZ | 17.07 | 28.41 | 9.29 | - |
| YUV | 125.88 | 92.51 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 63 | 0.54 | 0 | 0.62 | 0.36 | 112.87 | 0.44 | 0.45 |
| Hex | 4B | A4 | 3F | 36 | 0 | 3E | 24 | 71 | 2C | 2D |
| Octal | 113 | 244 | 77 | 66 | 0 | 76 | 44 | 161 | 54 | 55 |
| Binary | 1001011 | 10100100 | 111111 | 110110 | 0 | 111110 | 100100 | 1110001 | 101100 | 101101 |
Color Harmonies of #4BA43F
Complementary color
Monochromatic Colors of #4BA43F
Black with #4BA43F
Text Example
Text Example
White with #4BA43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA43F; }
p { color: rgb(75,164,63); }
H1.HeaderClassName
{
color: #4BA43F;
}
.AnyTagClassName
{
color: #4BA43F;
}
</style>
background-color css
<style>
a { background-color: #4BA43F; }
a { background-color: rgb(75,164,63); }
div.DivClassName
{
background-color: #4BA43F;
}
.BgClassName
{
background-color: #4BA43F;
}
</style>
border-color css
<style>
span { border-color: #4BA43F; }
span { border-color: rgb(75,164,63); }
td.TdClassName
{
border-color: #4BA43F;
}
.TagClassName
{
border-color: #4BA43F;
}
</style>