Shades of Emerald #3FF474
Tints of Emerald #3FF474
RGB
CMYK
RGB Variations
Color information
#3FF474 (or 0x3FF474) is known color: Emerald. HEX triplet: 3F, F4 and 74. RGB value is (63,244,116). Sum of RGB (Red+Green+Blue) = 63+244+116=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 244 (95.70% from 255 or 57.68% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 244 - color contains mainly: green. Hex color #3FF474 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF474 is #C00B8B. Grayscale: #AFAFAF. Windows color (decimal): -12585868 or 7664703. OLE color: 7664703.
HSL color Cylindrical-coordinate representation of color #3FF474: hue angle of 137.57º 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 #3FF474 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 244 | 116 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.04 |
| HSL | 137.57º | 0.89% | 0.6% | - |
| HSV(B) | 137.57º | 0.74% | 0.96% | - |
| XYZ | 37.55 | 67.02 | 27.48 | - |
| YUV | 175.29 | 94.53 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 244 | 116 | 0.74 | 0 | 0.52 | 0.04 | 137.57 | 0.89 | 0.6 |
| Hex | 3F | F4 | 74 | 4A | 0 | 34 | 4 | 8A | 59 | 3C |
| Octal | 77 | 364 | 164 | 112 | 0 | 64 | 4 | 212 | 131 | 74 |
| Binary | 111111 | 11110100 | 1110100 | 1001010 | 0 | 110100 | 100 | 10001010 | 1011001 | 111100 |
Color Harmonies of #3FF474
Complementary color
Monochromatic Colors of #3FF474
Black with #3FF474
Text Example
Text Example
White with #3FF474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF474; }
p { color: rgb(63,244,116); }
H1.HeaderClassName
{
color: #3FF474;
}
.AnyTagClassName
{
color: #3FF474;
}
</style>
background-color css
<style>
a { background-color: #3FF474; }
a { background-color: rgb(63,244,116); }
div.DivClassName
{
background-color: #3FF474;
}
.BgClassName
{
background-color: #3FF474;
}
</style>
border-color css
<style>
span { border-color: #3FF474; }
span { border-color: rgb(63,244,116); }
td.TdClassName
{
border-color: #3FF474;
}
.TagClassName
{
border-color: #3FF474;
}
</style>