Shades of Fruit Salad #3EC456
Tints of Fruit Salad #3EC456
RGB
CMYK
RGB Variations
Color information
#3EC456 (or 0x3EC456) is known color: Fruit Salad. HEX triplet: 3E, C4 and 56. RGB value is (62,196,86). Sum of RGB (Red+Green+Blue) = 62+196+86=344 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.02% from 344); Green value is 196 (76.95% from 255 or 56.98% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 196 - color contains mainly: green. Hex color #3EC456 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EC456 is #C13BA9. Grayscale: #8F8F8F. Windows color (decimal): -12663722 or 5686334. OLE color: 5686334.
HSL color Cylindrical-coordinate representation of color #3EC456: hue angle of 130.75º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC456 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 62 | 196 | 86 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.23 |
| HSL | 130.75º | 0.53% | 0.51% | - |
| HSV(B) | 130.75º | 0.68% | 0.77% | - |
| XYZ | 23.41 | 41.18 | 15.52 | - |
| YUV | 143.39 | 95.61 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 196 | 86 | 0.68 | 0 | 0.56 | 0.23 | 130.75 | 0.53 | 0.51 |
| Hex | 3E | C4 | 56 | 44 | 0 | 38 | 17 | 83 | 35 | 33 |
| Octal | 76 | 304 | 126 | 104 | 0 | 70 | 27 | 203 | 65 | 63 |
| Binary | 111110 | 11000100 | 1010110 | 1000100 | 0 | 111000 | 10111 | 10000011 | 110101 | 110011 |
Color Harmonies of #3EC456
Complementary color
Monochromatic Colors of #3EC456
Black with #3EC456
Text Example
Text Example
White with #3EC456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC456; }
p { color: rgb(62,196,86); }
H1.HeaderClassName
{
color: #3EC456;
}
.AnyTagClassName
{
color: #3EC456;
}
</style>
background-color css
<style>
a { background-color: #3EC456; }
a { background-color: rgb(62,196,86); }
div.DivClassName
{
background-color: #3EC456;
}
.BgClassName
{
background-color: #3EC456;
}
</style>
border-color css
<style>
span { border-color: #3EC456; }
span { border-color: rgb(62,196,86); }
td.TdClassName
{
border-color: #3EC456;
}
.TagClassName
{
border-color: #3EC456;
}
</style>