Shades of Emerald #3FEE6F
Tints of Emerald #3FEE6F
RGB
CMYK
RGB Variations
Color information
#3FEE6F (or 0x3FEE6F) is known color: Emerald. HEX triplet: 3F, EE and 6F. RGB value is (63,238,111). Sum of RGB (Red+Green+Blue) = 63+238+111=412 (54% of max value = 765). Red value is 63 (25% from 255 or 15.29% from 412); Green value is 238 (93.36% from 255 or 57.77% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FEE6F is #C01190. Grayscale: #ABABAB. Windows color (decimal): -12587409 or 7335487. OLE color: 7335487.
HSL color Cylindrical-coordinate representation of color #3FEE6F: hue angle of 136.46º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEE6F is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 111 | - |
| CMYK | 0.74 | 0 | 0.53 | 0.07 |
| HSL | 136.46º | 0.84% | 0.59% | - |
| HSV(B) | 136.46º | 0.74% | 0.93% | - |
| XYZ | 35.49 | 63.35 | 25.4 | - |
| YUV | 171.2 | 94.02 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 111 | 0.74 | 0 | 0.53 | 0.07 | 136.46 | 0.84 | 0.59 |
| Hex | 3F | EE | 6F | 4A | 0 | 35 | 7 | 88 | 54 | 3B |
| Octal | 77 | 356 | 157 | 112 | 0 | 65 | 7 | 210 | 124 | 73 |
| Binary | 111111 | 11101110 | 1101111 | 1001010 | 0 | 110101 | 111 | 10001000 | 1010100 | 111011 |
Color Harmonies of #3FEE6F
Complementary color
Monochromatic Colors of #3FEE6F
Black with #3FEE6F
Text Example
Text Example
White with #3FEE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEE6F; }
p { color: rgb(63,238,111); }
H1.HeaderClassName
{
color: #3FEE6F;
}
.AnyTagClassName
{
color: #3FEE6F;
}
</style>
background-color css
<style>
a { background-color: #3FEE6F; }
a { background-color: rgb(63,238,111); }
div.DivClassName
{
background-color: #3FEE6F;
}
.BgClassName
{
background-color: #3FEE6F;
}
</style>
border-color css
<style>
span { border-color: #3FEE6F; }
span { border-color: rgb(63,238,111); }
td.TdClassName
{
border-color: #3FEE6F;
}
.TagClassName
{
border-color: #3FEE6F;
}
</style>