Shades of Fruit Salad #4DB457
Tints of Fruit Salad #4DB457
RGB
CMYK
RGB Variations
Color information
#4DB457 (or 0x4DB457) is known color: Fruit Salad. HEX triplet: 4D, B4 and 57. RGB value is (77,180,87). Sum of RGB (Red+Green+Blue) = 77+180+87=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 180 (70.70% from 255 or 52.33% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB457 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB457 is #B24BA8. Grayscale: #8A8A8A. Windows color (decimal): -11684777 or 5747789. OLE color: 5747789.
HSL color Cylindrical-coordinate representation of color #4DB457: hue angle of 125.83º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB457 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 87 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.29 |
| HSL | 125.83º | 0.41% | 0.5% | - |
| HSV(B) | 125.83º | 0.57% | 0.71% | - |
| XYZ | 21.1 | 34.91 | 14.64 | - |
| YUV | 138.6 | 98.88 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 87 | 0.57 | 0 | 0.52 | 0.29 | 125.83 | 0.41 | 0.5 |
| Hex | 4D | B4 | 57 | 39 | 0 | 34 | 1D | 7E | 29 | 32 |
| Octal | 115 | 264 | 127 | 71 | 0 | 64 | 35 | 176 | 51 | 62 |
| Binary | 1001101 | 10110100 | 1010111 | 111001 | 0 | 110100 | 11101 | 1111110 | 101001 | 110010 |
Color Harmonies of #4DB457
Complementary color
Monochromatic Colors of #4DB457
Black with #4DB457
Text Example
Text Example
White with #4DB457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB457; }
p { color: rgb(77,180,87); }
H1.HeaderClassName
{
color: #4DB457;
}
.AnyTagClassName
{
color: #4DB457;
}
</style>
background-color css
<style>
a { background-color: #4DB457; }
a { background-color: rgb(77,180,87); }
div.DivClassName
{
background-color: #4DB457;
}
.BgClassName
{
background-color: #4DB457;
}
</style>
border-color css
<style>
span { border-color: #4DB457; }
span { border-color: rgb(77,180,87); }
td.TdClassName
{
border-color: #4DB457;
}
.TagClassName
{
border-color: #4DB457;
}
</style>