Shades of Emerald #3DF986
Tints of Emerald #3DF986
RGB
CMYK
RGB Variations
Color information
#3DF986 (or 0x3DF986) is known color: Emerald. HEX triplet: 3D, F9 and 86. RGB value is (61,249,134). Sum of RGB (Red+Green+Blue) = 61+249+134=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 249 (97.66% from 255 or 56.08% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF986 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF986 is #C20679. Grayscale: #B3B3B3. Windows color (decimal): -12715642 or 8845629. OLE color: 8845629.
HSL color Cylindrical-coordinate representation of color #3DF986: hue angle of 143.3º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF986 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 134 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.02 |
| HSL | 143.3º | 0.94% | 0.61% | - |
| HSV(B) | 143.3º | 0.76% | 0.98% | - |
| XYZ | 40.1 | 70.46 | 34.04 | - |
| YUV | 179.68 | 102.22 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 134 | 0.76 | 0 | 0.46 | 0.02 | 143.3 | 0.94 | 0.61 |
| Hex | 3D | F9 | 86 | 4C | 0 | 2E | 2 | 8F | 5E | 3D |
| Octal | 75 | 371 | 206 | 114 | 0 | 56 | 2 | 217 | 136 | 75 |
| Binary | 111101 | 11111001 | 10000110 | 1001100 | 0 | 101110 | 10 | 10001111 | 1011110 | 111101 |
Color Harmonies of #3DF986
Complementary color
Monochromatic Colors of #3DF986
Black with #3DF986
Text Example
Text Example
White with #3DF986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF986; }
p { color: rgb(61,249,134); }
H1.HeaderClassName
{
color: #3DF986;
}
.AnyTagClassName
{
color: #3DF986;
}
</style>
background-color css
<style>
a { background-color: #3DF986; }
a { background-color: rgb(61,249,134); }
div.DivClassName
{
background-color: #3DF986;
}
.BgClassName
{
background-color: #3DF986;
}
</style>
border-color css
<style>
span { border-color: #3DF986; }
span { border-color: rgb(61,249,134); }
td.TdClassName
{
border-color: #3DF986;
}
.TagClassName
{
border-color: #3DF986;
}
</style>