Shades of Fruit Salad #4EB85C
Tints of Fruit Salad #4EB85C
RGB
CMYK
RGB Variations
Color information
#4EB85C (or 0x4EB85C) is known color: Fruit Salad. HEX triplet: 4E, B8 and 5C. RGB value is (78,184,92). Sum of RGB (Red+Green+Blue) = 78+184+92=354 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.03% from 354); Green value is 184 (72.27% from 255 or 51.98% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 184 - color contains mainly: green. Hex color #4EB85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB85C is #B147A3. Grayscale: #8E8E8E. Windows color (decimal): -11618212 or 6076494. OLE color: 6076494.
HSL color Cylindrical-coordinate representation of color #4EB85C: hue angle of 127.92º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EB85C is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 78 | 184 | 92 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.28 |
| HSL | 127.92º | 0.43% | 0.51% | - |
| HSV(B) | 127.92º | 0.58% | 0.72% | - |
| XYZ | 22.21 | 36.67 | 16.03 | - |
| YUV | 141.82 | 99.88 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 184 | 92 | 0.58 | 0 | 0.50 | 0.28 | 127.92 | 0.43 | 0.51 |
| Hex | 4E | B8 | 5C | 3A | 0 | 32 | 1C | 80 | 2B | 33 |
| Octal | 116 | 270 | 134 | 72 | 0 | 62 | 34 | 200 | 53 | 63 |
| Binary | 1001110 | 10111000 | 1011100 | 111010 | 0 | 110010 | 11100 | 10000000 | 101011 | 110011 |
Color Harmonies of #4EB85C
Complementary color
Monochromatic Colors of #4EB85C
Black with #4EB85C
Text Example
Text Example
White with #4EB85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB85C; }
p { color: rgb(78,184,92); }
H1.HeaderClassName
{
color: #4EB85C;
}
.AnyTagClassName
{
color: #4EB85C;
}
</style>
background-color css
<style>
a { background-color: #4EB85C; }
a { background-color: rgb(78,184,92); }
div.DivClassName
{
background-color: #4EB85C;
}
.BgClassName
{
background-color: #4EB85C;
}
</style>
border-color css
<style>
span { border-color: #4EB85C; }
span { border-color: rgb(78,184,92); }
td.TdClassName
{
border-color: #4EB85C;
}
.TagClassName
{
border-color: #4EB85C;
}
</style>