Shades of Emerald #3DF781
Tints of Emerald #3DF781
RGB
CMYK
RGB Variations
Color information
#3DF781 (or 0x3DF781) is known color: Emerald. HEX triplet: 3D, F7 and 81. RGB value is (61,247,129). Sum of RGB (Red+Green+Blue) = 61+247+129=437 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.96% from 437); Green value is 247 (96.88% from 255 or 56.52% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF781 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF781 is #C2087E. Grayscale: #B2B2B2. Windows color (decimal): -12716159 or 8517437. OLE color: 8517437.
HSL color Cylindrical-coordinate representation of color #3DF781: hue angle of 141.94º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF781 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 129 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.03 |
| HSL | 141.94º | 0.92% | 0.6% | - |
| HSV(B) | 141.94º | 0.75% | 0.97% | - |
| XYZ | 39.15 | 69.1 | 32.04 | - |
| YUV | 177.93 | 100.38 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 129 | 0.75 | 0 | 0.48 | 0.03 | 141.94 | 0.92 | 0.6 |
| Hex | 3D | F7 | 81 | 4B | 0 | 30 | 3 | 8E | 5C | 3C |
| Octal | 75 | 367 | 201 | 113 | 0 | 60 | 3 | 216 | 134 | 74 |
| Binary | 111101 | 11110111 | 10000001 | 1001011 | 0 | 110000 | 11 | 10001110 | 1011100 | 111100 |
Color Harmonies of #3DF781
Complementary color
Monochromatic Colors of #3DF781
Black with #3DF781
Text Example
Text Example
White with #3DF781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF781; }
p { color: rgb(61,247,129); }
H1.HeaderClassName
{
color: #3DF781;
}
.AnyTagClassName
{
color: #3DF781;
}
</style>
background-color css
<style>
a { background-color: #3DF781; }
a { background-color: rgb(61,247,129); }
div.DivClassName
{
background-color: #3DF781;
}
.BgClassName
{
background-color: #3DF781;
}
</style>
border-color css
<style>
span { border-color: #3DF781; }
span { border-color: rgb(61,247,129); }
td.TdClassName
{
border-color: #3DF781;
}
.TagClassName
{
border-color: #3DF781;
}
</style>