Shades of Fruit Salad #3EB542
Tints of Fruit Salad #3EB542
RGB
CMYK
RGB Variations
Color information
#3EB542 (or 0x3EB542) is known color: Fruit Salad. HEX triplet: 3E, B5 and 42. RGB value is (62,181,66). Sum of RGB (Red+Green+Blue) = 62+181+66=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 181 (71.09% from 255 or 58.58% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 181 - color contains mainly: green. Hex color #3EB542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EB542 is #C14ABD. Grayscale: #848484. Windows color (decimal): -12667582 or 4371774. OLE color: 4371774.
HSL color Cylindrical-coordinate representation of color #3EB542: hue angle of 122.02º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3EB542 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 62 | 181 | 66 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.29 |
| HSL | 122.02º | 0.49% | 0.48% | - |
| HSV(B) | 122.02º | 0.66% | 0.71% | - |
| XYZ | 19.49 | 34.47 | 10.78 | - |
| YUV | 132.31 | 90.58 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 181 | 66 | 0.66 | 0 | 0.64 | 0.29 | 122.02 | 0.49 | 0.48 |
| Hex | 3E | B5 | 42 | 42 | 0 | 40 | 1D | 7A | 31 | 30 |
| Octal | 76 | 265 | 102 | 102 | 0 | 100 | 35 | 172 | 61 | 60 |
| Binary | 111110 | 10110101 | 1000010 | 1000010 | 0 | 1000000 | 11101 | 1111010 | 110001 | 110000 |
Color Harmonies of #3EB542
Complementary color
Monochromatic Colors of #3EB542
Black with #3EB542
Text Example
Text Example
White with #3EB542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB542; }
p { color: rgb(62,181,66); }
H1.HeaderClassName
{
color: #3EB542;
}
.AnyTagClassName
{
color: #3EB542;
}
</style>
background-color css
<style>
a { background-color: #3EB542; }
a { background-color: rgb(62,181,66); }
div.DivClassName
{
background-color: #3EB542;
}
.BgClassName
{
background-color: #3EB542;
}
</style>
border-color css
<style>
span { border-color: #3EB542; }
span { border-color: rgb(62,181,66); }
td.TdClassName
{
border-color: #3EB542;
}
.TagClassName
{
border-color: #3EB542;
}
</style>