Shades of Fruit Salad #4DB047
Tints of Fruit Salad #4DB047
RGB
CMYK
RGB Variations
Color information
#4DB047 (or 0x4DB047) is known color: Fruit Salad. HEX triplet: 4D, B0 and 47. RGB value is (77,176,71). Sum of RGB (Red+Green+Blue) = 77+176+71=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 176 (69.14% from 255 or 54.32% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DB047 is #B24FB8. Grayscale: #868686. Windows color (decimal): -11685817 or 4698189. OLE color: 4698189.
HSL color Cylindrical-coordinate representation of color #4DB047: hue angle of 116.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DB047 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 176 | 71 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.31 |
| HSL | 116.57º | 0.43% | 0.48% | - |
| HSV(B) | 116.57º | 0.6% | 0.69% | - |
| XYZ | 19.72 | 33.08 | 11.31 | - |
| YUV | 134.43 | 92.2 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 71 | 0.56 | 0 | 0.60 | 0.31 | 116.57 | 0.43 | 0.48 |
| Hex | 4D | B0 | 47 | 38 | 0 | 3C | 1F | 75 | 2B | 30 |
| Octal | 115 | 260 | 107 | 70 | 0 | 74 | 37 | 165 | 53 | 60 |
| Binary | 1001101 | 10110000 | 1000111 | 111000 | 0 | 111100 | 11111 | 1110101 | 101011 | 110000 |
Color Harmonies of #4DB047
Complementary color
Monochromatic Colors of #4DB047
Black with #4DB047
Text Example
Text Example
White with #4DB047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB047; }
p { color: rgb(77,176,71); }
H1.HeaderClassName
{
color: #4DB047;
}
.AnyTagClassName
{
color: #4DB047;
}
</style>
background-color css
<style>
a { background-color: #4DB047; }
a { background-color: rgb(77,176,71); }
div.DivClassName
{
background-color: #4DB047;
}
.BgClassName
{
background-color: #4DB047;
}
</style>
border-color css
<style>
span { border-color: #4DB047; }
span { border-color: rgb(77,176,71); }
td.TdClassName
{
border-color: #4DB047;
}
.TagClassName
{
border-color: #4DB047;
}
</style>