Shades of Emerald #3FE461
Tints of Emerald #3FE461
RGB
CMYK
RGB Variations
Color information
#3FE461 (or 0x3FE461) is known color: Emerald. HEX triplet: 3F, E4 and 61. RGB value is (63,228,97). Sum of RGB (Red+Green+Blue) = 63+228+97=388 (51% of max value = 765). Red value is 63 (25% from 255 or 16.24% from 388); Green value is 228 (89.45% from 255 or 58.76% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 228 - color contains mainly: green. Hex color #3FE461 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE461 is #C01B9E. Grayscale: #A4A4A4. Windows color (decimal): -12589983 or 6415423. OLE color: 6415423.
HSL color Cylindrical-coordinate representation of color #3FE461: hue angle of 132.36º 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 #3FE461 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 228 | 97 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.11 |
| HSL | 132.36º | 0.75% | 0.57% | - |
| HSV(B) | 132.36º | 0.72% | 0.89% | - |
| XYZ | 31.95 | 57.41 | 20.71 | - |
| YUV | 163.73 | 90.34 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 228 | 97 | 0.72 | 0 | 0.57 | 0.11 | 132.36 | 0.75 | 0.57 |
| Hex | 3F | E4 | 61 | 48 | 0 | 39 | B | 84 | 4B | 39 |
| Octal | 77 | 344 | 141 | 110 | 0 | 71 | 13 | 204 | 113 | 71 |
| Binary | 111111 | 11100100 | 1100001 | 1001000 | 0 | 111001 | 1011 | 10000100 | 1001011 | 111001 |
Color Harmonies of #3FE461
Complementary color
Monochromatic Colors of #3FE461
Black with #3FE461
Text Example
Text Example
White with #3FE461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE461; }
p { color: rgb(63,228,97); }
H1.HeaderClassName
{
color: #3FE461;
}
.AnyTagClassName
{
color: #3FE461;
}
</style>
background-color css
<style>
a { background-color: #3FE461; }
a { background-color: rgb(63,228,97); }
div.DivClassName
{
background-color: #3FE461;
}
.BgClassName
{
background-color: #3FE461;
}
</style>
border-color css
<style>
span { border-color: #3FE461; }
span { border-color: rgb(63,228,97); }
td.TdClassName
{
border-color: #3FE461;
}
.TagClassName
{
border-color: #3FE461;
}
</style>