Shades of Fruit Salad #4DB360
Tints of Fruit Salad #4DB360
RGB
CMYK
RGB Variations
Color information
#4DB360 (or 0x4DB360) is known color: Fruit Salad. HEX triplet: 4D, B3 and 60. RGB value is (77,179,96). Sum of RGB (Red+Green+Blue) = 77+179+96=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB360 is #B24C9F. Grayscale: #8B8B8B. Windows color (decimal): -11685024 or 6337357. OLE color: 6337357.
HSL color Cylindrical-coordinate representation of color #4DB360: hue angle of 131.18º 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 #4DB360 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 96 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.30 |
| HSL | 131.18º | 0.4% | 0.5% | - |
| HSV(B) | 131.18º | 0.57% | 0.7% | - |
| XYZ | 21.29 | 34.66 | 16.63 | - |
| YUV | 139.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 96 | 0.57 | 0 | 0.46 | 0.30 | 131.18 | 0.4 | 0.5 |
| Hex | 4D | B3 | 60 | 39 | 0 | 2E | 1E | 83 | 28 | 32 |
| Octal | 115 | 263 | 140 | 71 | 0 | 56 | 36 | 203 | 50 | 62 |
| Binary | 1001101 | 10110011 | 1100000 | 111001 | 0 | 101110 | 11110 | 10000011 | 101000 | 110010 |
Color Harmonies of #4DB360
Complementary color
Monochromatic Colors of #4DB360
Black with #4DB360
Text Example
Text Example
White with #4DB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB360; }
p { color: rgb(77,179,96); }
H1.HeaderClassName
{
color: #4DB360;
}
.AnyTagClassName
{
color: #4DB360;
}
</style>
background-color css
<style>
a { background-color: #4DB360; }
a { background-color: rgb(77,179,96); }
div.DivClassName
{
background-color: #4DB360;
}
.BgClassName
{
background-color: #4DB360;
}
</style>
border-color css
<style>
span { border-color: #4DB360; }
span { border-color: rgb(77,179,96); }
td.TdClassName
{
border-color: #4DB360;
}
.TagClassName
{
border-color: #4DB360;
}
</style>