Shades of Fruit Salad #4BA858
Tints of Fruit Salad #4BA858
RGB
CMYK
RGB Variations
Color information
#4BA858 (or 0x4BA858) is known color: Fruit Salad. HEX triplet: 4B, A8 and 58. RGB value is (75,168,88). Sum of RGB (Red+Green+Blue) = 75+168+88=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 168 (66.02% from 255 or 50.76% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA858 is #B457A7. Grayscale: #838383. Windows color (decimal): -11818920 or 5810251. OLE color: 5810251.
HSL color Cylindrical-coordinate representation of color #4BA858: hue angle of 128.39º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA858 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 168 | 88 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.34 |
| HSL | 128.39º | 0.38% | 0.48% | - |
| HSV(B) | 128.39º | 0.55% | 0.66% | - |
| XYZ | 18.67 | 30.21 | 14.08 | - |
| YUV | 131.07 | 103.69 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 168 | 88 | 0.55 | 0 | 0.48 | 0.34 | 128.39 | 0.38 | 0.48 |
| Hex | 4B | A8 | 58 | 37 | 0 | 30 | 22 | 80 | 26 | 30 |
| Octal | 113 | 250 | 130 | 67 | 0 | 60 | 42 | 200 | 46 | 60 |
| Binary | 1001011 | 10101000 | 1011000 | 110111 | 0 | 110000 | 100010 | 10000000 | 100110 | 110000 |
Color Harmonies of #4BA858
Complementary color
Monochromatic Colors of #4BA858
Black with #4BA858
Text Example
Text Example
White with #4BA858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA858; }
p { color: rgb(75,168,88); }
H1.HeaderClassName
{
color: #4BA858;
}
.AnyTagClassName
{
color: #4BA858;
}
</style>
background-color css
<style>
a { background-color: #4BA858; }
a { background-color: rgb(75,168,88); }
div.DivClassName
{
background-color: #4BA858;
}
.BgClassName
{
background-color: #4BA858;
}
</style>
border-color css
<style>
span { border-color: #4BA858; }
span { border-color: rgb(75,168,88); }
td.TdClassName
{
border-color: #4BA858;
}
.TagClassName
{
border-color: #4BA858;
}
</style>