Shades of Emerald #3FCD76
Tints of Emerald #3FCD76
RGB
CMYK
RGB Variations
Color information
#3FCD76 (or 0x3FCD76) is known color: Emerald. HEX triplet: 3F, CD and 76. RGB value is (63,205,118). Sum of RGB (Red+Green+Blue) = 63+205+118=386 (51% of max value = 765). Red value is 63 (25% from 255 or 16.32% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCD76 is #C03289. Grayscale: #989898. Windows color (decimal): -12595850 or 7785791. OLE color: 7785791.
HSL color Cylindrical-coordinate representation of color #3FCD76: hue angle of 143.24º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCD76 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 118 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.20 |
| HSL | 143.24º | 0.59% | 0.53% | - |
| HSV(B) | 143.24º | 0.69% | 0.8% | - |
| XYZ | 27.15 | 46.03 | 24.59 | - |
| YUV | 152.62 | 108.46 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 118 | 0.69 | 0 | 0.42 | 0.20 | 143.24 | 0.59 | 0.53 |
| Hex | 3F | CD | 76 | 45 | 0 | 2A | 14 | 8F | 3B | 35 |
| Octal | 77 | 315 | 166 | 105 | 0 | 52 | 24 | 217 | 73 | 65 |
| Binary | 111111 | 11001101 | 1110110 | 1000101 | 0 | 101010 | 10100 | 10001111 | 111011 | 110101 |
Color Harmonies of #3FCD76
Complementary color
Monochromatic Colors of #3FCD76
Black with #3FCD76
Text Example
Text Example
White with #3FCD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD76; }
p { color: rgb(63,205,118); }
H1.HeaderClassName
{
color: #3FCD76;
}
.AnyTagClassName
{
color: #3FCD76;
}
</style>
background-color css
<style>
a { background-color: #3FCD76; }
a { background-color: rgb(63,205,118); }
div.DivClassName
{
background-color: #3FCD76;
}
.BgClassName
{
background-color: #3FCD76;
}
</style>
border-color css
<style>
span { border-color: #3FCD76; }
span { border-color: rgb(63,205,118); }
td.TdClassName
{
border-color: #3FCD76;
}
.TagClassName
{
border-color: #3FCD76;
}
</style>