Shades of Emerald #3FCF6F
Tints of Emerald #3FCF6F
RGB
CMYK
RGB Variations
Color information
#3FCF6F (or 0x3FCF6F) is known color: Emerald. HEX triplet: 3F, CF and 6F. RGB value is (63,207,111). Sum of RGB (Red+Green+Blue) = 63+207+111=381 (50% of max value = 765). Red value is 63 (25% from 255 or 16.54% from 381); Green value is 207 (81.25% from 255 or 54.33% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCF6F is #C03090. Grayscale: #999999. Windows color (decimal): -12595345 or 7327551. OLE color: 7327551.
HSL color Cylindrical-coordinate representation of color #3FCF6F: hue angle of 140º 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 #3FCF6F is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 111 | - |
| CMYK | 0.70 | 0 | 0.46 | 0.19 |
| HSL | 140º | 0.6% | 0.53% | - |
| HSV(B) | 140º | 0.7% | 0.81% | - |
| XYZ | 27.23 | 46.83 | 22.64 | - |
| YUV | 153 | 104.29 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 111 | 0.70 | 0 | 0.46 | 0.19 | 140 | 0.6 | 0.53 |
| Hex | 3F | CF | 6F | 46 | 0 | 2E | 13 | 8C | 3C | 35 |
| Octal | 77 | 317 | 157 | 106 | 0 | 56 | 23 | 214 | 74 | 65 |
| Binary | 111111 | 11001111 | 1101111 | 1000110 | 0 | 101110 | 10011 | 10001100 | 111100 | 110101 |
Color Harmonies of #3FCF6F
Complementary color
Monochromatic Colors of #3FCF6F
Black with #3FCF6F
Text Example
Text Example
White with #3FCF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCF6F; }
p { color: rgb(63,207,111); }
H1.HeaderClassName
{
color: #3FCF6F;
}
.AnyTagClassName
{
color: #3FCF6F;
}
</style>
background-color css
<style>
a { background-color: #3FCF6F; }
a { background-color: rgb(63,207,111); }
div.DivClassName
{
background-color: #3FCF6F;
}
.BgClassName
{
background-color: #3FCF6F;
}
</style>
border-color css
<style>
span { border-color: #3FCF6F; }
span { border-color: rgb(63,207,111); }
td.TdClassName
{
border-color: #3FCF6F;
}
.TagClassName
{
border-color: #3FCF6F;
}
</style>