Shades of Fruit Salad #4BA457
Tints of Fruit Salad #4BA457
RGB
CMYK
RGB Variations
Color information
#4BA457 (or 0x4BA457) is known color: Fruit Salad. HEX triplet: 4B, A4 and 57. RGB value is (75,164,87). Sum of RGB (Red+Green+Blue) = 75+164+87=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA457 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA457 is #B45BA8. Grayscale: #808080. Windows color (decimal): -11819945 or 5743691. OLE color: 5743691.
HSL color Cylindrical-coordinate representation of color #4BA457: hue angle of 128.09º 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 #4BA457 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 164 | 87 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.36 |
| HSL | 128.09º | 0.37% | 0.47% | - |
| HSV(B) | 128.09º | 0.54% | 0.64% | - |
| XYZ | 17.9 | 28.73 | 13.62 | - |
| YUV | 128.61 | 104.51 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 87 | 0.54 | 0 | 0.47 | 0.36 | 128.09 | 0.37 | 0.47 |
| Hex | 4B | A4 | 57 | 36 | 0 | 2F | 24 | 80 | 25 | 2F |
| Octal | 113 | 244 | 127 | 66 | 0 | 57 | 44 | 200 | 45 | 57 |
| Binary | 1001011 | 10100100 | 1010111 | 110110 | 0 | 101111 | 100100 | 10000000 | 100101 | 101111 |
Color Harmonies of #4BA457
Complementary color
Monochromatic Colors of #4BA457
Black with #4BA457
Text Example
Text Example
White with #4BA457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA457; }
p { color: rgb(75,164,87); }
H1.HeaderClassName
{
color: #4BA457;
}
.AnyTagClassName
{
color: #4BA457;
}
</style>
background-color css
<style>
a { background-color: #4BA457; }
a { background-color: rgb(75,164,87); }
div.DivClassName
{
background-color: #4BA457;
}
.BgClassName
{
background-color: #4BA457;
}
</style>
border-color css
<style>
span { border-color: #4BA457; }
span { border-color: rgb(75,164,87); }
td.TdClassName
{
border-color: #4BA457;
}
.TagClassName
{
border-color: #4BA457;
}
</style>