Shades of Emerald #3FE06F
Tints of Emerald #3FE06F
RGB
CMYK
RGB Variations
Color information
#3FE06F (or 0x3FE06F) is known color: Emerald. HEX triplet: 3F, E0 and 6F. RGB value is (63,224,111). Sum of RGB (Red+Green+Blue) = 63+224+111=398 (52% of max value = 765). Red value is 63 (25% from 255 or 15.83% from 398); Green value is 224 (87.89% from 255 or 56.28% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE06F is #C01F90. Grayscale: #A3A3A3. Windows color (decimal): -12590993 or 7331903. OLE color: 7331903.
HSL color Cylindrical-coordinate representation of color #3FE06F: hue angle of 137.89º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE06F is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 111 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.12 |
| HSL | 137.89º | 0.72% | 0.56% | - |
| HSV(B) | 137.89º | 0.72% | 0.88% | - |
| XYZ | 31.57 | 55.52 | 24.09 | - |
| YUV | 162.98 | 98.66 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 111 | 0.72 | 0 | 0.50 | 0.12 | 137.89 | 0.72 | 0.56 |
| Hex | 3F | E0 | 6F | 48 | 0 | 32 | C | 8A | 48 | 38 |
| Octal | 77 | 340 | 157 | 110 | 0 | 62 | 14 | 212 | 110 | 70 |
| Binary | 111111 | 11100000 | 1101111 | 1001000 | 0 | 110010 | 1100 | 10001010 | 1001000 | 111000 |
Color Harmonies of #3FE06F
Complementary color
Monochromatic Colors of #3FE06F
Black with #3FE06F
Text Example
Text Example
White with #3FE06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE06F; }
p { color: rgb(63,224,111); }
H1.HeaderClassName
{
color: #3FE06F;
}
.AnyTagClassName
{
color: #3FE06F;
}
</style>
background-color css
<style>
a { background-color: #3FE06F; }
a { background-color: rgb(63,224,111); }
div.DivClassName
{
background-color: #3FE06F;
}
.BgClassName
{
background-color: #3FE06F;
}
</style>
border-color css
<style>
span { border-color: #3FE06F; }
span { border-color: rgb(63,224,111); }
td.TdClassName
{
border-color: #3FE06F;
}
.TagClassName
{
border-color: #3FE06F;
}
</style>