Shades of Fruit Salad #4BB95A
Tints of Fruit Salad #4BB95A
RGB
CMYK
RGB Variations
Color information
#4BB95A (or 0x4BB95A) is known color: Fruit Salad. HEX triplet: 4B, B9 and 5A. RGB value is (75,185,90). Sum of RGB (Red+Green+Blue) = 75+185+90=350 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.43% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #4BB95A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB95A is #B446A5. Grayscale: #8D8D8D. Windows color (decimal): -11814566 or 5945675. OLE color: 5945675.
HSL color Cylindrical-coordinate representation of color #4BB95A: hue angle of 128.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB95A is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 185 | 90 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.27 |
| HSL | 128.18º | 0.44% | 0.51% | - |
| HSV(B) | 128.18º | 0.59% | 0.73% | - |
| XYZ | 22.1 | 36.93 | 15.64 | - |
| YUV | 141.28 | 99.06 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 185 | 90 | 0.59 | 0 | 0.51 | 0.27 | 128.18 | 0.44 | 0.51 |
| Hex | 4B | B9 | 5A | 3B | 0 | 33 | 1B | 80 | 2C | 33 |
| Octal | 113 | 271 | 132 | 73 | 0 | 63 | 33 | 200 | 54 | 63 |
| Binary | 1001011 | 10111001 | 1011010 | 111011 | 0 | 110011 | 11011 | 10000000 | 101100 | 110011 |
Color Harmonies of #4BB95A
Complementary color
Monochromatic Colors of #4BB95A
Black with #4BB95A
Text Example
Text Example
White with #4BB95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB95A; }
p { color: rgb(75,185,90); }
H1.HeaderClassName
{
color: #4BB95A;
}
.AnyTagClassName
{
color: #4BB95A;
}
</style>
background-color css
<style>
a { background-color: #4BB95A; }
a { background-color: rgb(75,185,90); }
div.DivClassName
{
background-color: #4BB95A;
}
.BgClassName
{
background-color: #4BB95A;
}
</style>
border-color css
<style>
span { border-color: #4BB95A; }
span { border-color: rgb(75,185,90); }
td.TdClassName
{
border-color: #4BB95A;
}
.TagClassName
{
border-color: #4BB95A;
}
</style>