Shades of Emerald #3FD274
Tints of Emerald #3FD274
RGB
CMYK
RGB Variations
Color information
#3FD274 (or 0x3FD274) is known color: Emerald. HEX triplet: 3F, D2 and 74. RGB value is (63,210,116). Sum of RGB (Red+Green+Blue) = 63+210+116=389 (51% of max value = 765). Red value is 63 (25% from 255 or 16.20% from 389); Green value is 210 (82.42% from 255 or 53.98% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 210 - color contains mainly: green. Hex color #3FD274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD274 is #C02D8B. Grayscale: #9B9B9B. Windows color (decimal): -12594572 or 7655999. OLE color: 7655999.
HSL color Cylindrical-coordinate representation of color #3FD274: hue angle of 141.63º 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 #3FD274 is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 210 | 116 | - |
| CMYK | 0.70 | 0 | 0.45 | 0.18 |
| HSL | 141.63º | 0.62% | 0.54% | - |
| HSV(B) | 141.63º | 0.7% | 0.82% | - |
| XYZ | 28.25 | 48.41 | 24.38 | - |
| YUV | 155.33 | 105.8 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 210 | 116 | 0.70 | 0 | 0.45 | 0.18 | 141.63 | 0.62 | 0.54 |
| Hex | 3F | D2 | 74 | 46 | 0 | 2D | 12 | 8E | 3E | 36 |
| Octal | 77 | 322 | 164 | 106 | 0 | 55 | 22 | 216 | 76 | 66 |
| Binary | 111111 | 11010010 | 1110100 | 1000110 | 0 | 101101 | 10010 | 10001110 | 111110 | 110110 |
Color Harmonies of #3FD274
Complementary color
Monochromatic Colors of #3FD274
Black with #3FD274
Text Example
Text Example
White with #3FD274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD274; }
p { color: rgb(63,210,116); }
H1.HeaderClassName
{
color: #3FD274;
}
.AnyTagClassName
{
color: #3FD274;
}
</style>
background-color css
<style>
a { background-color: #3FD274; }
a { background-color: rgb(63,210,116); }
div.DivClassName
{
background-color: #3FD274;
}
.BgClassName
{
background-color: #3FD274;
}
</style>
border-color css
<style>
span { border-color: #3FD274; }
span { border-color: rgb(63,210,116); }
td.TdClassName
{
border-color: #3FD274;
}
.TagClassName
{
border-color: #3FD274;
}
</style>