Shades of Emerald #3DF37F
Tints of Emerald #3DF37F
RGB
CMYK
RGB Variations
Color information
#3DF37F (or 0x3DF37F) is known color: Emerald. HEX triplet: 3D, F3 and 7F. RGB value is (61,243,127). Sum of RGB (Red+Green+Blue) = 61+243+127=431 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.15% from 431); Green value is 243 (95.31% from 255 or 56.38% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF37F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF37F is #C20C80. Grayscale: #AFAFAF. Windows color (decimal): -12717185 or 8385341. OLE color: 8385341.
HSL color Cylindrical-coordinate representation of color #3DF37F: hue angle of 141.76º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF37F is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 127 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.05 |
| HSL | 141.76º | 0.88% | 0.6% | - |
| HSV(B) | 141.76º | 0.75% | 0.95% | - |
| XYZ | 37.81 | 66.63 | 30.95 | - |
| YUV | 175.36 | 100.7 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 127 | 0.75 | 0 | 0.48 | 0.05 | 141.76 | 0.88 | 0.6 |
| Hex | 3D | F3 | 7F | 4B | 0 | 30 | 5 | 8E | 58 | 3C |
| Octal | 75 | 363 | 177 | 113 | 0 | 60 | 5 | 216 | 130 | 74 |
| Binary | 111101 | 11110011 | 1111111 | 1001011 | 0 | 110000 | 101 | 10001110 | 1011000 | 111100 |
Color Harmonies of #3DF37F
Complementary color
Monochromatic Colors of #3DF37F
Black with #3DF37F
Text Example
Text Example
White with #3DF37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF37F; }
p { color: rgb(61,243,127); }
H1.HeaderClassName
{
color: #3DF37F;
}
.AnyTagClassName
{
color: #3DF37F;
}
</style>
background-color css
<style>
a { background-color: #3DF37F; }
a { background-color: rgb(61,243,127); }
div.DivClassName
{
background-color: #3DF37F;
}
.BgClassName
{
background-color: #3DF37F;
}
</style>
border-color css
<style>
span { border-color: #3DF37F; }
span { border-color: rgb(61,243,127); }
td.TdClassName
{
border-color: #3DF37F;
}
.TagClassName
{
border-color: #3DF37F;
}
</style>