Shades of Emerald #3FCF7D
Tints of Emerald #3FCF7D
RGB
CMYK
RGB Variations
Color information
#3FCF7D (or 0x3FCF7D) is known color: Emerald. HEX triplet: 3F, CF and 7D. RGB value is (63,207,125). Sum of RGB (Red+Green+Blue) = 63+207+125=395 (52% of max value = 765). Red value is 63 (25% from 255 or 15.95% from 395); Green value is 207 (81.25% from 255 or 52.41% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCF7D is #C03082. Grayscale: #9A9A9A. Windows color (decimal): -12595331 or 8245055. OLE color: 8245055.
HSL color Cylindrical-coordinate representation of color #3FCF7D: hue angle of 145.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCF7D is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 125 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.19 |
| HSL | 145.83º | 0.6% | 0.53% | - |
| HSV(B) | 145.83º | 0.7% | 0.81% | - |
| XYZ | 28.06 | 47.16 | 27.03 | - |
| YUV | 154.6 | 111.29 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 125 | 0.70 | 0 | 0.40 | 0.19 | 145.83 | 0.6 | 0.53 |
| Hex | 3F | CF | 7D | 46 | 0 | 28 | 13 | 92 | 3C | 35 |
| Octal | 77 | 317 | 175 | 106 | 0 | 50 | 23 | 222 | 74 | 65 |
| Binary | 111111 | 11001111 | 1111101 | 1000110 | 0 | 101000 | 10011 | 10010010 | 111100 | 110101 |
Color Harmonies of #3FCF7D
Complementary color
Monochromatic Colors of #3FCF7D
Black with #3FCF7D
Text Example
Text Example
White with #3FCF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCF7D; }
p { color: rgb(63,207,125); }
H1.HeaderClassName
{
color: #3FCF7D;
}
.AnyTagClassName
{
color: #3FCF7D;
}
</style>
background-color css
<style>
a { background-color: #3FCF7D; }
a { background-color: rgb(63,207,125); }
div.DivClassName
{
background-color: #3FCF7D;
}
.BgClassName
{
background-color: #3FCF7D;
}
</style>
border-color css
<style>
span { border-color: #3FCF7D; }
span { border-color: rgb(63,207,125); }
td.TdClassName
{
border-color: #3FCF7D;
}
.TagClassName
{
border-color: #3FCF7D;
}
</style>