Shades of Fruit Salad #4BA452
Tints of Fruit Salad #4BA452
RGB
CMYK
RGB Variations
Color information
#4BA452 (or 0x4BA452) is known color: Fruit Salad. HEX triplet: 4B, A4 and 52. RGB value is (75,164,82). Sum of RGB (Red+Green+Blue) = 75+164+82=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA452 is #B45BAD. Grayscale: #808080. Windows color (decimal): -11819950 or 5416011. OLE color: 5416011.
HSL color Cylindrical-coordinate representation of color #4BA452: hue angle of 124.72º 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 #4BA452 is Cyan = 0.54, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 164 | 82 | - |
| CMYK | 0.54 | 0 | 0.5 | 0.36 |
| HSL | 124.72º | 0.37% | 0.47% | - |
| HSV(B) | 124.72º | 0.54% | 0.64% | - |
| XYZ | 17.7 | 28.66 | 12.58 | - |
| YUV | 128.04 | 102.01 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 82 | 0.54 | 0 | 0.5 | 0.36 | 124.72 | 0.37 | 0.47 |
| Hex | 4B | A4 | 52 | 36 | 0 | 32 | 24 | 7D | 25 | 2F |
| Octal | 113 | 244 | 122 | 66 | 0 | 62 | 44 | 175 | 45 | 57 |
| Binary | 1001011 | 10100100 | 1010010 | 110110 | 0 | 110010 | 100100 | 1111101 | 100101 | 101111 |
Color Harmonies of #4BA452
Complementary color
Monochromatic Colors of #4BA452
Black with #4BA452
Text Example
Text Example
White with #4BA452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA452; }
p { color: rgb(75,164,82); }
H1.HeaderClassName
{
color: #4BA452;
}
.AnyTagClassName
{
color: #4BA452;
}
</style>
background-color css
<style>
a { background-color: #4BA452; }
a { background-color: rgb(75,164,82); }
div.DivClassName
{
background-color: #4BA452;
}
.BgClassName
{
background-color: #4BA452;
}
</style>
border-color css
<style>
span { border-color: #4BA452; }
span { border-color: rgb(75,164,82); }
td.TdClassName
{
border-color: #4BA452;
}
.TagClassName
{
border-color: #4BA452;
}
</style>