Shades of Emerald #3DED80
Tints of Emerald #3DED80
RGB
CMYK
RGB Variations
Color information
#3DED80 (or 0x3DED80) is known color: Emerald. HEX triplet: 3D, ED and 80. RGB value is (61,237,128). Sum of RGB (Red+Green+Blue) = 61+237+128=426 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.32% from 426); Green value is 237 (92.97% from 255 or 55.63% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 237 - color contains mainly: green. Hex color #3DED80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DED80 is #C2127F. Grayscale: #ACACAC. Windows color (decimal): -12718720 or 8449341. OLE color: 8449341.
HSL color Cylindrical-coordinate representation of color #3DED80: hue angle of 142.84º degrees, saturation: 0.83, 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 #3DED80 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 128 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.07 |
| HSL | 142.84º | 0.83% | 0.58% | - |
| HSV(B) | 142.84º | 0.74% | 0.93% | - |
| XYZ | 36.1 | 63.12 | 30.7 | - |
| YUV | 171.95 | 103.19 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 128 | 0.74 | 0 | 0.46 | 0.07 | 142.84 | 0.83 | 0.58 |
| Hex | 3D | ED | 80 | 4A | 0 | 2E | 7 | 8F | 53 | 3A |
| Octal | 75 | 355 | 200 | 112 | 0 | 56 | 7 | 217 | 123 | 72 |
| Binary | 111101 | 11101101 | 10000000 | 1001010 | 0 | 101110 | 111 | 10001111 | 1010011 | 111010 |
Color Harmonies of #3DED80
Complementary color
Monochromatic Colors of #3DED80
Black with #3DED80
Text Example
Text Example
White with #3DED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DED80; }
p { color: rgb(61,237,128); }
H1.HeaderClassName
{
color: #3DED80;
}
.AnyTagClassName
{
color: #3DED80;
}
</style>
background-color css
<style>
a { background-color: #3DED80; }
a { background-color: rgb(61,237,128); }
div.DivClassName
{
background-color: #3DED80;
}
.BgClassName
{
background-color: #3DED80;
}
</style>
border-color css
<style>
span { border-color: #3DED80; }
span { border-color: rgb(61,237,128); }
td.TdClassName
{
border-color: #3DED80;
}
.TagClassName
{
border-color: #3DED80;
}
</style>