Shades of Emerald #3FD27A
Tints of Emerald #3FD27A
RGB
CMYK
RGB Variations
Color information
#3FD27A (or 0x3FD27A) is known color: Emerald. HEX triplet: 3F, D2 and 7A. RGB value is (63,210,122). Sum of RGB (Red+Green+Blue) = 63+210+122=395 (52% of max value = 765). Red value is 63 (25% from 255 or 15.95% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #3FD27A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD27A is #C02D85. Grayscale: #9C9C9C. Windows color (decimal): -12594566 or 8049215. OLE color: 8049215.
HSL color Cylindrical-coordinate representation of color #3FD27A: hue angle of 144.08º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD27A is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 210 | 122 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.18 |
| HSL | 144.08º | 0.62% | 0.54% | - |
| HSV(B) | 144.08º | 0.7% | 0.82% | - |
| XYZ | 28.61 | 48.56 | 26.28 | - |
| YUV | 156.02 | 108.8 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 210 | 122 | 0.70 | 0 | 0.42 | 0.18 | 144.08 | 0.62 | 0.54 |
| Hex | 3F | D2 | 7A | 46 | 0 | 2A | 12 | 90 | 3E | 36 |
| Octal | 77 | 322 | 172 | 106 | 0 | 52 | 22 | 220 | 76 | 66 |
| Binary | 111111 | 11010010 | 1111010 | 1000110 | 0 | 101010 | 10010 | 10010000 | 111110 | 110110 |
Color Harmonies of #3FD27A
Complementary color
Monochromatic Colors of #3FD27A
Black with #3FD27A
Text Example
Text Example
White with #3FD27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD27A; }
p { color: rgb(63,210,122); }
H1.HeaderClassName
{
color: #3FD27A;
}
.AnyTagClassName
{
color: #3FD27A;
}
</style>
background-color css
<style>
a { background-color: #3FD27A; }
a { background-color: rgb(63,210,122); }
div.DivClassName
{
background-color: #3FD27A;
}
.BgClassName
{
background-color: #3FD27A;
}
</style>
border-color css
<style>
span { border-color: #3FD27A; }
span { border-color: rgb(63,210,122); }
td.TdClassName
{
border-color: #3FD27A;
}
.TagClassName
{
border-color: #3FD27A;
}
</style>