Shades of Fruit Salad #4DB85E
Tints of Fruit Salad #4DB85E
RGB
CMYK
RGB Variations
Color information
#4DB85E (or 0x4DB85E) is known color: Fruit Salad. HEX triplet: 4D, B8 and 5E. RGB value is (77,184,94). Sum of RGB (Red+Green+Blue) = 77+184+94=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB85E is #B247A1. Grayscale: #8E8E8E. Windows color (decimal): -11683746 or 6207565. OLE color: 6207565.
HSL color Cylindrical-coordinate representation of color #4DB85E: hue angle of 129.53º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB85E is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 94 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.28 |
| HSL | 129.53º | 0.43% | 0.51% | - |
| HSV(B) | 129.53º | 0.58% | 0.72% | - |
| XYZ | 22.22 | 36.67 | 16.5 | - |
| YUV | 141.75 | 101.05 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 94 | 0.58 | 0 | 0.49 | 0.28 | 129.53 | 0.43 | 0.51 |
| Hex | 4D | B8 | 5E | 3A | 0 | 31 | 1C | 82 | 2B | 33 |
| Octal | 115 | 270 | 136 | 72 | 0 | 61 | 34 | 202 | 53 | 63 |
| Binary | 1001101 | 10111000 | 1011110 | 111010 | 0 | 110001 | 11100 | 10000010 | 101011 | 110011 |
Color Harmonies of #4DB85E
Complementary color
Monochromatic Colors of #4DB85E
Black with #4DB85E
Text Example
Text Example
White with #4DB85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB85E; }
p { color: rgb(77,184,94); }
H1.HeaderClassName
{
color: #4DB85E;
}
.AnyTagClassName
{
color: #4DB85E;
}
</style>
background-color css
<style>
a { background-color: #4DB85E; }
a { background-color: rgb(77,184,94); }
div.DivClassName
{
background-color: #4DB85E;
}
.BgClassName
{
background-color: #4DB85E;
}
</style>
border-color css
<style>
span { border-color: #4DB85E; }
span { border-color: rgb(77,184,94); }
td.TdClassName
{
border-color: #4DB85E;
}
.TagClassName
{
border-color: #4DB85E;
}
</style>