Shades of Fruit Salad #3EC352
Tints of Fruit Salad #3EC352
RGB
CMYK
RGB Variations
Color information
#3EC352 (or 0x3EC352) is known color: Fruit Salad. HEX triplet: 3E, C3 and 52. RGB value is (62,195,82). Sum of RGB (Red+Green+Blue) = 62+195+82=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #3EC352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EC352 is #C13CAD. Grayscale: #8E8E8E. Windows color (decimal): -12663982 or 5423934. OLE color: 5423934.
HSL color Cylindrical-coordinate representation of color #3EC352: hue angle of 129.02º 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 #3EC352 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 195 | 82 | - |
| CMYK | 0.68 | 0 | 0.58 | 0.24 |
| HSL | 129.02º | 0.53% | 0.5% | - |
| HSV(B) | 129.02º | 0.68% | 0.76% | - |
| XYZ | 23.02 | 40.66 | 14.62 | - |
| YUV | 142.35 | 93.94 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 195 | 82 | 0.68 | 0 | 0.58 | 0.24 | 129.02 | 0.53 | 0.5 |
| Hex | 3E | C3 | 52 | 44 | 0 | 3A | 18 | 81 | 35 | 32 |
| Octal | 76 | 303 | 122 | 104 | 0 | 72 | 30 | 201 | 65 | 62 |
| Binary | 111110 | 11000011 | 1010010 | 1000100 | 0 | 111010 | 11000 | 10000001 | 110101 | 110010 |
Color Harmonies of #3EC352
Complementary color
Monochromatic Colors of #3EC352
Black with #3EC352
Text Example
Text Example
White with #3EC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC352; }
p { color: rgb(62,195,82); }
H1.HeaderClassName
{
color: #3EC352;
}
.AnyTagClassName
{
color: #3EC352;
}
</style>
background-color css
<style>
a { background-color: #3EC352; }
a { background-color: rgb(62,195,82); }
div.DivClassName
{
background-color: #3EC352;
}
.BgClassName
{
background-color: #3EC352;
}
</style>
border-color css
<style>
span { border-color: #3EC352; }
span { border-color: rgb(62,195,82); }
td.TdClassName
{
border-color: #3EC352;
}
.TagClassName
{
border-color: #3EC352;
}
</style>