Shades of Emerald #3FC669
Tints of Emerald #3FC669
RGB
CMYK
RGB Variations
Color information
#3FC669 (or 0x3FC669) is known color: Emerald. HEX triplet: 3F, C6 and 69. RGB value is (63,198,105). Sum of RGB (Red+Green+Blue) = 63+198+105=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 198 (77.73% from 255 or 54.10% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 198 - color contains mainly: green. Hex color #3FC669 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC669 is #C03996. Grayscale: #939393. Windows color (decimal): -12597655 or 6932031. OLE color: 6932031.
HSL color Cylindrical-coordinate representation of color #3FC669: hue angle of 138.67º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC669 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 198 | 105 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.22 |
| HSL | 138.67º | 0.54% | 0.51% | - |
| HSV(B) | 138.67º | 0.68% | 0.78% | - |
| XYZ | 24.79 | 42.46 | 20.25 | - |
| YUV | 147.03 | 104.27 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 198 | 105 | 0.68 | 0 | 0.47 | 0.22 | 138.67 | 0.54 | 0.51 |
| Hex | 3F | C6 | 69 | 44 | 0 | 2F | 16 | 8B | 36 | 33 |
| Octal | 77 | 306 | 151 | 104 | 0 | 57 | 26 | 213 | 66 | 63 |
| Binary | 111111 | 11000110 | 1101001 | 1000100 | 0 | 101111 | 10110 | 10001011 | 110110 | 110011 |
Color Harmonies of #3FC669
Complementary color
Monochromatic Colors of #3FC669
Black with #3FC669
Text Example
Text Example
White with #3FC669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC669; }
p { color: rgb(63,198,105); }
H1.HeaderClassName
{
color: #3FC669;
}
.AnyTagClassName
{
color: #3FC669;
}
</style>
background-color css
<style>
a { background-color: #3FC669; }
a { background-color: rgb(63,198,105); }
div.DivClassName
{
background-color: #3FC669;
}
.BgClassName
{
background-color: #3FC669;
}
</style>
border-color css
<style>
span { border-color: #3FC669; }
span { border-color: rgb(63,198,105); }
td.TdClassName
{
border-color: #3FC669;
}
.TagClassName
{
border-color: #3FC669;
}
</style>