Shades of Fruit Salad #3EB04D
Tints of Fruit Salad #3EB04D
RGB
CMYK
RGB Variations
Color information
#3EB04D (or 0x3EB04D) is known color: Fruit Salad. HEX triplet: 3E, B0 and 4D. RGB value is (62,176,77). Sum of RGB (Red+Green+Blue) = 62+176+77=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 176 (69.14% from 255 or 55.87% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 176 - color contains mainly: green. Hex color #3EB04D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3EB04D is #C14FB2. Grayscale: #828282. Windows color (decimal): -12668851 or 5091390. OLE color: 5091390.
HSL color Cylindrical-coordinate representation of color #3EB04D: hue angle of 127.89º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3EB04D is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 176 | 77 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.31 |
| HSL | 127.89º | 0.48% | 0.47% | - |
| HSV(B) | 127.89º | 0.65% | 0.69% | - |
| XYZ | 18.85 | 32.61 | 12.32 | - |
| YUV | 130.63 | 97.73 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 176 | 77 | 0.65 | 0 | 0.56 | 0.31 | 127.89 | 0.48 | 0.47 |
| Hex | 3E | B0 | 4D | 41 | 0 | 38 | 1F | 80 | 30 | 2F |
| Octal | 76 | 260 | 115 | 101 | 0 | 70 | 37 | 200 | 60 | 57 |
| Binary | 111110 | 10110000 | 1001101 | 1000001 | 0 | 111000 | 11111 | 10000000 | 110000 | 101111 |
Color Harmonies of #3EB04D
Complementary color
Monochromatic Colors of #3EB04D
Black with #3EB04D
Text Example
Text Example
White with #3EB04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB04D; }
p { color: rgb(62,176,77); }
H1.HeaderClassName
{
color: #3EB04D;
}
.AnyTagClassName
{
color: #3EB04D;
}
</style>
background-color css
<style>
a { background-color: #3EB04D; }
a { background-color: rgb(62,176,77); }
div.DivClassName
{
background-color: #3EB04D;
}
.BgClassName
{
background-color: #3EB04D;
}
</style>
border-color css
<style>
span { border-color: #3EB04D; }
span { border-color: rgb(62,176,77); }
td.TdClassName
{
border-color: #3EB04D;
}
.TagClassName
{
border-color: #3EB04D;
}
</style>