Shades of Fruit Salad #3EC655
Tints of Fruit Salad #3EC655
RGB
CMYK
RGB Variations
Color information
#3EC655 (or 0x3EC655) is known color: Fruit Salad. HEX triplet: 3E, C6 and 55. RGB value is (62,198,85). Sum of RGB (Red+Green+Blue) = 62+198+85=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 198 (77.73% from 255 or 57.39% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 198 - color contains mainly: green. Hex color #3EC655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EC655 is #C139AA. Grayscale: #909090. Windows color (decimal): -12663211 or 5621310. OLE color: 5621310.
HSL color Cylindrical-coordinate representation of color #3EC655: hue angle of 130.15º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC655 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 198 | 85 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.22 |
| HSL | 130.15º | 0.54% | 0.51% | - |
| HSV(B) | 130.15º | 0.69% | 0.78% | - |
| XYZ | 23.82 | 42.07 | 15.46 | - |
| YUV | 144.45 | 94.44 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 198 | 85 | 0.69 | 0 | 0.57 | 0.22 | 130.15 | 0.54 | 0.51 |
| Hex | 3E | C6 | 55 | 45 | 0 | 39 | 16 | 82 | 36 | 33 |
| Octal | 76 | 306 | 125 | 105 | 0 | 71 | 26 | 202 | 66 | 63 |
| Binary | 111110 | 11000110 | 1010101 | 1000101 | 0 | 111001 | 10110 | 10000010 | 110110 | 110011 |
Color Harmonies of #3EC655
Complementary color
Monochromatic Colors of #3EC655
Black with #3EC655
Text Example
Text Example
White with #3EC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC655; }
p { color: rgb(62,198,85); }
H1.HeaderClassName
{
color: #3EC655;
}
.AnyTagClassName
{
color: #3EC655;
}
</style>
background-color css
<style>
a { background-color: #3EC655; }
a { background-color: rgb(62,198,85); }
div.DivClassName
{
background-color: #3EC655;
}
.BgClassName
{
background-color: #3EC655;
}
</style>
border-color css
<style>
span { border-color: #3EC655; }
span { border-color: rgb(62,198,85); }
td.TdClassName
{
border-color: #3EC655;
}
.TagClassName
{
border-color: #3EC655;
}
</style>