Shades of Emerald #3FF57F
Tints of Emerald #3FF57F
RGB
CMYK
RGB Variations
Color information
#3FF57F (or 0x3FF57F) is known color: Emerald. HEX triplet: 3F, F5 and 7F. RGB value is (63,245,127). Sum of RGB (Red+Green+Blue) = 63+245+127=435 (57% of max value = 765). Red value is 63 (25% from 255 or 14.48% from 435); Green value is 245 (96.09% from 255 or 56.32% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 245 - color contains mainly: green. Hex color #3FF57F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF57F is #C00A80. Grayscale: #B1B1B1. Windows color (decimal): -12585601 or 8385855. OLE color: 8385855.
HSL color Cylindrical-coordinate representation of color #3FF57F: hue angle of 141.1º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF57F is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 245 | 127 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.04 |
| HSL | 141.1º | 0.9% | 0.6% | - |
| HSV(B) | 141.1º | 0.74% | 0.96% | - |
| XYZ | 38.53 | 67.89 | 31.15 | - |
| YUV | 177.13 | 99.7 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 245 | 127 | 0.74 | 0 | 0.48 | 0.04 | 141.1 | 0.9 | 0.6 |
| Hex | 3F | F5 | 7F | 4A | 0 | 30 | 4 | 8D | 5A | 3C |
| Octal | 77 | 365 | 177 | 112 | 0 | 60 | 4 | 215 | 132 | 74 |
| Binary | 111111 | 11110101 | 1111111 | 1001010 | 0 | 110000 | 100 | 10001101 | 1011010 | 111100 |
Color Harmonies of #3FF57F
Complementary color
Monochromatic Colors of #3FF57F
Black with #3FF57F
Text Example
Text Example
White with #3FF57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF57F; }
p { color: rgb(63,245,127); }
H1.HeaderClassName
{
color: #3FF57F;
}
.AnyTagClassName
{
color: #3FF57F;
}
</style>
background-color css
<style>
a { background-color: #3FF57F; }
a { background-color: rgb(63,245,127); }
div.DivClassName
{
background-color: #3FF57F;
}
.BgClassName
{
background-color: #3FF57F;
}
</style>
border-color css
<style>
span { border-color: #3FF57F; }
span { border-color: rgb(63,245,127); }
td.TdClassName
{
border-color: #3FF57F;
}
.TagClassName
{
border-color: #3FF57F;
}
</style>