Shades of Fruit Salad #4E904E
Tints of Fruit Salad #4E904E
RGB
CMYK
RGB Variations
Color information
#4E904E (or 0x4E904E) is known color: Fruit Salad. HEX triplet: 4E, 90 and 4E. RGB value is (78,144,78). Sum of RGB (Red+Green+Blue) = 78+144+78=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #4E904E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E904E is #B16FB1. Grayscale: #747474. Windows color (decimal): -11628466 or 5148750. OLE color: 5148750.
HSL color Cylindrical-coordinate representation of color #4E904E: hue angle of 120º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E904E is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 144 | 78 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.44 |
| HSL | 120º | 0.3% | 0.44% | - |
| HSV(B) | 120º | 0.46% | 0.56% | - |
| XYZ | 14.49 | 22.12 | 10.71 | - |
| YUV | 116.74 | 106.13 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 144 | 78 | 0.46 | 0 | 0.46 | 0.44 | 120 | 0.3 | 0.44 |
| Hex | 4E | 90 | 4E | 2E | 0 | 2E | 2C | 78 | 1E | 2C |
| Octal | 116 | 220 | 116 | 56 | 0 | 56 | 54 | 170 | 36 | 54 |
| Binary | 1001110 | 10010000 | 1001110 | 101110 | 0 | 101110 | 101100 | 1111000 | 11110 | 101100 |
Color Harmonies of #4E904E
Complementary color
Monochromatic Colors of #4E904E
Black with #4E904E
Text Example
Text Example
White with #4E904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E904E; }
p { color: rgb(78,144,78); }
H1.HeaderClassName
{
color: #4E904E;
}
.AnyTagClassName
{
color: #4E904E;
}
</style>
background-color css
<style>
a { background-color: #4E904E; }
a { background-color: rgb(78,144,78); }
div.DivClassName
{
background-color: #4E904E;
}
.BgClassName
{
background-color: #4E904E;
}
</style>
border-color css
<style>
span { border-color: #4E904E; }
span { border-color: rgb(78,144,78); }
td.TdClassName
{
border-color: #4E904E;
}
.TagClassName
{
border-color: #4E904E;
}
</style>