Shades of Emerald #3FE16F
Tints of Emerald #3FE16F
RGB
CMYK
RGB Variations
Color information
#3FE16F (or 0x3FE16F) is known color: Emerald. HEX triplet: 3F, E1 and 6F. RGB value is (63,225,111). Sum of RGB (Red+Green+Blue) = 63+225+111=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 225 (88.28% from 255 or 56.39% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE16F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE16F is #C01E90. Grayscale: #A3A3A3. Windows color (decimal): -12590737 or 7332159. OLE color: 7332159.
HSL color Cylindrical-coordinate representation of color #3FE16F: hue angle of 137.78º degrees, saturation: 0.73, 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 #3FE16F is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 225 | 111 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.12 |
| HSL | 137.78º | 0.73% | 0.56% | - |
| HSV(B) | 137.78º | 0.72% | 0.88% | - |
| XYZ | 31.84 | 56.05 | 24.18 | - |
| YUV | 163.57 | 98.33 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 225 | 111 | 0.72 | 0 | 0.51 | 0.12 | 137.78 | 0.73 | 0.56 |
| Hex | 3F | E1 | 6F | 48 | 0 | 33 | C | 8A | 49 | 38 |
| Octal | 77 | 341 | 157 | 110 | 0 | 63 | 14 | 212 | 111 | 70 |
| Binary | 111111 | 11100001 | 1101111 | 1001000 | 0 | 110011 | 1100 | 10001010 | 1001001 | 111000 |
Color Harmonies of #3FE16F
Complementary color
Monochromatic Colors of #3FE16F
Black with #3FE16F
Text Example
Text Example
White with #3FE16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE16F; }
p { color: rgb(63,225,111); }
H1.HeaderClassName
{
color: #3FE16F;
}
.AnyTagClassName
{
color: #3FE16F;
}
</style>
background-color css
<style>
a { background-color: #3FE16F; }
a { background-color: rgb(63,225,111); }
div.DivClassName
{
background-color: #3FE16F;
}
.BgClassName
{
background-color: #3FE16F;
}
</style>
border-color css
<style>
span { border-color: #3FE16F; }
span { border-color: rgb(63,225,111); }
td.TdClassName
{
border-color: #3FE16F;
}
.TagClassName
{
border-color: #3FE16F;
}
</style>