Shades of Emerald #3FCD61
Tints of Emerald #3FCD61
RGB
CMYK
RGB Variations
Color information
#3FCD61 (or 0x3FCD61) is known color: Emerald. HEX triplet: 3F, CD and 61. RGB value is (63,205,97). Sum of RGB (Red+Green+Blue) = 63+205+97=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCD61 is #C0329E. Grayscale: #969696. Windows color (decimal): -12595871 or 6409535. OLE color: 6409535.
HSL color Cylindrical-coordinate representation of color #3FCD61: hue angle of 134.37º 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 #3FCD61 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 97 | - |
| CMYK | 0.69 | 0 | 0.53 | 0.20 |
| HSL | 134.37º | 0.59% | 0.53% | - |
| HSV(B) | 134.37º | 0.69% | 0.8% | - |
| XYZ | 26.04 | 45.58 | 18.74 | - |
| YUV | 150.23 | 97.96 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 97 | 0.69 | 0 | 0.53 | 0.20 | 134.37 | 0.59 | 0.53 |
| Hex | 3F | CD | 61 | 45 | 0 | 35 | 14 | 86 | 3B | 35 |
| Octal | 77 | 315 | 141 | 105 | 0 | 65 | 24 | 206 | 73 | 65 |
| Binary | 111111 | 11001101 | 1100001 | 1000101 | 0 | 110101 | 10100 | 10000110 | 111011 | 110101 |
Color Harmonies of #3FCD61
Complementary color
Monochromatic Colors of #3FCD61
Black with #3FCD61
Text Example
Text Example
White with #3FCD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD61; }
p { color: rgb(63,205,97); }
H1.HeaderClassName
{
color: #3FCD61;
}
.AnyTagClassName
{
color: #3FCD61;
}
</style>
background-color css
<style>
a { background-color: #3FCD61; }
a { background-color: rgb(63,205,97); }
div.DivClassName
{
background-color: #3FCD61;
}
.BgClassName
{
background-color: #3FCD61;
}
</style>
border-color css
<style>
span { border-color: #3FCD61; }
span { border-color: rgb(63,205,97); }
td.TdClassName
{
border-color: #3FCD61;
}
.TagClassName
{
border-color: #3FCD61;
}
</style>