Shades of Emerald #3FD77A
Tints of Emerald #3FD77A
RGB
CMYK
RGB Variations
Color information
#3FD77A (or 0x3FD77A) is known color: Emerald. HEX triplet: 3F, D7 and 7A. RGB value is (63,215,122). Sum of RGB (Red+Green+Blue) = 63+215+122=400 (52% of max value = 765). Red value is 63 (25% from 255 or 15.75% from 400); Green value is 215 (84.38% from 255 or 53.75% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD77A is #C02885. Grayscale: #9F9F9F. Windows color (decimal): -12593286 or 8050495. OLE color: 8050495.
HSL color Cylindrical-coordinate representation of color #3FD77A: hue angle of 143.29º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD77A is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 215 | 122 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.16 |
| HSL | 143.29º | 0.66% | 0.55% | - |
| HSV(B) | 143.29º | 0.71% | 0.84% | - |
| XYZ | 29.86 | 51.06 | 26.69 | - |
| YUV | 158.95 | 107.14 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 215 | 122 | 0.71 | 0 | 0.43 | 0.16 | 143.29 | 0.66 | 0.55 |
| Hex | 3F | D7 | 7A | 47 | 0 | 2B | 10 | 8F | 42 | 37 |
| Octal | 77 | 327 | 172 | 107 | 0 | 53 | 20 | 217 | 102 | 67 |
| Binary | 111111 | 11010111 | 1111010 | 1000111 | 0 | 101011 | 10000 | 10001111 | 1000010 | 110111 |
Color Harmonies of #3FD77A
Complementary color
Monochromatic Colors of #3FD77A
Black with #3FD77A
Text Example
Text Example
White with #3FD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD77A; }
p { color: rgb(63,215,122); }
H1.HeaderClassName
{
color: #3FD77A;
}
.AnyTagClassName
{
color: #3FD77A;
}
</style>
background-color css
<style>
a { background-color: #3FD77A; }
a { background-color: rgb(63,215,122); }
div.DivClassName
{
background-color: #3FD77A;
}
.BgClassName
{
background-color: #3FD77A;
}
</style>
border-color css
<style>
span { border-color: #3FD77A; }
span { border-color: rgb(63,215,122); }
td.TdClassName
{
border-color: #3FD77A;
}
.TagClassName
{
border-color: #3FD77A;
}
</style>