Shades of Fruit Salad #4DB35F
Tints of Fruit Salad #4DB35F
RGB
CMYK
RGB Variations
Color information
#4DB35F (or 0x4DB35F) is known color: Fruit Salad. HEX triplet: 4D, B3 and 5F. RGB value is (77,179,95). Sum of RGB (Red+Green+Blue) = 77+179+95=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB35F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB35F is #B24CA0. Grayscale: #8B8B8B. Windows color (decimal): -11685025 or 6271821. OLE color: 6271821.
HSL color Cylindrical-coordinate representation of color #4DB35F: hue angle of 130.59º 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 #4DB35F is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 95 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.30 |
| HSL | 130.59º | 0.4% | 0.5% | - |
| HSV(B) | 130.59º | 0.57% | 0.7% | - |
| XYZ | 21.25 | 34.64 | 16.39 | - |
| YUV | 138.93 | 103.21 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 95 | 0.57 | 0 | 0.47 | 0.30 | 130.59 | 0.4 | 0.5 |
| Hex | 4D | B3 | 5F | 39 | 0 | 2F | 1E | 83 | 28 | 32 |
| Octal | 115 | 263 | 137 | 71 | 0 | 57 | 36 | 203 | 50 | 62 |
| Binary | 1001101 | 10110011 | 1011111 | 111001 | 0 | 101111 | 11110 | 10000011 | 101000 | 110010 |
Color Harmonies of #4DB35F
Complementary color
Monochromatic Colors of #4DB35F
Black with #4DB35F
Text Example
Text Example
White with #4DB35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB35F; }
p { color: rgb(77,179,95); }
H1.HeaderClassName
{
color: #4DB35F;
}
.AnyTagClassName
{
color: #4DB35F;
}
</style>
background-color css
<style>
a { background-color: #4DB35F; }
a { background-color: rgb(77,179,95); }
div.DivClassName
{
background-color: #4DB35F;
}
.BgClassName
{
background-color: #4DB35F;
}
</style>
border-color css
<style>
span { border-color: #4DB35F; }
span { border-color: rgb(77,179,95); }
td.TdClassName
{
border-color: #4DB35F;
}
.TagClassName
{
border-color: #4DB35F;
}
</style>