Shades of Fruit Salad #4DBF4A
Tints of Fruit Salad #4DBF4A
RGB
CMYK
RGB Variations
Color information
#4DBF4A (or 0x4DBF4A) is known color: Fruit Salad. HEX triplet: 4D, BF and 4A. RGB value is (77,191,74). Sum of RGB (Red+Green+Blue) = 77+191+74=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 191 (75% from 255 or 55.85% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBF4A is #B240B5. Grayscale: #8F8F8F. Windows color (decimal): -11681974 or 4898637. OLE color: 4898637.
HSL color Cylindrical-coordinate representation of color #4DBF4A: hue angle of 118.46º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DBF4A is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 74 | - |
| CMYK | 0.60 | 0 | 0.61 | 0.25 |
| HSL | 118.46º | 0.48% | 0.52% | - |
| HSV(B) | 118.46º | 0.61% | 0.75% | - |
| XYZ | 22.93 | 39.33 | 12.86 | - |
| YUV | 143.58 | 88.73 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 74 | 0.60 | 0 | 0.61 | 0.25 | 118.46 | 0.48 | 0.52 |
| Hex | 4D | BF | 4A | 3C | 0 | 3D | 19 | 76 | 30 | 34 |
| Octal | 115 | 277 | 112 | 74 | 0 | 75 | 31 | 166 | 60 | 64 |
| Binary | 1001101 | 10111111 | 1001010 | 111100 | 0 | 111101 | 11001 | 1110110 | 110000 | 110100 |
Color Harmonies of #4DBF4A
Complementary color
Monochromatic Colors of #4DBF4A
Black with #4DBF4A
Text Example
Text Example
White with #4DBF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF4A; }
p { color: rgb(77,191,74); }
H1.HeaderClassName
{
color: #4DBF4A;
}
.AnyTagClassName
{
color: #4DBF4A;
}
</style>
background-color css
<style>
a { background-color: #4DBF4A; }
a { background-color: rgb(77,191,74); }
div.DivClassName
{
background-color: #4DBF4A;
}
.BgClassName
{
background-color: #4DBF4A;
}
</style>
border-color css
<style>
span { border-color: #4DBF4A; }
span { border-color: rgb(77,191,74); }
td.TdClassName
{
border-color: #4DBF4A;
}
.TagClassName
{
border-color: #4DBF4A;
}
</style>