Shades of Emerald #3FDB77
Tints of Emerald #3FDB77
RGB
CMYK
RGB Variations
Color information
#3FDB77 (or 0x3FDB77) is known color: Emerald. HEX triplet: 3F, DB and 77. RGB value is (63,219,119). Sum of RGB (Red+Green+Blue) = 63+219+119=401 (53% of max value = 765). Red value is 63 (25% from 255 or 15.71% from 401); Green value is 219 (85.94% from 255 or 54.61% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDB77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDB77 is #C02488. Grayscale: #A1A1A1. Windows color (decimal): -12592265 or 7854911. OLE color: 7854911.
HSL color Cylindrical-coordinate representation of color #3FDB77: hue angle of 141.54º degrees, saturation: 0.68, 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 #3FDB77 is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 119 | - |
| CMYK | 0.71 | 0 | 0.46 | 0.14 |
| HSL | 141.54º | 0.68% | 0.55% | - |
| HSV(B) | 141.54º | 0.71% | 0.86% | - |
| XYZ | 30.71 | 53.05 | 26.07 | - |
| YUV | 160.96 | 104.32 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 119 | 0.71 | 0 | 0.46 | 0.14 | 141.54 | 0.68 | 0.55 |
| Hex | 3F | DB | 77 | 47 | 0 | 2E | E | 8E | 44 | 37 |
| Octal | 77 | 333 | 167 | 107 | 0 | 56 | 16 | 216 | 104 | 67 |
| Binary | 111111 | 11011011 | 1110111 | 1000111 | 0 | 101110 | 1110 | 10001110 | 1000100 | 110111 |
Color Harmonies of #3FDB77
Complementary color
Monochromatic Colors of #3FDB77
Black with #3FDB77
Text Example
Text Example
White with #3FDB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDB77; }
p { color: rgb(63,219,119); }
H1.HeaderClassName
{
color: #3FDB77;
}
.AnyTagClassName
{
color: #3FDB77;
}
</style>
background-color css
<style>
a { background-color: #3FDB77; }
a { background-color: rgb(63,219,119); }
div.DivClassName
{
background-color: #3FDB77;
}
.BgClassName
{
background-color: #3FDB77;
}
</style>
border-color css
<style>
span { border-color: #3FDB77; }
span { border-color: rgb(63,219,119); }
td.TdClassName
{
border-color: #3FDB77;
}
.TagClassName
{
border-color: #3FDB77;
}
</style>