Shades of Fruit Salad #3EA04C
Tints of Fruit Salad #3EA04C
RGB
CMYK
RGB Variations
Color information
#3EA04C (or 0x3EA04C) is known color: Fruit Salad. HEX triplet: 3E, A0 and 4C. RGB value is (62,160,76). Sum of RGB (Red+Green+Blue) = 62+160+76=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA04C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3EA04C is #C15FB3. Grayscale: #797979. Windows color (decimal): -12672948 or 5021758. OLE color: 5021758.
HSL color Cylindrical-coordinate representation of color #3EA04C: hue angle of 128.57º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3EA04C is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 62 | 160 | 76 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.37 |
| HSL | 128.57º | 0.44% | 0.44% | - |
| HSV(B) | 128.57º | 0.61% | 0.63% | - |
| XYZ | 15.86 | 26.69 | 11.15 | - |
| YUV | 121.12 | 102.53 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 160 | 76 | 0.61 | 0 | 0.52 | 0.37 | 128.57 | 0.44 | 0.44 |
| Hex | 3E | A0 | 4C | 3D | 0 | 34 | 25 | 81 | 2C | 2C |
| Octal | 76 | 240 | 114 | 75 | 0 | 64 | 45 | 201 | 54 | 54 |
| Binary | 111110 | 10100000 | 1001100 | 111101 | 0 | 110100 | 100101 | 10000001 | 101100 | 101100 |
Color Harmonies of #3EA04C
Complementary color
Monochromatic Colors of #3EA04C
Black with #3EA04C
Text Example
Text Example
White with #3EA04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA04C; }
p { color: rgb(62,160,76); }
H1.HeaderClassName
{
color: #3EA04C;
}
.AnyTagClassName
{
color: #3EA04C;
}
</style>
background-color css
<style>
a { background-color: #3EA04C; }
a { background-color: rgb(62,160,76); }
div.DivClassName
{
background-color: #3EA04C;
}
.BgClassName
{
background-color: #3EA04C;
}
</style>
border-color css
<style>
span { border-color: #3EA04C; }
span { border-color: rgb(62,160,76); }
td.TdClassName
{
border-color: #3EA04C;
}
.TagClassName
{
border-color: #3EA04C;
}
</style>