Shades of Emerald #3FD26C
Tints of Emerald #3FD26C
RGB
CMYK
RGB Variations
Color information
#3FD26C (or 0x3FD26C) is known color: Emerald. HEX triplet: 3F, D2 and 6C. RGB value is (63,210,108). Sum of RGB (Red+Green+Blue) = 63+210+108=381 (50% of max value = 765). Red value is 63 (25% from 255 or 16.54% from 381); Green value is 210 (82.42% from 255 or 55.12% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 210 - color contains mainly: green. Hex color #3FD26C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD26C is #C02D93. Grayscale: #9A9A9A. Windows color (decimal): -12594580 or 7131711. OLE color: 7131711.
HSL color Cylindrical-coordinate representation of color #3FD26C: hue angle of 138.37º 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 #3FD26C is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 210 | 108 | - |
| CMYK | 0.70 | 0 | 0.49 | 0.18 |
| HSL | 138.37º | 0.62% | 0.54% | - |
| HSV(B) | 138.37º | 0.7% | 0.82% | - |
| XYZ | 27.8 | 48.23 | 22.03 | - |
| YUV | 154.42 | 101.8 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 210 | 108 | 0.70 | 0 | 0.49 | 0.18 | 138.37 | 0.62 | 0.54 |
| Hex | 3F | D2 | 6C | 46 | 0 | 31 | 12 | 8A | 3E | 36 |
| Octal | 77 | 322 | 154 | 106 | 0 | 61 | 22 | 212 | 76 | 66 |
| Binary | 111111 | 11010010 | 1101100 | 1000110 | 0 | 110001 | 10010 | 10001010 | 111110 | 110110 |
Color Harmonies of #3FD26C
Complementary color
Monochromatic Colors of #3FD26C
Black with #3FD26C
Text Example
Text Example
White with #3FD26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD26C; }
p { color: rgb(63,210,108); }
H1.HeaderClassName
{
color: #3FD26C;
}
.AnyTagClassName
{
color: #3FD26C;
}
</style>
background-color css
<style>
a { background-color: #3FD26C; }
a { background-color: rgb(63,210,108); }
div.DivClassName
{
background-color: #3FD26C;
}
.BgClassName
{
background-color: #3FD26C;
}
</style>
border-color css
<style>
span { border-color: #3FD26C; }
span { border-color: rgb(63,210,108); }
td.TdClassName
{
border-color: #3FD26C;
}
.TagClassName
{
border-color: #3FD26C;
}
</style>