Shades of Emerald #3FDC87
Tints of Emerald #3FDC87
RGB
CMYK
RGB Variations
Color information
#3FDC87 (or 0x3FDC87) is known color: Emerald. HEX triplet: 3F, DC and 87. RGB value is (63,220,135). Sum of RGB (Red+Green+Blue) = 63+220+135=418 (55% of max value = 765). Red value is 63 (25% from 255 or 15.07% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDC87 is #C02378. Grayscale: #A3A3A3. Windows color (decimal): -12591993 or 8903743. OLE color: 8903743.
HSL color Cylindrical-coordinate representation of color #3FDC87: hue angle of 147.52º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDC87 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 135 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.14 |
| HSL | 147.52º | 0.69% | 0.55% | - |
| HSV(B) | 147.52º | 0.71% | 0.86% | - |
| XYZ | 32.02 | 53.99 | 31.66 | - |
| YUV | 163.37 | 111.99 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 135 | 0.71 | 0 | 0.39 | 0.14 | 147.52 | 0.69 | 0.55 |
| Hex | 3F | DC | 87 | 47 | 0 | 27 | E | 94 | 45 | 37 |
| Octal | 77 | 334 | 207 | 107 | 0 | 47 | 16 | 224 | 105 | 67 |
| Binary | 111111 | 11011100 | 10000111 | 1000111 | 0 | 100111 | 1110 | 10010100 | 1000101 | 110111 |
Color Harmonies of #3FDC87
Complementary color
Monochromatic Colors of #3FDC87
Black with #3FDC87
Text Example
Text Example
White with #3FDC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC87; }
p { color: rgb(63,220,135); }
H1.HeaderClassName
{
color: #3FDC87;
}
.AnyTagClassName
{
color: #3FDC87;
}
</style>
background-color css
<style>
a { background-color: #3FDC87; }
a { background-color: rgb(63,220,135); }
div.DivClassName
{
background-color: #3FDC87;
}
.BgClassName
{
background-color: #3FDC87;
}
</style>
border-color css
<style>
span { border-color: #3FDC87; }
span { border-color: rgb(63,220,135); }
td.TdClassName
{
border-color: #3FDC87;
}
.TagClassName
{
border-color: #3FDC87;
}
</style>