Shades of Emerald #3FCF73
Tints of Emerald #3FCF73
RGB
CMYK
RGB Variations
Color information
#3FCF73 (or 0x3FCF73) is known color: Emerald. HEX triplet: 3F, CF and 73. RGB value is (63,207,115). Sum of RGB (Red+Green+Blue) = 63+207+115=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCF73 is #C0308C. Grayscale: #999999. Windows color (decimal): -12595341 or 7589695. OLE color: 7589695.
HSL color Cylindrical-coordinate representation of color #3FCF73: hue angle of 141.67º 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 #3FCF73 is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 115 | - |
| CMYK | 0.70 | 0 | 0.44 | 0.19 |
| HSL | 141.67º | 0.6% | 0.53% | - |
| HSV(B) | 141.67º | 0.7% | 0.81% | - |
| XYZ | 27.46 | 46.92 | 23.83 | - |
| YUV | 153.46 | 106.29 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 115 | 0.70 | 0 | 0.44 | 0.19 | 141.67 | 0.6 | 0.53 |
| Hex | 3F | CF | 73 | 46 | 0 | 2C | 13 | 8E | 3C | 35 |
| Octal | 77 | 317 | 163 | 106 | 0 | 54 | 23 | 216 | 74 | 65 |
| Binary | 111111 | 11001111 | 1110011 | 1000110 | 0 | 101100 | 10011 | 10001110 | 111100 | 110101 |
Color Harmonies of #3FCF73
Complementary color
Monochromatic Colors of #3FCF73
Black with #3FCF73
Text Example
Text Example
White with #3FCF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCF73; }
p { color: rgb(63,207,115); }
H1.HeaderClassName
{
color: #3FCF73;
}
.AnyTagClassName
{
color: #3FCF73;
}
</style>
background-color css
<style>
a { background-color: #3FCF73; }
a { background-color: rgb(63,207,115); }
div.DivClassName
{
background-color: #3FCF73;
}
.BgClassName
{
background-color: #3FCF73;
}
</style>
border-color css
<style>
span { border-color: #3FCF73; }
span { border-color: rgb(63,207,115); }
td.TdClassName
{
border-color: #3FCF73;
}
.TagClassName
{
border-color: #3FCF73;
}
</style>