Shades of Fruit Salad #4DB35E
Tints of Fruit Salad #4DB35E
RGB
CMYK
RGB Variations
Color information
#4DB35E (or 0x4DB35E) is known color: Fruit Salad. HEX triplet: 4D, B3 and 5E. RGB value is (77,179,94). Sum of RGB (Red+Green+Blue) = 77+179+94=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB35E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB35E is #B24CA1. Grayscale: #8B8B8B. Windows color (decimal): -11685026 or 6206285. OLE color: 6206285.
HSL color Cylindrical-coordinate representation of color #4DB35E: hue angle of 130º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB35E is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 94 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.30 |
| HSL | 130º | 0.4% | 0.5% | - |
| HSV(B) | 130º | 0.57% | 0.7% | - |
| XYZ | 21.2 | 34.63 | 16.16 | - |
| YUV | 138.81 | 102.71 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 94 | 0.57 | 0 | 0.47 | 0.30 | 130 | 0.4 | 0.5 |
| Hex | 4D | B3 | 5E | 39 | 0 | 2F | 1E | 82 | 28 | 32 |
| Octal | 115 | 263 | 136 | 71 | 0 | 57 | 36 | 202 | 50 | 62 |
| Binary | 1001101 | 10110011 | 1011110 | 111001 | 0 | 101111 | 11110 | 10000010 | 101000 | 110010 |
Color Harmonies of #4DB35E
Complementary color
Monochromatic Colors of #4DB35E
Black with #4DB35E
Text Example
Text Example
White with #4DB35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB35E; }
p { color: rgb(77,179,94); }
H1.HeaderClassName
{
color: #4DB35E;
}
.AnyTagClassName
{
color: #4DB35E;
}
</style>
background-color css
<style>
a { background-color: #4DB35E; }
a { background-color: rgb(77,179,94); }
div.DivClassName
{
background-color: #4DB35E;
}
.BgClassName
{
background-color: #4DB35E;
}
</style>
border-color css
<style>
span { border-color: #4DB35E; }
span { border-color: rgb(77,179,94); }
td.TdClassName
{
border-color: #4DB35E;
}
.TagClassName
{
border-color: #4DB35E;
}
</style>