Shades of Fruit Salad #4DBE53
Tints of Fruit Salad #4DBE53
RGB
CMYK
RGB Variations
Color information
#4DBE53 (or 0x4DBE53) is known color: Fruit Salad. HEX triplet: 4D, BE and 53. RGB value is (77,190,83). Sum of RGB (Red+Green+Blue) = 77+190+83=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBE53 is #B241AC. Grayscale: #909090. Windows color (decimal): -11682221 or 5488205. OLE color: 5488205.
HSL color Cylindrical-coordinate representation of color #4DBE53: hue angle of 123.19º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBE53 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 83 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.25 |
| HSL | 123.19º | 0.47% | 0.52% | - |
| HSV(B) | 123.19º | 0.59% | 0.75% | - |
| XYZ | 23.04 | 39.03 | 14.5 | - |
| YUV | 144.02 | 93.56 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 83 | 0.59 | 0 | 0.56 | 0.25 | 123.19 | 0.47 | 0.52 |
| Hex | 4D | BE | 53 | 3B | 0 | 38 | 19 | 7B | 2F | 34 |
| Octal | 115 | 276 | 123 | 73 | 0 | 70 | 31 | 173 | 57 | 64 |
| Binary | 1001101 | 10111110 | 1010011 | 111011 | 0 | 111000 | 11001 | 1111011 | 101111 | 110100 |
Color Harmonies of #4DBE53
Complementary color
Monochromatic Colors of #4DBE53
Black with #4DBE53
Text Example
Text Example
White with #4DBE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE53; }
p { color: rgb(77,190,83); }
H1.HeaderClassName
{
color: #4DBE53;
}
.AnyTagClassName
{
color: #4DBE53;
}
</style>
background-color css
<style>
a { background-color: #4DBE53; }
a { background-color: rgb(77,190,83); }
div.DivClassName
{
background-color: #4DBE53;
}
.BgClassName
{
background-color: #4DBE53;
}
</style>
border-color css
<style>
span { border-color: #4DBE53; }
span { border-color: rgb(77,190,83); }
td.TdClassName
{
border-color: #4DBE53;
}
.TagClassName
{
border-color: #4DBE53;
}
</style>