Shades of Fruit Salad #3EBC4D
Tints of Fruit Salad #3EBC4D
RGB
CMYK
RGB Variations
Color information
#3EBC4D (or 0x3EBC4D) is known color: Fruit Salad. HEX triplet: 3E, BC and 4D. RGB value is (62,188,77). Sum of RGB (Red+Green+Blue) = 62+188+77=327 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.96% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #3EBC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EBC4D is #C143B2. Grayscale: #898989. Windows color (decimal): -12665779 or 5094462. OLE color: 5094462.
HSL color Cylindrical-coordinate representation of color #3EBC4D: hue angle of 127.14º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EBC4D is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 188 | 77 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.26 |
| HSL | 127.14º | 0.5% | 0.49% | - |
| HSV(B) | 127.14º | 0.67% | 0.74% | - |
| XYZ | 21.31 | 37.53 | 13.14 | - |
| YUV | 137.67 | 93.76 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 188 | 77 | 0.67 | 0 | 0.59 | 0.26 | 127.14 | 0.5 | 0.49 |
| Hex | 3E | BC | 4D | 43 | 0 | 3B | 1A | 7F | 32 | 31 |
| Octal | 76 | 274 | 115 | 103 | 0 | 73 | 32 | 177 | 62 | 61 |
| Binary | 111110 | 10111100 | 1001101 | 1000011 | 0 | 111011 | 11010 | 1111111 | 110010 | 110001 |
Color Harmonies of #3EBC4D
Complementary color
Monochromatic Colors of #3EBC4D
Black with #3EBC4D
Text Example
Text Example
White with #3EBC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBC4D; }
p { color: rgb(62,188,77); }
H1.HeaderClassName
{
color: #3EBC4D;
}
.AnyTagClassName
{
color: #3EBC4D;
}
</style>
background-color css
<style>
a { background-color: #3EBC4D; }
a { background-color: rgb(62,188,77); }
div.DivClassName
{
background-color: #3EBC4D;
}
.BgClassName
{
background-color: #3EBC4D;
}
</style>
border-color css
<style>
span { border-color: #3EBC4D; }
span { border-color: rgb(62,188,77); }
td.TdClassName
{
border-color: #3EBC4D;
}
.TagClassName
{
border-color: #3EBC4D;
}
</style>