Shades of Emerald #3FDD78
Tints of Emerald #3FDD78
RGB
CMYK
RGB Variations
Color information
#3FDD78 (or 0x3FDD78) is known color: Emerald. HEX triplet: 3F, DD and 78. RGB value is (63,221,120). Sum of RGB (Red+Green+Blue) = 63+221+120=404 (53% of max value = 765). Red value is 63 (25% from 255 or 15.59% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDD78 is #C02287. Grayscale: #A2A2A2. Windows color (decimal): -12591752 or 7920959. OLE color: 7920959.
HSL color Cylindrical-coordinate representation of color #3FDD78: hue angle of 141.65º 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 #3FDD78 is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 120 | - |
| CMYK | 0.71 | 0 | 0.46 | 0.13 |
| HSL | 141.65º | 0.7% | 0.56% | - |
| HSV(B) | 141.65º | 0.71% | 0.87% | - |
| XYZ | 31.3 | 54.13 | 26.57 | - |
| YUV | 162.24 | 104.15 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 120 | 0.71 | 0 | 0.46 | 0.13 | 141.65 | 0.7 | 0.56 |
| Hex | 3F | DD | 78 | 47 | 0 | 2E | D | 8E | 46 | 38 |
| Octal | 77 | 335 | 170 | 107 | 0 | 56 | 15 | 216 | 106 | 70 |
| Binary | 111111 | 11011101 | 1111000 | 1000111 | 0 | 101110 | 1101 | 10001110 | 1000110 | 111000 |
Color Harmonies of #3FDD78
Complementary color
Monochromatic Colors of #3FDD78
Black with #3FDD78
Text Example
Text Example
White with #3FDD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD78; }
p { color: rgb(63,221,120); }
H1.HeaderClassName
{
color: #3FDD78;
}
.AnyTagClassName
{
color: #3FDD78;
}
</style>
background-color css
<style>
a { background-color: #3FDD78; }
a { background-color: rgb(63,221,120); }
div.DivClassName
{
background-color: #3FDD78;
}
.BgClassName
{
background-color: #3FDD78;
}
</style>
border-color css
<style>
span { border-color: #3FDD78; }
span { border-color: rgb(63,221,120); }
td.TdClassName
{
border-color: #3FDD78;
}
.TagClassName
{
border-color: #3FDD78;
}
</style>