Shades of Fruit Salad #4DB05E
Tints of Fruit Salad #4DB05E
RGB
CMYK
RGB Variations
Color information
#4DB05E (or 0x4DB05E) is known color: Fruit Salad. HEX triplet: 4D, B0 and 5E. RGB value is (77,176,94). Sum of RGB (Red+Green+Blue) = 77+176+94=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 176 (69.14% from 255 or 50.72% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB05E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB05E is #B24FA1. Grayscale: #898989. Windows color (decimal): -11685794 or 6205517. OLE color: 6205517.
HSL color Cylindrical-coordinate representation of color #4DB05E: hue angle of 130.3º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB05E is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 176 | 94 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.31 |
| HSL | 130.3º | 0.39% | 0.5% | - |
| HSV(B) | 130.3º | 0.56% | 0.69% | - |
| XYZ | 20.61 | 33.44 | 15.96 | - |
| YUV | 137.05 | 103.7 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 94 | 0.56 | 0 | 0.47 | 0.31 | 130.3 | 0.39 | 0.5 |
| Hex | 4D | B0 | 5E | 38 | 0 | 2F | 1F | 82 | 27 | 32 |
| Octal | 115 | 260 | 136 | 70 | 0 | 57 | 37 | 202 | 47 | 62 |
| Binary | 1001101 | 10110000 | 1011110 | 111000 | 0 | 101111 | 11111 | 10000010 | 100111 | 110010 |
Color Harmonies of #4DB05E
Complementary color
Monochromatic Colors of #4DB05E
Black with #4DB05E
Text Example
Text Example
White with #4DB05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB05E; }
p { color: rgb(77,176,94); }
H1.HeaderClassName
{
color: #4DB05E;
}
.AnyTagClassName
{
color: #4DB05E;
}
</style>
background-color css
<style>
a { background-color: #4DB05E; }
a { background-color: rgb(77,176,94); }
div.DivClassName
{
background-color: #4DB05E;
}
.BgClassName
{
background-color: #4DB05E;
}
</style>
border-color css
<style>
span { border-color: #4DB05E; }
span { border-color: rgb(77,176,94); }
td.TdClassName
{
border-color: #4DB05E;
}
.TagClassName
{
border-color: #4DB05E;
}
</style>