Shades of Emerald #3FC966
Tints of Emerald #3FC966
RGB
CMYK
RGB Variations
Color information
#3FC966 (or 0x3FC966) is known color: Emerald. HEX triplet: 3F, C9 and 66. RGB value is (63,201,102). Sum of RGB (Red+Green+Blue) = 63+201+102=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 201 (78.91% from 255 or 54.92% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 201 - color contains mainly: green. Hex color #3FC966 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC966 is #C03699. Grayscale: #949494. Windows color (decimal): -12596890 or 6736191. OLE color: 6736191.
HSL color Cylindrical-coordinate representation of color #3FC966: hue angle of 136.96º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC966 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 201 | 102 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.21 |
| HSL | 136.96º | 0.56% | 0.52% | - |
| HSV(B) | 136.96º | 0.69% | 0.79% | - |
| XYZ | 25.33 | 43.79 | 19.69 | - |
| YUV | 148.45 | 101.78 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 201 | 102 | 0.69 | 0 | 0.49 | 0.21 | 136.96 | 0.56 | 0.52 |
| Hex | 3F | C9 | 66 | 45 | 0 | 31 | 15 | 89 | 38 | 34 |
| Octal | 77 | 311 | 146 | 105 | 0 | 61 | 25 | 211 | 70 | 64 |
| Binary | 111111 | 11001001 | 1100110 | 1000101 | 0 | 110001 | 10101 | 10001001 | 111000 | 110100 |
Color Harmonies of #3FC966
Complementary color
Monochromatic Colors of #3FC966
Black with #3FC966
Text Example
Text Example
White with #3FC966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC966; }
p { color: rgb(63,201,102); }
H1.HeaderClassName
{
color: #3FC966;
}
.AnyTagClassName
{
color: #3FC966;
}
</style>
background-color css
<style>
a { background-color: #3FC966; }
a { background-color: rgb(63,201,102); }
div.DivClassName
{
background-color: #3FC966;
}
.BgClassName
{
background-color: #3FC966;
}
</style>
border-color css
<style>
span { border-color: #3FC966; }
span { border-color: rgb(63,201,102); }
td.TdClassName
{
border-color: #3FC966;
}
.TagClassName
{
border-color: #3FC966;
}
</style>