Shades of Fruit Salad #4BA140
Tints of Fruit Salad #4BA140
RGB
CMYK
RGB Variations
Color information
#4BA140 (or 0x4BA140) is known color: Fruit Salad. HEX triplet: 4B, A1 and 40. RGB value is (75,161,64). Sum of RGB (Red+Green+Blue) = 75+161+64=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 161 (63.28% from 255 or 53.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA140 is #B45EBF. Grayscale: #7C7C7C. Windows color (decimal): -11820736 or 4235595. OLE color: 4235595.
HSL color Cylindrical-coordinate representation of color #4BA140: hue angle of 113.2º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BA140 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 161 | 64 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.37 |
| HSL | 113.2º | 0.43% | 0.44% | - |
| HSV(B) | 113.2º | 0.6% | 0.63% | - |
| XYZ | 16.57 | 27.36 | 9.26 | - |
| YUV | 124.23 | 94.01 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 161 | 64 | 0.53 | 0 | 0.60 | 0.37 | 113.2 | 0.43 | 0.44 |
| Hex | 4B | A1 | 40 | 35 | 0 | 3C | 25 | 71 | 2B | 2C |
| Octal | 113 | 241 | 100 | 65 | 0 | 74 | 45 | 161 | 53 | 54 |
| Binary | 1001011 | 10100001 | 1000000 | 110101 | 0 | 111100 | 100101 | 1110001 | 101011 | 101100 |
Color Harmonies of #4BA140
Complementary color
Monochromatic Colors of #4BA140
Black with #4BA140
Text Example
Text Example
White with #4BA140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA140; }
p { color: rgb(75,161,64); }
H1.HeaderClassName
{
color: #4BA140;
}
.AnyTagClassName
{
color: #4BA140;
}
</style>
background-color css
<style>
a { background-color: #4BA140; }
a { background-color: rgb(75,161,64); }
div.DivClassName
{
background-color: #4BA140;
}
.BgClassName
{
background-color: #4BA140;
}
</style>
border-color css
<style>
span { border-color: #4BA140; }
span { border-color: rgb(75,161,64); }
td.TdClassName
{
border-color: #4BA140;
}
.TagClassName
{
border-color: #4BA140;
}
</style>