Shades of Emerald #3FD46C
Tints of Emerald #3FD46C
RGB
CMYK
RGB Variations
Color information
#3FD46C (or 0x3FD46C) is known color: Emerald. HEX triplet: 3F, D4 and 6C. RGB value is (63,212,108). Sum of RGB (Red+Green+Blue) = 63+212+108=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 212 (83.20% from 255 or 55.35% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 212 - color contains mainly: green. Hex color #3FD46C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD46C is #C02B93. Grayscale: #9B9B9B. Windows color (decimal): -12594068 or 7132223. OLE color: 7132223.
HSL color Cylindrical-coordinate representation of color #3FD46C: hue angle of 138.12º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD46C is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 63 | 212 | 108 | - |
| CMYK | 0.70 | 0 | 0.49 | 0.17 |
| HSL | 138.12º | 0.63% | 0.54% | - |
| HSV(B) | 138.12º | 0.7% | 0.83% | - |
| XYZ | 28.3 | 49.23 | 22.2 | - |
| YUV | 155.59 | 101.14 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 212 | 108 | 0.70 | 0 | 0.49 | 0.17 | 138.12 | 0.63 | 0.54 |
| Hex | 3F | D4 | 6C | 46 | 0 | 31 | 11 | 8A | 3F | 36 |
| Octal | 77 | 324 | 154 | 106 | 0 | 61 | 21 | 212 | 77 | 66 |
| Binary | 111111 | 11010100 | 1101100 | 1000110 | 0 | 110001 | 10001 | 10001010 | 111111 | 110110 |
Color Harmonies of #3FD46C
Complementary color
Monochromatic Colors of #3FD46C
Black with #3FD46C
Text Example
Text Example
White with #3FD46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD46C; }
p { color: rgb(63,212,108); }
H1.HeaderClassName
{
color: #3FD46C;
}
.AnyTagClassName
{
color: #3FD46C;
}
</style>
background-color css
<style>
a { background-color: #3FD46C; }
a { background-color: rgb(63,212,108); }
div.DivClassName
{
background-color: #3FD46C;
}
.BgClassName
{
background-color: #3FD46C;
}
</style>
border-color css
<style>
span { border-color: #3FD46C; }
span { border-color: rgb(63,212,108); }
td.TdClassName
{
border-color: #3FD46C;
}
.TagClassName
{
border-color: #3FD46C;
}
</style>