Shades of Fruit Salad #4DB45D
Tints of Fruit Salad #4DB45D
RGB
CMYK
RGB Variations
Color information
#4DB45D (or 0x4DB45D) is known color: Fruit Salad. HEX triplet: 4D, B4 and 5D. RGB value is (77,180,93). Sum of RGB (Red+Green+Blue) = 77+180+93=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB45D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB45D is #B24BA2. Grayscale: #8B8B8B. Windows color (decimal): -11684771 or 6141005. OLE color: 6141005.
HSL color Cylindrical-coordinate representation of color #4DB45D: hue angle of 129.32º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB45D is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 93 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.29 |
| HSL | 129.32º | 0.41% | 0.5% | - |
| HSV(B) | 129.32º | 0.57% | 0.71% | - |
| XYZ | 21.36 | 35.01 | 15.99 | - |
| YUV | 139.29 | 101.88 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 93 | 0.57 | 0 | 0.48 | 0.29 | 129.32 | 0.41 | 0.5 |
| Hex | 4D | B4 | 5D | 39 | 0 | 30 | 1D | 81 | 29 | 32 |
| Octal | 115 | 264 | 135 | 71 | 0 | 60 | 35 | 201 | 51 | 62 |
| Binary | 1001101 | 10110100 | 1011101 | 111001 | 0 | 110000 | 11101 | 10000001 | 101001 | 110010 |
Color Harmonies of #4DB45D
Complementary color
Monochromatic Colors of #4DB45D
Black with #4DB45D
Text Example
Text Example
White with #4DB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB45D; }
p { color: rgb(77,180,93); }
H1.HeaderClassName
{
color: #4DB45D;
}
.AnyTagClassName
{
color: #4DB45D;
}
</style>
background-color css
<style>
a { background-color: #4DB45D; }
a { background-color: rgb(77,180,93); }
div.DivClassName
{
background-color: #4DB45D;
}
.BgClassName
{
background-color: #4DB45D;
}
</style>
border-color css
<style>
span { border-color: #4DB45D; }
span { border-color: rgb(77,180,93); }
td.TdClassName
{
border-color: #4DB45D;
}
.TagClassName
{
border-color: #4DB45D;
}
</style>