Shades of Fruit Salad #4DBF4C
Tints of Fruit Salad #4DBF4C
RGB
CMYK
RGB Variations
Color information
#4DBF4C (or 0x4DBF4C) is known color: Fruit Salad. HEX triplet: 4D, BF and 4C. RGB value is (77,191,76). Sum of RGB (Red+Green+Blue) = 77+191+76=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBF4C is #B240B3. Grayscale: #909090. Windows color (decimal): -11681972 or 5029709. OLE color: 5029709.
HSL color Cylindrical-coordinate representation of color #4DBF4C: hue angle of 119.48º 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 #4DBF4C is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 76 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.25 |
| HSL | 119.48º | 0.47% | 0.52% | - |
| HSV(B) | 119.48º | 0.6% | 0.75% | - |
| XYZ | 23 | 39.36 | 13.22 | - |
| YUV | 143.8 | 89.73 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 76 | 0.60 | 0 | 0.60 | 0.25 | 119.48 | 0.47 | 0.52 |
| Hex | 4D | BF | 4C | 3C | 0 | 3C | 19 | 77 | 2F | 34 |
| Octal | 115 | 277 | 114 | 74 | 0 | 74 | 31 | 167 | 57 | 64 |
| Binary | 1001101 | 10111111 | 1001100 | 111100 | 0 | 111100 | 11001 | 1110111 | 101111 | 110100 |
Color Harmonies of #4DBF4C
Complementary color
Monochromatic Colors of #4DBF4C
Black with #4DBF4C
Text Example
Text Example
White with #4DBF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF4C; }
p { color: rgb(77,191,76); }
H1.HeaderClassName
{
color: #4DBF4C;
}
.AnyTagClassName
{
color: #4DBF4C;
}
</style>
background-color css
<style>
a { background-color: #4DBF4C; }
a { background-color: rgb(77,191,76); }
div.DivClassName
{
background-color: #4DBF4C;
}
.BgClassName
{
background-color: #4DBF4C;
}
</style>
border-color css
<style>
span { border-color: #4DBF4C; }
span { border-color: rgb(77,191,76); }
td.TdClassName
{
border-color: #4DBF4C;
}
.TagClassName
{
border-color: #4DBF4C;
}
</style>