Shades of Emerald #3DC984
Tints of Emerald #3DC984
RGB
CMYK
RGB Variations
Color information
#3DC984 (or 0x3DC984) is known color: Emerald. HEX triplet: 3D, C9 and 84. RGB value is (61,201,132). Sum of RGB (Red+Green+Blue) = 61+201+132=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC984 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC984 is #C2367B. Grayscale: #979797. Windows color (decimal): -12727932 or 8702269. OLE color: 8702269.
HSL color Cylindrical-coordinate representation of color #3DC984: hue angle of 150.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC984 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 132 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.21 |
| HSL | 150.43º | 0.56% | 0.51% | - |
| HSV(B) | 150.43º | 0.7% | 0.79% | - |
| XYZ | 26.98 | 44.43 | 28.98 | - |
| YUV | 151.27 | 117.12 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 132 | 0.70 | 0 | 0.34 | 0.21 | 150.43 | 0.56 | 0.51 |
| Hex | 3D | C9 | 84 | 46 | 0 | 22 | 15 | 96 | 38 | 33 |
| Octal | 75 | 311 | 204 | 106 | 0 | 42 | 25 | 226 | 70 | 63 |
| Binary | 111101 | 11001001 | 10000100 | 1000110 | 0 | 100010 | 10101 | 10010110 | 111000 | 110011 |
Color Harmonies of #3DC984
Complementary color
Monochromatic Colors of #3DC984
Black with #3DC984
Text Example
Text Example
White with #3DC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC984; }
p { color: rgb(61,201,132); }
H1.HeaderClassName
{
color: #3DC984;
}
.AnyTagClassName
{
color: #3DC984;
}
</style>
background-color css
<style>
a { background-color: #3DC984; }
a { background-color: rgb(61,201,132); }
div.DivClassName
{
background-color: #3DC984;
}
.BgClassName
{
background-color: #3DC984;
}
</style>
border-color css
<style>
span { border-color: #3DC984; }
span { border-color: rgb(61,201,132); }
td.TdClassName
{
border-color: #3DC984;
}
.TagClassName
{
border-color: #3DC984;
}
</style>