Shades of Fruit Salad #4E924A
Tints of Fruit Salad #4E924A
RGB
CMYK
RGB Variations
Color information
#4E924A (or 0x4E924A) is known color: Fruit Salad. HEX triplet: 4E, 92 and 4A. RGB value is (78,146,74). Sum of RGB (Red+Green+Blue) = 78+146+74=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #4E924A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E924A is #B16DB5. Grayscale: #757575. Windows color (decimal): -11627958 or 4887118. OLE color: 4887118.
HSL color Cylindrical-coordinate representation of color #4E924A: hue angle of 116.67º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E924A is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 146 | 74 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.43 |
| HSL | 116.67º | 0.33% | 0.43% | - |
| HSV(B) | 116.67º | 0.49% | 0.57% | - |
| XYZ | 14.66 | 22.67 | 10.08 | - |
| YUV | 117.46 | 103.47 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 146 | 74 | 0.47 | 0 | 0.49 | 0.43 | 116.67 | 0.33 | 0.43 |
| Hex | 4E | 92 | 4A | 2F | 0 | 31 | 2B | 75 | 21 | 2B |
| Octal | 116 | 222 | 112 | 57 | 0 | 61 | 53 | 165 | 41 | 53 |
| Binary | 1001110 | 10010010 | 1001010 | 101111 | 0 | 110001 | 101011 | 1110101 | 100001 | 101011 |
Color Harmonies of #4E924A
Complementary color
Monochromatic Colors of #4E924A
Black with #4E924A
Text Example
Text Example
White with #4E924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E924A; }
p { color: rgb(78,146,74); }
H1.HeaderClassName
{
color: #4E924A;
}
.AnyTagClassName
{
color: #4E924A;
}
</style>
background-color css
<style>
a { background-color: #4E924A; }
a { background-color: rgb(78,146,74); }
div.DivClassName
{
background-color: #4E924A;
}
.BgClassName
{
background-color: #4E924A;
}
</style>
border-color css
<style>
span { border-color: #4E924A; }
span { border-color: rgb(78,146,74); }
td.TdClassName
{
border-color: #4E924A;
}
.TagClassName
{
border-color: #4E924A;
}
</style>