Shades of Fruit Salad #3EC455
Tints of Fruit Salad #3EC455
RGB
CMYK
RGB Variations
Color information
#3EC455 (or 0x3EC455) is known color: Fruit Salad. HEX triplet: 3E, C4 and 55. RGB value is (62,196,85). Sum of RGB (Red+Green+Blue) = 62+196+85=343 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.08% from 343); Green value is 196 (76.95% from 255 or 57.14% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 196 - color contains mainly: green. Hex color #3EC455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EC455 is #C13BAA. Grayscale: #8F8F8F. Windows color (decimal): -12663723 or 5620798. OLE color: 5620798.
HSL color Cylindrical-coordinate representation of color #3EC455: hue angle of 130.3º 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 #3EC455 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 62 | 196 | 85 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.23 |
| HSL | 130.3º | 0.53% | 0.51% | - |
| HSV(B) | 130.3º | 0.68% | 0.77% | - |
| XYZ | 23.37 | 41.16 | 15.31 | - |
| YUV | 143.28 | 95.11 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 196 | 85 | 0.68 | 0 | 0.57 | 0.23 | 130.3 | 0.53 | 0.51 |
| Hex | 3E | C4 | 55 | 44 | 0 | 39 | 17 | 82 | 35 | 33 |
| Octal | 76 | 304 | 125 | 104 | 0 | 71 | 27 | 202 | 65 | 63 |
| Binary | 111110 | 11000100 | 1010101 | 1000100 | 0 | 111001 | 10111 | 10000010 | 110101 | 110011 |
Color Harmonies of #3EC455
Complementary color
Monochromatic Colors of #3EC455
Black with #3EC455
Text Example
Text Example
White with #3EC455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC455; }
p { color: rgb(62,196,85); }
H1.HeaderClassName
{
color: #3EC455;
}
.AnyTagClassName
{
color: #3EC455;
}
</style>
background-color css
<style>
a { background-color: #3EC455; }
a { background-color: rgb(62,196,85); }
div.DivClassName
{
background-color: #3EC455;
}
.BgClassName
{
background-color: #3EC455;
}
</style>
border-color css
<style>
span { border-color: #3EC455; }
span { border-color: rgb(62,196,85); }
td.TdClassName
{
border-color: #3EC455;
}
.TagClassName
{
border-color: #3EC455;
}
</style>