Shades of Fruit Salad #4DB451
Tints of Fruit Salad #4DB451
RGB
CMYK
RGB Variations
Color information
#4DB451 (or 0x4DB451) is known color: Fruit Salad. HEX triplet: 4D, B4 and 51. RGB value is (77,180,81). Sum of RGB (Red+Green+Blue) = 77+180+81=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB451 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB451 is #B24BAE. Grayscale: #8A8A8A. Windows color (decimal): -11684783 or 5354573. OLE color: 5354573.
HSL color Cylindrical-coordinate representation of color #4DB451: hue angle of 122.33º 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 #4DB451 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 81 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.29 |
| HSL | 122.33º | 0.41% | 0.5% | - |
| HSV(B) | 122.33º | 0.57% | 0.71% | - |
| XYZ | 20.87 | 34.81 | 13.4 | - |
| YUV | 137.92 | 95.88 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 81 | 0.57 | 0 | 0.55 | 0.29 | 122.33 | 0.41 | 0.5 |
| Hex | 4D | B4 | 51 | 39 | 0 | 37 | 1D | 7A | 29 | 32 |
| Octal | 115 | 264 | 121 | 71 | 0 | 67 | 35 | 172 | 51 | 62 |
| Binary | 1001101 | 10110100 | 1010001 | 111001 | 0 | 110111 | 11101 | 1111010 | 101001 | 110010 |
Color Harmonies of #4DB451
Complementary color
Monochromatic Colors of #4DB451
Black with #4DB451
Text Example
Text Example
White with #4DB451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB451; }
p { color: rgb(77,180,81); }
H1.HeaderClassName
{
color: #4DB451;
}
.AnyTagClassName
{
color: #4DB451;
}
</style>
background-color css
<style>
a { background-color: #4DB451; }
a { background-color: rgb(77,180,81); }
div.DivClassName
{
background-color: #4DB451;
}
.BgClassName
{
background-color: #4DB451;
}
</style>
border-color css
<style>
span { border-color: #4DB451; }
span { border-color: rgb(77,180,81); }
td.TdClassName
{
border-color: #4DB451;
}
.TagClassName
{
border-color: #4DB451;
}
</style>