Shades of Fruit Salad #4D9954
Tints of Fruit Salad #4D9954
RGB
CMYK
RGB Variations
Color information
#4D9954 (or 0x4D9954) is known color: Fruit Salad. HEX triplet: 4D, 99 and 54. RGB value is (77,153,84). Sum of RGB (Red+Green+Blue) = 77+153+84=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #4D9954 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9954 is #B266AB. Grayscale: #7A7A7A. Windows color (decimal): -11691692 or 5544269. OLE color: 5544269.
HSL color Cylindrical-coordinate representation of color #4D9954: hue angle of 125.53º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9954 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 153 | 84 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.4 |
| HSL | 125.53º | 0.33% | 0.45% | - |
| HSV(B) | 125.53º | 0.5% | 0.6% | - |
| XYZ | 16.05 | 25 | 12.37 | - |
| YUV | 122.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 84 | 0.50 | 0 | 0.45 | 0.4 | 125.53 | 0.33 | 0.45 |
| Hex | 4D | 99 | 54 | 32 | 0 | 2D | 28 | 7E | 21 | 2D |
| Octal | 115 | 231 | 124 | 62 | 0 | 55 | 50 | 176 | 41 | 55 |
| Binary | 1001101 | 10011001 | 1010100 | 110010 | 0 | 101101 | 101000 | 1111110 | 100001 | 101101 |
Color Harmonies of #4D9954
Complementary color
Monochromatic Colors of #4D9954
Black with #4D9954
Text Example
Text Example
White with #4D9954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9954; }
p { color: rgb(77,153,84); }
H1.HeaderClassName
{
color: #4D9954;
}
.AnyTagClassName
{
color: #4D9954;
}
</style>
background-color css
<style>
a { background-color: #4D9954; }
a { background-color: rgb(77,153,84); }
div.DivClassName
{
background-color: #4D9954;
}
.BgClassName
{
background-color: #4D9954;
}
</style>
border-color css
<style>
span { border-color: #4D9954; }
span { border-color: rgb(77,153,84); }
td.TdClassName
{
border-color: #4D9954;
}
.TagClassName
{
border-color: #4D9954;
}
</style>