Shades of Emerald #3DCC84
Tints of Emerald #3DCC84
RGB
CMYK
RGB Variations
Color information
#3DCC84 (or 0x3DCC84) is known color: Emerald. HEX triplet: 3D, CC and 84. RGB value is (61,204,132). Sum of RGB (Red+Green+Blue) = 61+204+132=397 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.37% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCC84 is #C2337B. Grayscale: #999999. Windows color (decimal): -12727164 or 8703037. OLE color: 8703037.
HSL color Cylindrical-coordinate representation of color #3DCC84: hue angle of 149.79º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCC84 is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 204 | 132 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.2 |
| HSL | 149.79º | 0.58% | 0.52% | - |
| HSV(B) | 149.79º | 0.7% | 0.8% | - |
| XYZ | 27.68 | 45.84 | 29.22 | - |
| YUV | 153.04 | 116.12 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 132 | 0.70 | 0 | 0.35 | 0.2 | 149.79 | 0.58 | 0.52 |
| Hex | 3D | CC | 84 | 46 | 0 | 23 | 14 | 96 | 3A | 34 |
| Octal | 75 | 314 | 204 | 106 | 0 | 43 | 24 | 226 | 72 | 64 |
| Binary | 111101 | 11001100 | 10000100 | 1000110 | 0 | 100011 | 10100 | 10010110 | 111010 | 110100 |
Color Harmonies of #3DCC84
Complementary color
Monochromatic Colors of #3DCC84
Black with #3DCC84
Text Example
Text Example
White with #3DCC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCC84; }
p { color: rgb(61,204,132); }
H1.HeaderClassName
{
color: #3DCC84;
}
.AnyTagClassName
{
color: #3DCC84;
}
</style>
background-color css
<style>
a { background-color: #3DCC84; }
a { background-color: rgb(61,204,132); }
div.DivClassName
{
background-color: #3DCC84;
}
.BgClassName
{
background-color: #3DCC84;
}
</style>
border-color css
<style>
span { border-color: #3DCC84; }
span { border-color: rgb(61,204,132); }
td.TdClassName
{
border-color: #3DCC84;
}
.TagClassName
{
border-color: #3DCC84;
}
</style>