Shades of Emerald #3FE463
Tints of Emerald #3FE463
RGB
CMYK
RGB Variations
Color information
#3FE463 (or 0x3FE463) is known color: Emerald. HEX triplet: 3F, E4 and 63. RGB value is (63,228,99). Sum of RGB (Red+Green+Blue) = 63+228+99=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 228 (89.45% from 255 or 58.46% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 228 - color contains mainly: green. Hex color #3FE463 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE463 is #C01B9C. Grayscale: #A4A4A4. Windows color (decimal): -12589981 or 6546495. OLE color: 6546495.
HSL color Cylindrical-coordinate representation of color #3FE463: hue angle of 133.09º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE463 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 228 | 99 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.11 |
| HSL | 133.09º | 0.75% | 0.57% | - |
| HSV(B) | 133.09º | 0.72% | 0.89% | - |
| XYZ | 32.05 | 57.44 | 21.2 | - |
| YUV | 163.96 | 91.34 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 228 | 99 | 0.72 | 0 | 0.57 | 0.11 | 133.09 | 0.75 | 0.57 |
| Hex | 3F | E4 | 63 | 48 | 0 | 39 | B | 85 | 4B | 39 |
| Octal | 77 | 344 | 143 | 110 | 0 | 71 | 13 | 205 | 113 | 71 |
| Binary | 111111 | 11100100 | 1100011 | 1001000 | 0 | 111001 | 1011 | 10000101 | 1001011 | 111001 |
Color Harmonies of #3FE463
Complementary color
Monochromatic Colors of #3FE463
Black with #3FE463
Text Example
Text Example
White with #3FE463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE463; }
p { color: rgb(63,228,99); }
H1.HeaderClassName
{
color: #3FE463;
}
.AnyTagClassName
{
color: #3FE463;
}
</style>
background-color css
<style>
a { background-color: #3FE463; }
a { background-color: rgb(63,228,99); }
div.DivClassName
{
background-color: #3FE463;
}
.BgClassName
{
background-color: #3FE463;
}
</style>
border-color css
<style>
span { border-color: #3FE463; }
span { border-color: rgb(63,228,99); }
td.TdClassName
{
border-color: #3FE463;
}
.TagClassName
{
border-color: #3FE463;
}
</style>