Shades of Fruit Salad #4EBE53
Tints of Fruit Salad #4EBE53
RGB
CMYK
RGB Variations
Color information
#4EBE53 (or 0x4EBE53) is known color: Fruit Salad. HEX triplet: 4E, BE and 53. RGB value is (78,190,83). Sum of RGB (Red+Green+Blue) = 78+190+83=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 190 (74.61% from 255 or 54.13% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 190 - color contains mainly: green. Hex color #4EBE53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBE53 is #B141AC. Grayscale: #909090. Windows color (decimal): -11616685 or 5488206. OLE color: 5488206.
HSL color Cylindrical-coordinate representation of color #4EBE53: hue angle of 122.68º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBE53 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 190 | 83 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.25 |
| HSL | 122.68º | 0.46% | 0.53% | - |
| HSV(B) | 122.68º | 0.59% | 0.75% | - |
| XYZ | 23.12 | 39.07 | 14.51 | - |
| YUV | 144.31 | 93.39 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 190 | 83 | 0.59 | 0 | 0.56 | 0.25 | 122.68 | 0.46 | 0.53 |
| Hex | 4E | BE | 53 | 3B | 0 | 38 | 19 | 7B | 2E | 35 |
| Octal | 116 | 276 | 123 | 73 | 0 | 70 | 31 | 173 | 56 | 65 |
| Binary | 1001110 | 10111110 | 1010011 | 111011 | 0 | 111000 | 11001 | 1111011 | 101110 | 110101 |
Color Harmonies of #4EBE53
Complementary color
Monochromatic Colors of #4EBE53
Black with #4EBE53
Text Example
Text Example
White with #4EBE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBE53; }
p { color: rgb(78,190,83); }
H1.HeaderClassName
{
color: #4EBE53;
}
.AnyTagClassName
{
color: #4EBE53;
}
</style>
background-color css
<style>
a { background-color: #4EBE53; }
a { background-color: rgb(78,190,83); }
div.DivClassName
{
background-color: #4EBE53;
}
.BgClassName
{
background-color: #4EBE53;
}
</style>
border-color css
<style>
span { border-color: #4EBE53; }
span { border-color: rgb(78,190,83); }
td.TdClassName
{
border-color: #4EBE53;
}
.TagClassName
{
border-color: #4EBE53;
}
</style>