Shades of Emerald #3DEC64
Tints of Emerald #3DEC64
RGB
CMYK
RGB Variations
Color information
#3DEC64 (or 0x3DEC64) is known color: Emerald. HEX triplet: 3D, EC and 64. RGB value is (61,236,100). Sum of RGB (Red+Green+Blue) = 61+236+100=397 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.37% from 397); Green value is 236 (92.58% from 255 or 59.45% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 236 - color contains mainly: green. Hex color #3DEC64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DEC64 is #C2139B. Grayscale: #A8A8A8. Windows color (decimal): -12719004 or 6614077. OLE color: 6614077.
HSL color Cylindrical-coordinate representation of color #3DEC64: hue angle of 133.37º 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 #3DEC64 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 100 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.07 |
| HSL | 133.37º | 0.82% | 0.58% | - |
| HSV(B) | 133.37º | 0.74% | 0.93% | - |
| XYZ | 34.22 | 61.9 | 22.2 | - |
| YUV | 168.17 | 89.52 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 100 | 0.74 | 0 | 0.58 | 0.07 | 133.37 | 0.82 | 0.58 |
| Hex | 3D | EC | 64 | 4A | 0 | 3A | 7 | 85 | 52 | 3A |
| Octal | 75 | 354 | 144 | 112 | 0 | 72 | 7 | 205 | 122 | 72 |
| Binary | 111101 | 11101100 | 1100100 | 1001010 | 0 | 111010 | 111 | 10000101 | 1010010 | 111010 |
Color Harmonies of #3DEC64
Complementary color
Monochromatic Colors of #3DEC64
Black with #3DEC64
Text Example
Text Example
White with #3DEC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEC64; }
p { color: rgb(61,236,100); }
H1.HeaderClassName
{
color: #3DEC64;
}
.AnyTagClassName
{
color: #3DEC64;
}
</style>
background-color css
<style>
a { background-color: #3DEC64; }
a { background-color: rgb(61,236,100); }
div.DivClassName
{
background-color: #3DEC64;
}
.BgClassName
{
background-color: #3DEC64;
}
</style>
border-color css
<style>
span { border-color: #3DEC64; }
span { border-color: rgb(61,236,100); }
td.TdClassName
{
border-color: #3DEC64;
}
.TagClassName
{
border-color: #3DEC64;
}
</style>