Shades of Fruit Salad #4EA23D
Tints of Fruit Salad #4EA23D
RGB
CMYK
RGB Variations
Color information
#4EA23D (or 0x4EA23D) is known color: Fruit Salad. HEX triplet: 4E, A2 and 3D. RGB value is (78,162,61). Sum of RGB (Red+Green+Blue) = 78+162+61=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 162 (63.67% from 255 or 53.82% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA23D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA23D is #B15DC2. Grayscale: #7D7D7D. Windows color (decimal): -11623875 or 4039246. OLE color: 4039246.
HSL color Cylindrical-coordinate representation of color #4EA23D: hue angle of 109.9º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EA23D is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 162 | 61 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.36 |
| HSL | 109.9º | 0.45% | 0.44% | - |
| HSV(B) | 109.9º | 0.62% | 0.64% | - |
| XYZ | 16.9 | 27.8 | 8.89 | - |
| YUV | 125.37 | 91.67 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 61 | 0.52 | 0 | 0.62 | 0.36 | 109.9 | 0.45 | 0.44 |
| Hex | 4E | A2 | 3D | 34 | 0 | 3E | 24 | 6E | 2D | 2C |
| Octal | 116 | 242 | 75 | 64 | 0 | 76 | 44 | 156 | 55 | 54 |
| Binary | 1001110 | 10100010 | 111101 | 110100 | 0 | 111110 | 100100 | 1101110 | 101101 | 101100 |
Color Harmonies of #4EA23D
Complementary color
Monochromatic Colors of #4EA23D
Black with #4EA23D
Text Example
Text Example
White with #4EA23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA23D; }
p { color: rgb(78,162,61); }
H1.HeaderClassName
{
color: #4EA23D;
}
.AnyTagClassName
{
color: #4EA23D;
}
</style>
background-color css
<style>
a { background-color: #4EA23D; }
a { background-color: rgb(78,162,61); }
div.DivClassName
{
background-color: #4EA23D;
}
.BgClassName
{
background-color: #4EA23D;
}
</style>
border-color css
<style>
span { border-color: #4EA23D; }
span { border-color: rgb(78,162,61); }
td.TdClassName
{
border-color: #4EA23D;
}
.TagClassName
{
border-color: #4EA23D;
}
</style>