Shades of Fruit Salad #4BB54E
Tints of Fruit Salad #4BB54E
RGB
CMYK
RGB Variations
Color information
#4BB54E (or 0x4BB54E) is known color: Fruit Salad. HEX triplet: 4B, B5 and 4E. RGB value is (75,181,78). Sum of RGB (Red+Green+Blue) = 75+181+78=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 181 (71.09% from 255 or 54.19% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 181 - color contains mainly: green. Hex color #4BB54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB54E is #B44AB1. Grayscale: #898989. Windows color (decimal): -11815602 or 5158219. OLE color: 5158219.
HSL color Cylindrical-coordinate representation of color #4BB54E: hue angle of 121.7º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB54E is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 75 | 181 | 78 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.29 |
| HSL | 121.7º | 0.42% | 0.5% | - |
| HSV(B) | 121.7º | 0.59% | 0.71% | - |
| XYZ | 20.8 | 35.09 | 12.89 | - |
| YUV | 137.56 | 94.38 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 181 | 78 | 0.59 | 0 | 0.57 | 0.29 | 121.7 | 0.42 | 0.5 |
| Hex | 4B | B5 | 4E | 3B | 0 | 39 | 1D | 7A | 2A | 32 |
| Octal | 113 | 265 | 116 | 73 | 0 | 71 | 35 | 172 | 52 | 62 |
| Binary | 1001011 | 10110101 | 1001110 | 111011 | 0 | 111001 | 11101 | 1111010 | 101010 | 110010 |
Color Harmonies of #4BB54E
Complementary color
Monochromatic Colors of #4BB54E
Black with #4BB54E
Text Example
Text Example
White with #4BB54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB54E; }
p { color: rgb(75,181,78); }
H1.HeaderClassName
{
color: #4BB54E;
}
.AnyTagClassName
{
color: #4BB54E;
}
</style>
background-color css
<style>
a { background-color: #4BB54E; }
a { background-color: rgb(75,181,78); }
div.DivClassName
{
background-color: #4BB54E;
}
.BgClassName
{
background-color: #4BB54E;
}
</style>
border-color css
<style>
span { border-color: #4BB54E; }
span { border-color: rgb(75,181,78); }
td.TdClassName
{
border-color: #4BB54E;
}
.TagClassName
{
border-color: #4BB54E;
}
</style>