Shades of Emerald #3DEC80
Tints of Emerald #3DEC80
RGB
CMYK
RGB Variations
Color information
#3DEC80 (or 0x3DEC80) is known color: Emerald. HEX triplet: 3D, EC and 80. RGB value is (61,236,128). Sum of RGB (Red+Green+Blue) = 61+236+128=425 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.35% from 425); Green value is 236 (92.58% from 255 or 55.53% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 236 - color contains mainly: green. Hex color #3DEC80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DEC80 is #C2137F. Grayscale: #ABABAB. Windows color (decimal): -12718976 or 8449085. OLE color: 8449085.
HSL color Cylindrical-coordinate representation of color #3DEC80: hue angle of 142.97º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEC80 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 128 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.07 |
| HSL | 142.97º | 0.82% | 0.58% | - |
| HSV(B) | 142.97º | 0.74% | 0.93% | - |
| XYZ | 35.82 | 62.54 | 30.61 | - |
| YUV | 171.36 | 103.52 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 128 | 0.74 | 0 | 0.46 | 0.07 | 142.97 | 0.82 | 0.58 |
| Hex | 3D | EC | 80 | 4A | 0 | 2E | 7 | 8F | 52 | 3A |
| Octal | 75 | 354 | 200 | 112 | 0 | 56 | 7 | 217 | 122 | 72 |
| Binary | 111101 | 11101100 | 10000000 | 1001010 | 0 | 101110 | 111 | 10001111 | 1010010 | 111010 |
Color Harmonies of #3DEC80
Complementary color
Monochromatic Colors of #3DEC80
Black with #3DEC80
Text Example
Text Example
White with #3DEC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEC80; }
p { color: rgb(61,236,128); }
H1.HeaderClassName
{
color: #3DEC80;
}
.AnyTagClassName
{
color: #3DEC80;
}
</style>
background-color css
<style>
a { background-color: #3DEC80; }
a { background-color: rgb(61,236,128); }
div.DivClassName
{
background-color: #3DEC80;
}
.BgClassName
{
background-color: #3DEC80;
}
</style>
border-color css
<style>
span { border-color: #3DEC80; }
span { border-color: rgb(61,236,128); }
td.TdClassName
{
border-color: #3DEC80;
}
.TagClassName
{
border-color: #3DEC80;
}
</style>