Shades of Fruit Salad #4BB74E
Tints of Fruit Salad #4BB74E
RGB
CMYK
RGB Variations
Color information
#4BB74E (or 0x4BB74E) is known color: Fruit Salad. HEX triplet: 4B, B7 and 4E. RGB value is (75,183,78). Sum of RGB (Red+Green+Blue) = 75+183+78=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 183 (71.88% from 255 or 54.46% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 183 - color contains mainly: green. Hex color #4BB74E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB74E is #B448B1. Grayscale: #8B8B8B. Windows color (decimal): -11815090 or 5158731. OLE color: 5158731.
HSL color Cylindrical-coordinate representation of color #4BB74E: hue angle of 121.67º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB74E is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 75 | 183 | 78 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.28 |
| HSL | 121.67º | 0.43% | 0.51% | - |
| HSV(B) | 121.67º | 0.59% | 0.72% | - |
| XYZ | 21.21 | 35.91 | 13.02 | - |
| YUV | 138.74 | 93.72 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 183 | 78 | 0.59 | 0 | 0.57 | 0.28 | 121.67 | 0.43 | 0.51 |
| Hex | 4B | B7 | 4E | 3B | 0 | 39 | 1C | 7A | 2B | 33 |
| Octal | 113 | 267 | 116 | 73 | 0 | 71 | 34 | 172 | 53 | 63 |
| Binary | 1001011 | 10110111 | 1001110 | 111011 | 0 | 111001 | 11100 | 1111010 | 101011 | 110011 |
Color Harmonies of #4BB74E
Complementary color
Monochromatic Colors of #4BB74E
Black with #4BB74E
Text Example
Text Example
White with #4BB74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB74E; }
p { color: rgb(75,183,78); }
H1.HeaderClassName
{
color: #4BB74E;
}
.AnyTagClassName
{
color: #4BB74E;
}
</style>
background-color css
<style>
a { background-color: #4BB74E; }
a { background-color: rgb(75,183,78); }
div.DivClassName
{
background-color: #4BB74E;
}
.BgClassName
{
background-color: #4BB74E;
}
</style>
border-color css
<style>
span { border-color: #4BB74E; }
span { border-color: rgb(75,183,78); }
td.TdClassName
{
border-color: #4BB74E;
}
.TagClassName
{
border-color: #4BB74E;
}
</style>