Shades of Fruit Salad #3EBC4C
Tints of Fruit Salad #3EBC4C
RGB
CMYK
RGB Variations
Color information
#3EBC4C (or 0x3EBC4C) is known color: Fruit Salad. HEX triplet: 3E, BC and 4C. RGB value is (62,188,76). Sum of RGB (Red+Green+Blue) = 62+188+76=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #3EBC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EBC4C is #C143B3. Grayscale: #898989. Windows color (decimal): -12665780 or 5028926. OLE color: 5028926.
HSL color Cylindrical-coordinate representation of color #3EBC4C: hue angle of 126.67º 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 #3EBC4C is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 188 | 76 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.26 |
| HSL | 126.67º | 0.5% | 0.49% | - |
| HSV(B) | 126.67º | 0.67% | 0.74% | - |
| XYZ | 21.27 | 37.51 | 12.96 | - |
| YUV | 137.56 | 93.26 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 188 | 76 | 0.67 | 0 | 0.60 | 0.26 | 126.67 | 0.5 | 0.49 |
| Hex | 3E | BC | 4C | 43 | 0 | 3C | 1A | 7F | 32 | 31 |
| Octal | 76 | 274 | 114 | 103 | 0 | 74 | 32 | 177 | 62 | 61 |
| Binary | 111110 | 10111100 | 1001100 | 1000011 | 0 | 111100 | 11010 | 1111111 | 110010 | 110001 |
Color Harmonies of #3EBC4C
Complementary color
Monochromatic Colors of #3EBC4C
Black with #3EBC4C
Text Example
Text Example
White with #3EBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBC4C; }
p { color: rgb(62,188,76); }
H1.HeaderClassName
{
color: #3EBC4C;
}
.AnyTagClassName
{
color: #3EBC4C;
}
</style>
background-color css
<style>
a { background-color: #3EBC4C; }
a { background-color: rgb(62,188,76); }
div.DivClassName
{
background-color: #3EBC4C;
}
.BgClassName
{
background-color: #3EBC4C;
}
</style>
border-color css
<style>
span { border-color: #3EBC4C; }
span { border-color: rgb(62,188,76); }
td.TdClassName
{
border-color: #3EBC4C;
}
.TagClassName
{
border-color: #3EBC4C;
}
</style>