Shades of Fruit Salad #3EB74C
Tints of Fruit Salad #3EB74C
RGB
CMYK
RGB Variations
Color information
#3EB74C (or 0x3EB74C) is known color: Fruit Salad. HEX triplet: 3E, B7 and 4C. RGB value is (62,183,76). Sum of RGB (Red+Green+Blue) = 62+183+76=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #3EB74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EB74C is #C148B3. Grayscale: #868686. Windows color (decimal): -12667060 or 5027646. OLE color: 5027646.
HSL color Cylindrical-coordinate representation of color #3EB74C: hue angle of 126.94º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3EB74C is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 62 | 183 | 76 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.28 |
| HSL | 126.94º | 0.49% | 0.48% | - |
| HSV(B) | 126.94º | 0.66% | 0.72% | - |
| XYZ | 20.22 | 35.41 | 12.61 | - |
| YUV | 134.62 | 94.91 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 183 | 76 | 0.66 | 0 | 0.58 | 0.28 | 126.94 | 0.49 | 0.48 |
| Hex | 3E | B7 | 4C | 42 | 0 | 3A | 1C | 7F | 31 | 30 |
| Octal | 76 | 267 | 114 | 102 | 0 | 72 | 34 | 177 | 61 | 60 |
| Binary | 111110 | 10110111 | 1001100 | 1000010 | 0 | 111010 | 11100 | 1111111 | 110001 | 110000 |
Color Harmonies of #3EB74C
Complementary color
Monochromatic Colors of #3EB74C
Black with #3EB74C
Text Example
Text Example
White with #3EB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB74C; }
p { color: rgb(62,183,76); }
H1.HeaderClassName
{
color: #3EB74C;
}
.AnyTagClassName
{
color: #3EB74C;
}
</style>
background-color css
<style>
a { background-color: #3EB74C; }
a { background-color: rgb(62,183,76); }
div.DivClassName
{
background-color: #3EB74C;
}
.BgClassName
{
background-color: #3EB74C;
}
</style>
border-color css
<style>
span { border-color: #3EB74C; }
span { border-color: rgb(62,183,76); }
td.TdClassName
{
border-color: #3EB74C;
}
.TagClassName
{
border-color: #3EB74C;
}
</style>