Shades of Emerald #3DF57F
Tints of Emerald #3DF57F
RGB
CMYK
RGB Variations
Color information
#3DF57F (or 0x3DF57F) is known color: Emerald. HEX triplet: 3D, F5 and 7F. RGB value is (61,245,127). Sum of RGB (Red+Green+Blue) = 61+245+127=433 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.09% from 433); Green value is 245 (96.09% from 255 or 56.58% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF57F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF57F is #C20A80. Grayscale: #B0B0B0. Windows color (decimal): -12716673 or 8385853. OLE color: 8385853.
HSL color Cylindrical-coordinate representation of color #3DF57F: hue angle of 141.52º degrees, saturation: 0.9, 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 #3DF57F is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 245 | 127 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.04 |
| HSL | 141.52º | 0.9% | 0.6% | - |
| HSV(B) | 141.52º | 0.75% | 0.96% | - |
| XYZ | 38.41 | 67.83 | 31.15 | - |
| YUV | 176.53 | 100.04 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 245 | 127 | 0.75 | 0 | 0.48 | 0.04 | 141.52 | 0.9 | 0.6 |
| Hex | 3D | F5 | 7F | 4B | 0 | 30 | 4 | 8E | 5A | 3C |
| Octal | 75 | 365 | 177 | 113 | 0 | 60 | 4 | 216 | 132 | 74 |
| Binary | 111101 | 11110101 | 1111111 | 1001011 | 0 | 110000 | 100 | 10001110 | 1011010 | 111100 |
Color Harmonies of #3DF57F
Complementary color
Monochromatic Colors of #3DF57F
Black with #3DF57F
Text Example
Text Example
White with #3DF57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF57F; }
p { color: rgb(61,245,127); }
H1.HeaderClassName
{
color: #3DF57F;
}
.AnyTagClassName
{
color: #3DF57F;
}
</style>
background-color css
<style>
a { background-color: #3DF57F; }
a { background-color: rgb(61,245,127); }
div.DivClassName
{
background-color: #3DF57F;
}
.BgClassName
{
background-color: #3DF57F;
}
</style>
border-color css
<style>
span { border-color: #3DF57F; }
span { border-color: rgb(61,245,127); }
td.TdClassName
{
border-color: #3DF57F;
}
.TagClassName
{
border-color: #3DF57F;
}
</style>