Shades of Fruit Salad #4DB552
Tints of Fruit Salad #4DB552
RGB
CMYK
RGB Variations
Color information
#4DB552 (or 0x4DB552) is known color: Fruit Salad. HEX triplet: 4D, B5 and 52. RGB value is (77,181,82). Sum of RGB (Red+Green+Blue) = 77+181+82=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 181 (71.09% from 255 or 53.24% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB552 is #B24AAD. Grayscale: #8A8A8A. Windows color (decimal): -11684526 or 5420365. OLE color: 5420365.
HSL color Cylindrical-coordinate representation of color #4DB552: hue angle of 122.88º 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 #4DB552 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 82 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.29 |
| HSL | 122.88º | 0.41% | 0.51% | - |
| HSV(B) | 122.88º | 0.57% | 0.71% | - |
| XYZ | 21.11 | 35.23 | 13.67 | - |
| YUV | 138.62 | 96.04 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 82 | 0.57 | 0 | 0.55 | 0.29 | 122.88 | 0.41 | 0.51 |
| Hex | 4D | B5 | 52 | 39 | 0 | 37 | 1D | 7B | 29 | 33 |
| Octal | 115 | 265 | 122 | 71 | 0 | 67 | 35 | 173 | 51 | 63 |
| Binary | 1001101 | 10110101 | 1010010 | 111001 | 0 | 110111 | 11101 | 1111011 | 101001 | 110011 |
Color Harmonies of #4DB552
Complementary color
Monochromatic Colors of #4DB552
Black with #4DB552
Text Example
Text Example
White with #4DB552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB552; }
p { color: rgb(77,181,82); }
H1.HeaderClassName
{
color: #4DB552;
}
.AnyTagClassName
{
color: #4DB552;
}
</style>
background-color css
<style>
a { background-color: #4DB552; }
a { background-color: rgb(77,181,82); }
div.DivClassName
{
background-color: #4DB552;
}
.BgClassName
{
background-color: #4DB552;
}
</style>
border-color css
<style>
span { border-color: #4DB552; }
span { border-color: rgb(77,181,82); }
td.TdClassName
{
border-color: #4DB552;
}
.TagClassName
{
border-color: #4DB552;
}
</style>