Shades of Fruit Salad #3EB94C
Tints of Fruit Salad #3EB94C
RGB
CMYK
RGB Variations
Color information
#3EB94C (or 0x3EB94C) is known color: Fruit Salad. HEX triplet: 3E, B9 and 4C. RGB value is (62,185,76). Sum of RGB (Red+Green+Blue) = 62+185+76=323 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.20% from 323); Green value is 185 (72.66% from 255 or 57.28% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 185 - color contains mainly: green. Hex color #3EB94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EB94C is #C146B3. Grayscale: #888888. Windows color (decimal): -12666548 or 5028158. OLE color: 5028158.
HSL color Cylindrical-coordinate representation of color #3EB94C: hue angle of 126.83º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3EB94C is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 185 | 76 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.27 |
| HSL | 126.83º | 0.5% | 0.48% | - |
| HSV(B) | 126.83º | 0.66% | 0.73% | - |
| XYZ | 20.64 | 36.24 | 12.75 | - |
| YUV | 135.8 | 94.25 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 185 | 76 | 0.66 | 0 | 0.59 | 0.27 | 126.83 | 0.5 | 0.48 |
| Hex | 3E | B9 | 4C | 42 | 0 | 3B | 1B | 7F | 32 | 30 |
| Octal | 76 | 271 | 114 | 102 | 0 | 73 | 33 | 177 | 62 | 60 |
| Binary | 111110 | 10111001 | 1001100 | 1000010 | 0 | 111011 | 11011 | 1111111 | 110010 | 110000 |
Color Harmonies of #3EB94C
Complementary color
Monochromatic Colors of #3EB94C
Black with #3EB94C
Text Example
Text Example
White with #3EB94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB94C; }
p { color: rgb(62,185,76); }
H1.HeaderClassName
{
color: #3EB94C;
}
.AnyTagClassName
{
color: #3EB94C;
}
</style>
background-color css
<style>
a { background-color: #3EB94C; }
a { background-color: rgb(62,185,76); }
div.DivClassName
{
background-color: #3EB94C;
}
.BgClassName
{
background-color: #3EB94C;
}
</style>
border-color css
<style>
span { border-color: #3EB94C; }
span { border-color: rgb(62,185,76); }
td.TdClassName
{
border-color: #3EB94C;
}
.TagClassName
{
border-color: #3EB94C;
}
</style>