Shades of Emerald #3FD266
Tints of Emerald #3FD266
RGB
CMYK
RGB Variations
Color information
#3FD266 (or 0x3FD266) is known color: Emerald. HEX triplet: 3F, D2 and 66. RGB value is (63,210,102). Sum of RGB (Red+Green+Blue) = 63+210+102=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #3FD266 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD266 is #C02D99. Grayscale: #9A9A9A. Windows color (decimal): -12594586 or 6738495. OLE color: 6738495.
HSL color Cylindrical-coordinate representation of color #3FD266: hue angle of 135.92º 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 #3FD266 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 210 | 102 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.18 |
| HSL | 135.92º | 0.62% | 0.54% | - |
| HSV(B) | 135.92º | 0.7% | 0.82% | - |
| XYZ | 27.49 | 48.11 | 20.41 | - |
| YUV | 153.74 | 98.8 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 210 | 102 | 0.70 | 0 | 0.51 | 0.18 | 135.92 | 0.62 | 0.54 |
| Hex | 3F | D2 | 66 | 46 | 0 | 33 | 12 | 88 | 3E | 36 |
| Octal | 77 | 322 | 146 | 106 | 0 | 63 | 22 | 210 | 76 | 66 |
| Binary | 111111 | 11010010 | 1100110 | 1000110 | 0 | 110011 | 10010 | 10001000 | 111110 | 110110 |
Color Harmonies of #3FD266
Complementary color
Monochromatic Colors of #3FD266
Black with #3FD266
Text Example
Text Example
White with #3FD266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD266; }
p { color: rgb(63,210,102); }
H1.HeaderClassName
{
color: #3FD266;
}
.AnyTagClassName
{
color: #3FD266;
}
</style>
background-color css
<style>
a { background-color: #3FD266; }
a { background-color: rgb(63,210,102); }
div.DivClassName
{
background-color: #3FD266;
}
.BgClassName
{
background-color: #3FD266;
}
</style>
border-color css
<style>
span { border-color: #3FD266; }
span { border-color: rgb(63,210,102); }
td.TdClassName
{
border-color: #3FD266;
}
.TagClassName
{
border-color: #3FD266;
}
</style>