Shades of Fruit Salad #4BBC4E
Tints of Fruit Salad #4BBC4E
RGB
CMYK
RGB Variations
Color information
#4BBC4E (or 0x4BBC4E) is known color: Fruit Salad. HEX triplet: 4B, BC and 4E. RGB value is (75,188,78). Sum of RGB (Red+Green+Blue) = 75+188+78=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBC4E is #B443B1. Grayscale: #8E8E8E. Windows color (decimal): -11813810 or 5160011. OLE color: 5160011.
HSL color Cylindrical-coordinate representation of color #4BBC4E: hue angle of 121.59º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBC4E is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 78 | - |
| CMYK | 0.60 | 0 | 0.59 | 0.26 |
| HSL | 121.59º | 0.46% | 0.52% | - |
| HSV(B) | 121.59º | 0.6% | 0.74% | - |
| XYZ | 22.26 | 38.01 | 13.37 | - |
| YUV | 141.67 | 92.06 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 78 | 0.60 | 0 | 0.59 | 0.26 | 121.59 | 0.46 | 0.52 |
| Hex | 4B | BC | 4E | 3C | 0 | 3B | 1A | 7A | 2E | 34 |
| Octal | 113 | 274 | 116 | 74 | 0 | 73 | 32 | 172 | 56 | 64 |
| Binary | 1001011 | 10111100 | 1001110 | 111100 | 0 | 111011 | 11010 | 1111010 | 101110 | 110100 |
Color Harmonies of #4BBC4E
Complementary color
Monochromatic Colors of #4BBC4E
Black with #4BBC4E
Text Example
Text Example
White with #4BBC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC4E; }
p { color: rgb(75,188,78); }
H1.HeaderClassName
{
color: #4BBC4E;
}
.AnyTagClassName
{
color: #4BBC4E;
}
</style>
background-color css
<style>
a { background-color: #4BBC4E; }
a { background-color: rgb(75,188,78); }
div.DivClassName
{
background-color: #4BBC4E;
}
.BgClassName
{
background-color: #4BBC4E;
}
</style>
border-color css
<style>
span { border-color: #4BBC4E; }
span { border-color: rgb(75,188,78); }
td.TdClassName
{
border-color: #4BBC4E;
}
.TagClassName
{
border-color: #4BBC4E;
}
</style>