Shades of Emerald #3FC85F
Tints of Emerald #3FC85F
RGB
CMYK
RGB Variations
Color information
#3FC85F (or 0x3FC85F) is known color: Emerald. HEX triplet: 3F, C8 and 5F. RGB value is (63,200,95). Sum of RGB (Red+Green+Blue) = 63+200+95=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 200 (78.52% from 255 or 55.87% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 200 - color contains mainly: green. Hex color #3FC85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC85F is #C037A0. Grayscale: #939393. Windows color (decimal): -12597153 or 6277183. OLE color: 6277183.
HSL color Cylindrical-coordinate representation of color #3FC85F: hue angle of 134.01º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC85F is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 200 | 95 | - |
| CMYK | 0.68 | 0 | 0.52 | 0.22 |
| HSL | 134.01º | 0.55% | 0.52% | - |
| HSV(B) | 134.01º | 0.69% | 0.78% | - |
| XYZ | 24.77 | 43.19 | 17.86 | - |
| YUV | 147.07 | 98.61 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 200 | 95 | 0.68 | 0 | 0.52 | 0.22 | 134.01 | 0.55 | 0.52 |
| Hex | 3F | C8 | 5F | 44 | 0 | 34 | 16 | 86 | 37 | 34 |
| Octal | 77 | 310 | 137 | 104 | 0 | 64 | 26 | 206 | 67 | 64 |
| Binary | 111111 | 11001000 | 1011111 | 1000100 | 0 | 110100 | 10110 | 10000110 | 110111 | 110100 |
Color Harmonies of #3FC85F
Complementary color
Monochromatic Colors of #3FC85F
Black with #3FC85F
Text Example
Text Example
White with #3FC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC85F; }
p { color: rgb(63,200,95); }
H1.HeaderClassName
{
color: #3FC85F;
}
.AnyTagClassName
{
color: #3FC85F;
}
</style>
background-color css
<style>
a { background-color: #3FC85F; }
a { background-color: rgb(63,200,95); }
div.DivClassName
{
background-color: #3FC85F;
}
.BgClassName
{
background-color: #3FC85F;
}
</style>
border-color css
<style>
span { border-color: #3FC85F; }
span { border-color: rgb(63,200,95); }
td.TdClassName
{
border-color: #3FC85F;
}
.TagClassName
{
border-color: #3FC85F;
}
</style>