Shades of Emerald #3FDD87
Tints of Emerald #3FDD87
RGB
CMYK
RGB Variations
Color information
#3FDD87 (or 0x3FDD87) is known color: Emerald. HEX triplet: 3F, DD and 87. RGB value is (63,221,135). Sum of RGB (Red+Green+Blue) = 63+221+135=419 (55% of max value = 765). Red value is 63 (25% from 255 or 15.04% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDD87 is #C02278. Grayscale: #A4A4A4. Windows color (decimal): -12591737 or 8903999. OLE color: 8903999.
HSL color Cylindrical-coordinate representation of color #3FDD87: hue angle of 147.34º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDD87 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 135 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.13 |
| HSL | 147.34º | 0.7% | 0.56% | - |
| HSV(B) | 147.34º | 0.71% | 0.87% | - |
| XYZ | 32.28 | 54.52 | 31.74 | - |
| YUV | 163.95 | 111.65 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 135 | 0.71 | 0 | 0.39 | 0.13 | 147.34 | 0.7 | 0.56 |
| Hex | 3F | DD | 87 | 47 | 0 | 27 | D | 93 | 46 | 38 |
| Octal | 77 | 335 | 207 | 107 | 0 | 47 | 15 | 223 | 106 | 70 |
| Binary | 111111 | 11011101 | 10000111 | 1000111 | 0 | 100111 | 1101 | 10010011 | 1000110 | 111000 |
Color Harmonies of #3FDD87
Complementary color
Monochromatic Colors of #3FDD87
Black with #3FDD87
Text Example
Text Example
White with #3FDD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD87; }
p { color: rgb(63,221,135); }
H1.HeaderClassName
{
color: #3FDD87;
}
.AnyTagClassName
{
color: #3FDD87;
}
</style>
background-color css
<style>
a { background-color: #3FDD87; }
a { background-color: rgb(63,221,135); }
div.DivClassName
{
background-color: #3FDD87;
}
.BgClassName
{
background-color: #3FDD87;
}
</style>
border-color css
<style>
span { border-color: #3FDD87; }
span { border-color: rgb(63,221,135); }
td.TdClassName
{
border-color: #3FDD87;
}
.TagClassName
{
border-color: #3FDD87;
}
</style>