Shades of Emerald #3FE07C
Tints of Emerald #3FE07C
RGB
CMYK
RGB Variations
Color information
#3FE07C (or 0x3FE07C) is known color: Emerald. HEX triplet: 3F, E0 and 7C. RGB value is (63,224,124). Sum of RGB (Red+Green+Blue) = 63+224+124=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 224 (87.89% from 255 or 54.50% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE07C is #C01F83. Grayscale: #A4A4A4. Windows color (decimal): -12590980 or 8183871. OLE color: 8183871.
HSL color Cylindrical-coordinate representation of color #3FE07C: hue angle of 142.73º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE07C is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 124 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.12 |
| HSL | 142.73º | 0.72% | 0.56% | - |
| HSV(B) | 142.73º | 0.72% | 0.88% | - |
| XYZ | 32.34 | 55.82 | 28.14 | - |
| YUV | 164.46 | 105.16 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 124 | 0.72 | 0 | 0.45 | 0.12 | 142.73 | 0.72 | 0.56 |
| Hex | 3F | E0 | 7C | 48 | 0 | 2D | C | 8F | 48 | 38 |
| Octal | 77 | 340 | 174 | 110 | 0 | 55 | 14 | 217 | 110 | 70 |
| Binary | 111111 | 11100000 | 1111100 | 1001000 | 0 | 101101 | 1100 | 10001111 | 1001000 | 111000 |
Color Harmonies of #3FE07C
Complementary color
Monochromatic Colors of #3FE07C
Black with #3FE07C
Text Example
Text Example
White with #3FE07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE07C; }
p { color: rgb(63,224,124); }
H1.HeaderClassName
{
color: #3FE07C;
}
.AnyTagClassName
{
color: #3FE07C;
}
</style>
background-color css
<style>
a { background-color: #3FE07C; }
a { background-color: rgb(63,224,124); }
div.DivClassName
{
background-color: #3FE07C;
}
.BgClassName
{
background-color: #3FE07C;
}
</style>
border-color css
<style>
span { border-color: #3FE07C; }
span { border-color: rgb(63,224,124); }
td.TdClassName
{
border-color: #3FE07C;
}
.TagClassName
{
border-color: #3FE07C;
}
</style>