Shades of Fruit Salad #4DB852
Tints of Fruit Salad #4DB852
RGB
CMYK
RGB Variations
Color information
#4DB852 (or 0x4DB852) is known color: Fruit Salad. HEX triplet: 4D, B8 and 52. RGB value is (77,184,82). Sum of RGB (Red+Green+Blue) = 77+184+82=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB852 is #B247AD. Grayscale: #8C8C8C. Windows color (decimal): -11683758 or 5421133. OLE color: 5421133.
HSL color Cylindrical-coordinate representation of color #4DB852: hue angle of 122.8º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB852 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 82 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.28 |
| HSL | 122.8º | 0.43% | 0.51% | - |
| HSV(B) | 122.8º | 0.58% | 0.72% | - |
| XYZ | 21.72 | 36.47 | 13.88 | - |
| YUV | 140.38 | 95.05 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 82 | 0.58 | 0 | 0.55 | 0.28 | 122.8 | 0.43 | 0.51 |
| Hex | 4D | B8 | 52 | 3A | 0 | 37 | 1C | 7B | 2B | 33 |
| Octal | 115 | 270 | 122 | 72 | 0 | 67 | 34 | 173 | 53 | 63 |
| Binary | 1001101 | 10111000 | 1010010 | 111010 | 0 | 110111 | 11100 | 1111011 | 101011 | 110011 |
Color Harmonies of #4DB852
Complementary color
Monochromatic Colors of #4DB852
Black with #4DB852
Text Example
Text Example
White with #4DB852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB852; }
p { color: rgb(77,184,82); }
H1.HeaderClassName
{
color: #4DB852;
}
.AnyTagClassName
{
color: #4DB852;
}
</style>
background-color css
<style>
a { background-color: #4DB852; }
a { background-color: rgb(77,184,82); }
div.DivClassName
{
background-color: #4DB852;
}
.BgClassName
{
background-color: #4DB852;
}
</style>
border-color css
<style>
span { border-color: #4DB852; }
span { border-color: rgb(77,184,82); }
td.TdClassName
{
border-color: #4DB852;
}
.TagClassName
{
border-color: #4DB852;
}
</style>