Shades of Emerald #3FCD6A
Tints of Emerald #3FCD6A
RGB
CMYK
RGB Variations
Color information
#3FCD6A (or 0x3FCD6A) is known color: Emerald. HEX triplet: 3F, CD and 6A. RGB value is (63,205,106). Sum of RGB (Red+Green+Blue) = 63+205+106=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 205 (80.47% from 255 or 54.81% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCD6A is #C03295. Grayscale: #979797. Windows color (decimal): -12595862 or 6999359. OLE color: 6999359.
HSL color Cylindrical-coordinate representation of color #3FCD6A: hue angle of 138.17º 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 #3FCD6A is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 106 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.20 |
| HSL | 138.17º | 0.59% | 0.53% | - |
| HSV(B) | 138.17º | 0.69% | 0.8% | - |
| XYZ | 26.48 | 45.76 | 21.07 | - |
| YUV | 151.26 | 102.46 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 106 | 0.69 | 0 | 0.48 | 0.20 | 138.17 | 0.59 | 0.53 |
| Hex | 3F | CD | 6A | 45 | 0 | 30 | 14 | 8A | 3B | 35 |
| Octal | 77 | 315 | 152 | 105 | 0 | 60 | 24 | 212 | 73 | 65 |
| Binary | 111111 | 11001101 | 1101010 | 1000101 | 0 | 110000 | 10100 | 10001010 | 111011 | 110101 |
Color Harmonies of #3FCD6A
Complementary color
Monochromatic Colors of #3FCD6A
Black with #3FCD6A
Text Example
Text Example
White with #3FCD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD6A; }
p { color: rgb(63,205,106); }
H1.HeaderClassName
{
color: #3FCD6A;
}
.AnyTagClassName
{
color: #3FCD6A;
}
</style>
background-color css
<style>
a { background-color: #3FCD6A; }
a { background-color: rgb(63,205,106); }
div.DivClassName
{
background-color: #3FCD6A;
}
.BgClassName
{
background-color: #3FCD6A;
}
</style>
border-color css
<style>
span { border-color: #3FCD6A; }
span { border-color: rgb(63,205,106); }
td.TdClassName
{
border-color: #3FCD6A;
}
.TagClassName
{
border-color: #3FCD6A;
}
</style>