Shades of Emerald #3DF476
Tints of Emerald #3DF476
RGB
CMYK
RGB Variations
Color information
#3DF476 (or 0x3DF476) is known color: Emerald. HEX triplet: 3D, F4 and 76. RGB value is (61,244,118). Sum of RGB (Red+Green+Blue) = 61+244+118=423 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.42% from 423); Green value is 244 (95.70% from 255 or 57.68% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF476 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF476 is #C20B89. Grayscale: #AFAFAF. Windows color (decimal): -12716938 or 7795773. OLE color: 7795773.
HSL color Cylindrical-coordinate representation of color #3DF476: hue angle of 138.69º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF476 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 118 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.04 |
| HSL | 138.69º | 0.89% | 0.6% | - |
| HSV(B) | 138.69º | 0.75% | 0.96% | - |
| XYZ | 37.55 | 67 | 28.09 | - |
| YUV | 174.92 | 95.87 | 46.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 118 | 0.75 | 0 | 0.52 | 0.04 | 138.69 | 0.89 | 0.6 |
| Hex | 3D | F4 | 76 | 4B | 0 | 34 | 4 | 8B | 59 | 3C |
| Octal | 75 | 364 | 166 | 113 | 0 | 64 | 4 | 213 | 131 | 74 |
| Binary | 111101 | 11110100 | 1110110 | 1001011 | 0 | 110100 | 100 | 10001011 | 1011001 | 111100 |
Color Harmonies of #3DF476
Complementary color
Monochromatic Colors of #3DF476
Black with #3DF476
Text Example
Text Example
White with #3DF476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF476; }
p { color: rgb(61,244,118); }
H1.HeaderClassName
{
color: #3DF476;
}
.AnyTagClassName
{
color: #3DF476;
}
</style>
background-color css
<style>
a { background-color: #3DF476; }
a { background-color: rgb(61,244,118); }
div.DivClassName
{
background-color: #3DF476;
}
.BgClassName
{
background-color: #3DF476;
}
</style>
border-color css
<style>
span { border-color: #3DF476; }
span { border-color: rgb(61,244,118); }
td.TdClassName
{
border-color: #3DF476;
}
.TagClassName
{
border-color: #3DF476;
}
</style>