Shades of Fruit Salad #4BA750
Tints of Fruit Salad #4BA750
RGB
CMYK
RGB Variations
Color information
#4BA750 (or 0x4BA750) is known color: Fruit Salad. HEX triplet: 4B, A7 and 50. RGB value is (75,167,80). Sum of RGB (Red+Green+Blue) = 75+167+80=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 167 (65.62% from 255 or 51.86% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 167 - color contains mainly: green. Hex color #4BA750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA750 is #B458AF. Grayscale: #818181. Windows color (decimal): -11819184 or 5285707. OLE color: 5285707.
HSL color Cylindrical-coordinate representation of color #4BA750: hue angle of 123.26º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA750 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 167 | 80 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.35 |
| HSL | 123.26º | 0.38% | 0.47% | - |
| HSV(B) | 123.26º | 0.55% | 0.65% | - |
| XYZ | 18.17 | 29.71 | 12.37 | - |
| YUV | 129.57 | 100.02 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 167 | 80 | 0.55 | 0 | 0.52 | 0.35 | 123.26 | 0.38 | 0.47 |
| Hex | 4B | A7 | 50 | 37 | 0 | 34 | 23 | 7B | 26 | 2F |
| Octal | 113 | 247 | 120 | 67 | 0 | 64 | 43 | 173 | 46 | 57 |
| Binary | 1001011 | 10100111 | 1010000 | 110111 | 0 | 110100 | 100011 | 1111011 | 100110 | 101111 |
Color Harmonies of #4BA750
Complementary color
Monochromatic Colors of #4BA750
Black with #4BA750
Text Example
Text Example
White with #4BA750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA750; }
p { color: rgb(75,167,80); }
H1.HeaderClassName
{
color: #4BA750;
}
.AnyTagClassName
{
color: #4BA750;
}
</style>
background-color css
<style>
a { background-color: #4BA750; }
a { background-color: rgb(75,167,80); }
div.DivClassName
{
background-color: #4BA750;
}
.BgClassName
{
background-color: #4BA750;
}
</style>
border-color css
<style>
span { border-color: #4BA750; }
span { border-color: rgb(75,167,80); }
td.TdClassName
{
border-color: #4BA750;
}
.TagClassName
{
border-color: #4BA750;
}
</style>