Shades of Fruit Salad #4DBF52
Tints of Fruit Salad #4DBF52
RGB
CMYK
RGB Variations
Color information
#4DBF52 (or 0x4DBF52) is known color: Fruit Salad. HEX triplet: 4D, BF and 52. RGB value is (77,191,82). Sum of RGB (Red+Green+Blue) = 77+191+82=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBF52 is #B240AD. Grayscale: #909090. Windows color (decimal): -11681966 or 5422925. OLE color: 5422925.
HSL color Cylindrical-coordinate representation of color #4DBF52: hue angle of 122.63º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBF52 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 82 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.25 |
| HSL | 122.63º | 0.47% | 0.53% | - |
| HSV(B) | 122.63º | 0.6% | 0.75% | - |
| XYZ | 23.21 | 39.45 | 14.37 | - |
| YUV | 144.49 | 92.73 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 82 | 0.60 | 0 | 0.57 | 0.25 | 122.63 | 0.47 | 0.53 |
| Hex | 4D | BF | 52 | 3C | 0 | 39 | 19 | 7B | 2F | 35 |
| Octal | 115 | 277 | 122 | 74 | 0 | 71 | 31 | 173 | 57 | 65 |
| Binary | 1001101 | 10111111 | 1010010 | 111100 | 0 | 111001 | 11001 | 1111011 | 101111 | 110101 |
Color Harmonies of #4DBF52
Complementary color
Monochromatic Colors of #4DBF52
Black with #4DBF52
Text Example
Text Example
White with #4DBF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF52; }
p { color: rgb(77,191,82); }
H1.HeaderClassName
{
color: #4DBF52;
}
.AnyTagClassName
{
color: #4DBF52;
}
</style>
background-color css
<style>
a { background-color: #4DBF52; }
a { background-color: rgb(77,191,82); }
div.DivClassName
{
background-color: #4DBF52;
}
.BgClassName
{
background-color: #4DBF52;
}
</style>
border-color css
<style>
span { border-color: #4DBF52; }
span { border-color: rgb(77,191,82); }
td.TdClassName
{
border-color: #4DBF52;
}
.TagClassName
{
border-color: #4DBF52;
}
</style>