Shades of Fruit Salad #3EC556
Tints of Fruit Salad #3EC556
RGB
CMYK
RGB Variations
Color information
#3EC556 (or 0x3EC556) is known color: Fruit Salad. HEX triplet: 3E, C5 and 56. RGB value is (62,197,86). Sum of RGB (Red+Green+Blue) = 62+197+86=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #3EC556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EC556 is #C13AA9. Grayscale: #909090. Windows color (decimal): -12663466 or 5686590. OLE color: 5686590.
HSL color Cylindrical-coordinate representation of color #3EC556: hue angle of 130.67º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC556 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 62 | 197 | 86 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.23 |
| HSL | 130.67º | 0.54% | 0.51% | - |
| HSV(B) | 130.67º | 0.69% | 0.77% | - |
| XYZ | 23.63 | 41.63 | 15.59 | - |
| YUV | 143.98 | 95.27 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 197 | 86 | 0.69 | 0 | 0.56 | 0.23 | 130.67 | 0.54 | 0.51 |
| Hex | 3E | C5 | 56 | 45 | 0 | 38 | 17 | 83 | 36 | 33 |
| Octal | 76 | 305 | 126 | 105 | 0 | 70 | 27 | 203 | 66 | 63 |
| Binary | 111110 | 11000101 | 1010110 | 1000101 | 0 | 111000 | 10111 | 10000011 | 110110 | 110011 |
Color Harmonies of #3EC556
Complementary color
Monochromatic Colors of #3EC556
Black with #3EC556
Text Example
Text Example
White with #3EC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC556; }
p { color: rgb(62,197,86); }
H1.HeaderClassName
{
color: #3EC556;
}
.AnyTagClassName
{
color: #3EC556;
}
</style>
background-color css
<style>
a { background-color: #3EC556; }
a { background-color: rgb(62,197,86); }
div.DivClassName
{
background-color: #3EC556;
}
.BgClassName
{
background-color: #3EC556;
}
</style>
border-color css
<style>
span { border-color: #3EC556; }
span { border-color: rgb(62,197,86); }
td.TdClassName
{
border-color: #3EC556;
}
.TagClassName
{
border-color: #3EC556;
}
</style>