Shades of Fruit Salad #3EC354
Tints of Fruit Salad #3EC354
RGB
CMYK
RGB Variations
Color information
#3EC354 (or 0x3EC354) is known color: Fruit Salad. HEX triplet: 3E, C3 and 54. RGB value is (62,195,84). Sum of RGB (Red+Green+Blue) = 62+195+84=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #3EC354 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EC354 is #C13CAB. Grayscale: #8E8E8E. Windows color (decimal): -12663980 or 5555006. OLE color: 5555006.
HSL color Cylindrical-coordinate representation of color #3EC354: hue angle of 129.92º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC354 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 195 | 84 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.24 |
| HSL | 129.92º | 0.53% | 0.5% | - |
| HSV(B) | 129.92º | 0.68% | 0.76% | - |
| XYZ | 23.1 | 40.69 | 15.02 | - |
| YUV | 142.58 | 94.94 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 195 | 84 | 0.68 | 0 | 0.57 | 0.24 | 129.92 | 0.53 | 0.5 |
| Hex | 3E | C3 | 54 | 44 | 0 | 39 | 18 | 82 | 35 | 32 |
| Octal | 76 | 303 | 124 | 104 | 0 | 71 | 30 | 202 | 65 | 62 |
| Binary | 111110 | 11000011 | 1010100 | 1000100 | 0 | 111001 | 11000 | 10000010 | 110101 | 110010 |
Color Harmonies of #3EC354
Complementary color
Monochromatic Colors of #3EC354
Black with #3EC354
Text Example
Text Example
White with #3EC354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC354; }
p { color: rgb(62,195,84); }
H1.HeaderClassName
{
color: #3EC354;
}
.AnyTagClassName
{
color: #3EC354;
}
</style>
background-color css
<style>
a { background-color: #3EC354; }
a { background-color: rgb(62,195,84); }
div.DivClassName
{
background-color: #3EC354;
}
.BgClassName
{
background-color: #3EC354;
}
</style>
border-color css
<style>
span { border-color: #3EC354; }
span { border-color: rgb(62,195,84); }
td.TdClassName
{
border-color: #3EC354;
}
.TagClassName
{
border-color: #3EC354;
}
</style>