Shades of Fruit Salad #4DBE4C
Tints of Fruit Salad #4DBE4C
RGB
CMYK
RGB Variations
Color information
#4DBE4C (or 0x4DBE4C) is known color: Fruit Salad. HEX triplet: 4D, BE and 4C. RGB value is (77,190,76). Sum of RGB (Red+Green+Blue) = 77+190+76=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBE4C is #B241B3. Grayscale: #8F8F8F. Windows color (decimal): -11682228 or 5029453. OLE color: 5029453.
HSL color Cylindrical-coordinate representation of color #4DBE4C: hue angle of 119.47º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBE4C is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 76 | - |
| CMYK | 0.59 | 0 | 0.60 | 0.25 |
| HSL | 119.47º | 0.47% | 0.52% | - |
| HSV(B) | 119.47º | 0.6% | 0.75% | - |
| XYZ | 22.78 | 38.93 | 13.15 | - |
| YUV | 143.22 | 90.06 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 76 | 0.59 | 0 | 0.60 | 0.25 | 119.47 | 0.47 | 0.52 |
| Hex | 4D | BE | 4C | 3B | 0 | 3C | 19 | 77 | 2F | 34 |
| Octal | 115 | 276 | 114 | 73 | 0 | 74 | 31 | 167 | 57 | 64 |
| Binary | 1001101 | 10111110 | 1001100 | 111011 | 0 | 111100 | 11001 | 1110111 | 101111 | 110100 |
Color Harmonies of #4DBE4C
Complementary color
Monochromatic Colors of #4DBE4C
Black with #4DBE4C
Text Example
Text Example
White with #4DBE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE4C; }
p { color: rgb(77,190,76); }
H1.HeaderClassName
{
color: #4DBE4C;
}
.AnyTagClassName
{
color: #4DBE4C;
}
</style>
background-color css
<style>
a { background-color: #4DBE4C; }
a { background-color: rgb(77,190,76); }
div.DivClassName
{
background-color: #4DBE4C;
}
.BgClassName
{
background-color: #4DBE4C;
}
</style>
border-color css
<style>
span { border-color: #4DBE4C; }
span { border-color: rgb(77,190,76); }
td.TdClassName
{
border-color: #4DBE4C;
}
.TagClassName
{
border-color: #4DBE4C;
}
</style>