Shades of Emerald #3FEC74
Tints of Emerald #3FEC74
RGB
CMYK
RGB Variations
Color information
#3FEC74 (or 0x3FEC74) is known color: Emerald. HEX triplet: 3F, EC and 74. RGB value is (63,236,116). Sum of RGB (Red+Green+Blue) = 63+236+116=415 (54% of max value = 765). Red value is 63 (25% from 255 or 15.18% from 415); Green value is 236 (92.58% from 255 or 56.87% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FEC74 is #C0138B. Grayscale: #AAAAAA. Windows color (decimal): -12587916 or 7662655. OLE color: 7662655.
HSL color Cylindrical-coordinate representation of color #3FEC74: hue angle of 138.38º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEC74 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 116 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.07 |
| HSL | 138.38º | 0.82% | 0.59% | - |
| HSV(B) | 138.38º | 0.73% | 0.93% | - |
| XYZ | 35.2 | 62.31 | 26.69 | - |
| YUV | 170.59 | 97.19 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 116 | 0.73 | 0 | 0.51 | 0.07 | 138.38 | 0.82 | 0.59 |
| Hex | 3F | EC | 74 | 49 | 0 | 33 | 7 | 8A | 52 | 3B |
| Octal | 77 | 354 | 164 | 111 | 0 | 63 | 7 | 212 | 122 | 73 |
| Binary | 111111 | 11101100 | 1110100 | 1001001 | 0 | 110011 | 111 | 10001010 | 1010010 | 111011 |
Color Harmonies of #3FEC74
Complementary color
Monochromatic Colors of #3FEC74
Black with #3FEC74
Text Example
Text Example
White with #3FEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC74; }
p { color: rgb(63,236,116); }
H1.HeaderClassName
{
color: #3FEC74;
}
.AnyTagClassName
{
color: #3FEC74;
}
</style>
background-color css
<style>
a { background-color: #3FEC74; }
a { background-color: rgb(63,236,116); }
div.DivClassName
{
background-color: #3FEC74;
}
.BgClassName
{
background-color: #3FEC74;
}
</style>
border-color css
<style>
span { border-color: #3FEC74; }
span { border-color: rgb(63,236,116); }
td.TdClassName
{
border-color: #3FEC74;
}
.TagClassName
{
border-color: #3FEC74;
}
</style>