Shades of Fruit Salad #4BC850
Tints of Fruit Salad #4BC850
RGB
CMYK
RGB Variations
Color information
#4BC850 (or 0x4BC850) is known color: Fruit Salad. HEX triplet: 4B, C8 and 50. RGB value is (75,200,80). Sum of RGB (Red+Green+Blue) = 75+200+80=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 200 (78.52% from 255 or 56.34% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC850 is #B437AF. Grayscale: #959595. Windows color (decimal): -11810736 or 5294155. OLE color: 5294155.
HSL color Cylindrical-coordinate representation of color #4BC850: hue angle of 122.4º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC850 is Cyan = 0.62, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 200 | 80 | - |
| CMYK | 0.62 | 0 | 0.6 | 0.22 |
| HSL | 122.4º | 0.53% | 0.54% | - |
| HSV(B) | 122.4º | 0.63% | 0.78% | - |
| XYZ | 25 | 43.38 | 14.65 | - |
| YUV | 148.95 | 89.09 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 200 | 80 | 0.62 | 0 | 0.6 | 0.22 | 122.4 | 0.53 | 0.54 |
| Hex | 4B | C8 | 50 | 3E | 0 | 3C | 16 | 7A | 35 | 36 |
| Octal | 113 | 310 | 120 | 76 | 0 | 74 | 26 | 172 | 65 | 66 |
| Binary | 1001011 | 11001000 | 1010000 | 111110 | 0 | 111100 | 10110 | 1111010 | 110101 | 110110 |
Color Harmonies of #4BC850
Complementary color
Monochromatic Colors of #4BC850
Black with #4BC850
Text Example
Text Example
White with #4BC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC850; }
p { color: rgb(75,200,80); }
H1.HeaderClassName
{
color: #4BC850;
}
.AnyTagClassName
{
color: #4BC850;
}
</style>
background-color css
<style>
a { background-color: #4BC850; }
a { background-color: rgb(75,200,80); }
div.DivClassName
{
background-color: #4BC850;
}
.BgClassName
{
background-color: #4BC850;
}
</style>
border-color css
<style>
span { border-color: #4BC850; }
span { border-color: rgb(75,200,80); }
td.TdClassName
{
border-color: #4BC850;
}
.TagClassName
{
border-color: #4BC850;
}
</style>