Shades of Fruit Salad #4E985A
Tints of Fruit Salad #4E985A
RGB
CMYK
RGB Variations
Color information
#4E985A (or 0x4E985A) is known color: Fruit Salad. HEX triplet: 4E, 98 and 5A. RGB value is (78,152,90). Sum of RGB (Red+Green+Blue) = 78+152+90=320 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.38% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #4E985A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E985A is #B167A5. Grayscale: #7A7A7A. Windows color (decimal): -11626406 or 5937230. OLE color: 5937230.
HSL color Cylindrical-coordinate representation of color #4E985A: hue angle of 129.73º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E985A is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 78 | 152 | 90 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.40 |
| HSL | 129.73º | 0.32% | 0.45% | - |
| HSV(B) | 129.73º | 0.49% | 0.6% | - |
| XYZ | 16.22 | 24.81 | 13.61 | - |
| YUV | 122.81 | 109.48 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 152 | 90 | 0.49 | 0 | 0.41 | 0.40 | 129.73 | 0.32 | 0.45 |
| Hex | 4E | 98 | 5A | 31 | 0 | 29 | 28 | 82 | 20 | 2D |
| Octal | 116 | 230 | 132 | 61 | 0 | 51 | 50 | 202 | 40 | 55 |
| Binary | 1001110 | 10011000 | 1011010 | 110001 | 0 | 101001 | 101000 | 10000010 | 100000 | 101101 |
Color Harmonies of #4E985A
Complementary color
Monochromatic Colors of #4E985A
Black with #4E985A
Text Example
Text Example
White with #4E985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E985A; }
p { color: rgb(78,152,90); }
H1.HeaderClassName
{
color: #4E985A;
}
.AnyTagClassName
{
color: #4E985A;
}
</style>
background-color css
<style>
a { background-color: #4E985A; }
a { background-color: rgb(78,152,90); }
div.DivClassName
{
background-color: #4E985A;
}
.BgClassName
{
background-color: #4E985A;
}
</style>
border-color css
<style>
span { border-color: #4E985A; }
span { border-color: rgb(78,152,90); }
td.TdClassName
{
border-color: #4E985A;
}
.TagClassName
{
border-color: #4E985A;
}
</style>