Shades of Emerald #3FF478
Tints of Emerald #3FF478
RGB
CMYK
RGB Variations
Color information
#3FF478 (or 0x3FF478) is known color: Emerald. HEX triplet: 3F, F4 and 78. RGB value is (63,244,120). Sum of RGB (Red+Green+Blue) = 63+244+120=427 (56% of max value = 765). Red value is 63 (25% from 255 or 14.75% from 427); Green value is 244 (95.70% from 255 or 57.14% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 244 - color contains mainly: green. Hex color #3FF478 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF478 is #C00B87. Grayscale: #B0B0B0. Windows color (decimal): -12585864 or 7926847. OLE color: 7926847.
HSL color Cylindrical-coordinate representation of color #3FF478: hue angle of 138.9º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF478 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 244 | 120 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.04 |
| HSL | 138.9º | 0.89% | 0.6% | - |
| HSV(B) | 138.9º | 0.74% | 0.96% | - |
| XYZ | 37.79 | 67.11 | 28.73 | - |
| YUV | 175.75 | 96.53 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 244 | 120 | 0.74 | 0 | 0.51 | 0.04 | 138.9 | 0.89 | 0.6 |
| Hex | 3F | F4 | 78 | 4A | 0 | 33 | 4 | 8B | 59 | 3C |
| Octal | 77 | 364 | 170 | 112 | 0 | 63 | 4 | 213 | 131 | 74 |
| Binary | 111111 | 11110100 | 1111000 | 1001010 | 0 | 110011 | 100 | 10001011 | 1011001 | 111100 |
Color Harmonies of #3FF478
Complementary color
Monochromatic Colors of #3FF478
Black with #3FF478
Text Example
Text Example
White with #3FF478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF478; }
p { color: rgb(63,244,120); }
H1.HeaderClassName
{
color: #3FF478;
}
.AnyTagClassName
{
color: #3FF478;
}
</style>
background-color css
<style>
a { background-color: #3FF478; }
a { background-color: rgb(63,244,120); }
div.DivClassName
{
background-color: #3FF478;
}
.BgClassName
{
background-color: #3FF478;
}
</style>
border-color css
<style>
span { border-color: #3FF478; }
span { border-color: rgb(63,244,120); }
td.TdClassName
{
border-color: #3FF478;
}
.TagClassName
{
border-color: #3FF478;
}
</style>