Shades of Fruit Salad #4DB55F
Tints of Fruit Salad #4DB55F
RGB
CMYK
RGB Variations
Color information
#4DB55F (or 0x4DB55F) is known color: Fruit Salad. HEX triplet: 4D, B5 and 5F. RGB value is (77,181,95). Sum of RGB (Red+Green+Blue) = 77+181+95=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB55F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB55F is #B24AA0. Grayscale: #8C8C8C. Windows color (decimal): -11684513 or 6272333. OLE color: 6272333.
HSL color Cylindrical-coordinate representation of color #4DB55F: hue angle of 130.38º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB55F is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 95 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.29 |
| HSL | 130.38º | 0.41% | 0.51% | - |
| HSV(B) | 130.38º | 0.57% | 0.71% | - |
| XYZ | 21.65 | 35.45 | 16.53 | - |
| YUV | 140.1 | 102.54 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 95 | 0.57 | 0 | 0.48 | 0.29 | 130.38 | 0.41 | 0.51 |
| Hex | 4D | B5 | 5F | 39 | 0 | 30 | 1D | 82 | 29 | 33 |
| Octal | 115 | 265 | 137 | 71 | 0 | 60 | 35 | 202 | 51 | 63 |
| Binary | 1001101 | 10110101 | 1011111 | 111001 | 0 | 110000 | 11101 | 10000010 | 101001 | 110011 |
Color Harmonies of #4DB55F
Complementary color
Monochromatic Colors of #4DB55F
Black with #4DB55F
Text Example
Text Example
White with #4DB55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB55F; }
p { color: rgb(77,181,95); }
H1.HeaderClassName
{
color: #4DB55F;
}
.AnyTagClassName
{
color: #4DB55F;
}
</style>
background-color css
<style>
a { background-color: #4DB55F; }
a { background-color: rgb(77,181,95); }
div.DivClassName
{
background-color: #4DB55F;
}
.BgClassName
{
background-color: #4DB55F;
}
</style>
border-color css
<style>
span { border-color: #4DB55F; }
span { border-color: rgb(77,181,95); }
td.TdClassName
{
border-color: #4DB55F;
}
.TagClassName
{
border-color: #4DB55F;
}
</style>