Shades of Emerald #3FCE66
Tints of Emerald #3FCE66
RGB
CMYK
RGB Variations
Color information
#3FCE66 (or 0x3FCE66) is known color: Emerald. HEX triplet: 3F, CE and 66. RGB value is (63,206,102). Sum of RGB (Red+Green+Blue) = 63+206+102=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 206 (80.86% from 255 or 55.53% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCE66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCE66 is #C03199. Grayscale: #979797. Windows color (decimal): -12595610 or 6737471. OLE color: 6737471.
HSL color Cylindrical-coordinate representation of color #3FCE66: hue angle of 136.36º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCE66 is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 102 | - |
| CMYK | 0.69 | 0 | 0.50 | 0.19 |
| HSL | 136.36º | 0.59% | 0.53% | - |
| HSV(B) | 136.36º | 0.69% | 0.81% | - |
| XYZ | 26.52 | 46.16 | 20.08 | - |
| YUV | 151.39 | 100.12 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 102 | 0.69 | 0 | 0.50 | 0.19 | 136.36 | 0.59 | 0.53 |
| Hex | 3F | CE | 66 | 45 | 0 | 32 | 13 | 88 | 3B | 35 |
| Octal | 77 | 316 | 146 | 105 | 0 | 62 | 23 | 210 | 73 | 65 |
| Binary | 111111 | 11001110 | 1100110 | 1000101 | 0 | 110010 | 10011 | 10001000 | 111011 | 110101 |
Color Harmonies of #3FCE66
Complementary color
Monochromatic Colors of #3FCE66
Black with #3FCE66
Text Example
Text Example
White with #3FCE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCE66; }
p { color: rgb(63,206,102); }
H1.HeaderClassName
{
color: #3FCE66;
}
.AnyTagClassName
{
color: #3FCE66;
}
</style>
background-color css
<style>
a { background-color: #3FCE66; }
a { background-color: rgb(63,206,102); }
div.DivClassName
{
background-color: #3FCE66;
}
.BgClassName
{
background-color: #3FCE66;
}
</style>
border-color css
<style>
span { border-color: #3FCE66; }
span { border-color: rgb(63,206,102); }
td.TdClassName
{
border-color: #3FCE66;
}
.TagClassName
{
border-color: #3FCE66;
}
</style>