Shades of Fruit Salad #4DBE54
Tints of Fruit Salad #4DBE54
RGB
CMYK
RGB Variations
Color information
#4DBE54 (or 0x4DBE54) is known color: Fruit Salad. HEX triplet: 4D, BE and 54. RGB value is (77,190,84). Sum of RGB (Red+Green+Blue) = 77+190+84=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 190 (74.61% from 255 or 54.13% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBE54 is #B241AB. Grayscale: #909090. Windows color (decimal): -11682220 or 5553741. OLE color: 5553741.
HSL color Cylindrical-coordinate representation of color #4DBE54: hue angle of 123.72º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBE54 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 84 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.25 |
| HSL | 123.72º | 0.47% | 0.52% | - |
| HSV(B) | 123.72º | 0.59% | 0.75% | - |
| XYZ | 23.07 | 39.04 | 14.71 | - |
| YUV | 144.13 | 94.06 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 84 | 0.59 | 0 | 0.56 | 0.25 | 123.72 | 0.47 | 0.52 |
| Hex | 4D | BE | 54 | 3B | 0 | 38 | 19 | 7C | 2F | 34 |
| Octal | 115 | 276 | 124 | 73 | 0 | 70 | 31 | 174 | 57 | 64 |
| Binary | 1001101 | 10111110 | 1010100 | 111011 | 0 | 111000 | 11001 | 1111100 | 101111 | 110100 |
Color Harmonies of #4DBE54
Complementary color
Monochromatic Colors of #4DBE54
Black with #4DBE54
Text Example
Text Example
White with #4DBE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE54; }
p { color: rgb(77,190,84); }
H1.HeaderClassName
{
color: #4DBE54;
}
.AnyTagClassName
{
color: #4DBE54;
}
</style>
background-color css
<style>
a { background-color: #4DBE54; }
a { background-color: rgb(77,190,84); }
div.DivClassName
{
background-color: #4DBE54;
}
.BgClassName
{
background-color: #4DBE54;
}
</style>
border-color css
<style>
span { border-color: #4DBE54; }
span { border-color: rgb(77,190,84); }
td.TdClassName
{
border-color: #4DBE54;
}
.TagClassName
{
border-color: #4DBE54;
}
</style>