Shades of Emerald #3DEC72
Tints of Emerald #3DEC72
RGB
CMYK
RGB Variations
Color information
#3DEC72 (or 0x3DEC72) is known color: Emerald. HEX triplet: 3D, EC and 72. RGB value is (61,236,114). Sum of RGB (Red+Green+Blue) = 61+236+114=411 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.84% from 411); Green value is 236 (92.58% from 255 or 57.42% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 236 - color contains mainly: green. Hex color #3DEC72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DEC72 is #C2138D. Grayscale: #AAAAAA. Windows color (decimal): -12718990 or 7531581. OLE color: 7531581.
HSL color Cylindrical-coordinate representation of color #3DEC72: hue angle of 138.17º 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 #3DEC72 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 114 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.07 |
| HSL | 138.17º | 0.82% | 0.58% | - |
| HSV(B) | 138.17º | 0.74% | 0.93% | - |
| XYZ | 34.96 | 62.2 | 26.08 | - |
| YUV | 169.77 | 96.52 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 114 | 0.74 | 0 | 0.52 | 0.07 | 138.17 | 0.82 | 0.58 |
| Hex | 3D | EC | 72 | 4A | 0 | 34 | 7 | 8A | 52 | 3A |
| Octal | 75 | 354 | 162 | 112 | 0 | 64 | 7 | 212 | 122 | 72 |
| Binary | 111101 | 11101100 | 1110010 | 1001010 | 0 | 110100 | 111 | 10001010 | 1010010 | 111010 |
Color Harmonies of #3DEC72
Complementary color
Monochromatic Colors of #3DEC72
Black with #3DEC72
Text Example
Text Example
White with #3DEC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEC72; }
p { color: rgb(61,236,114); }
H1.HeaderClassName
{
color: #3DEC72;
}
.AnyTagClassName
{
color: #3DEC72;
}
</style>
background-color css
<style>
a { background-color: #3DEC72; }
a { background-color: rgb(61,236,114); }
div.DivClassName
{
background-color: #3DEC72;
}
.BgClassName
{
background-color: #3DEC72;
}
</style>
border-color css
<style>
span { border-color: #3DEC72; }
span { border-color: rgb(61,236,114); }
td.TdClassName
{
border-color: #3DEC72;
}
.TagClassName
{
border-color: #3DEC72;
}
</style>