Shades of Emerald #3DC884
Tints of Emerald #3DC884
RGB
CMYK
RGB Variations
Color information
#3DC884 (or 0x3DC884) is known color: Emerald. HEX triplet: 3D, C8 and 84. RGB value is (61,200,132). Sum of RGB (Red+Green+Blue) = 61+200+132=393 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.52% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC884 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC884 is #C2377B. Grayscale: #969696. Windows color (decimal): -12728188 or 8702013. OLE color: 8702013.
HSL color Cylindrical-coordinate representation of color #3DC884: hue angle of 150.65º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC884 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 200 | 132 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.22 |
| HSL | 150.65º | 0.56% | 0.51% | - |
| HSV(B) | 150.65º | 0.7% | 0.78% | - |
| XYZ | 26.74 | 43.97 | 28.91 | - |
| YUV | 150.69 | 117.45 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 200 | 132 | 0.69 | 0 | 0.34 | 0.22 | 150.65 | 0.56 | 0.51 |
| Hex | 3D | C8 | 84 | 45 | 0 | 22 | 16 | 97 | 38 | 33 |
| Octal | 75 | 310 | 204 | 105 | 0 | 42 | 26 | 227 | 70 | 63 |
| Binary | 111101 | 11001000 | 10000100 | 1000101 | 0 | 100010 | 10110 | 10010111 | 111000 | 110011 |
Color Harmonies of #3DC884
Complementary color
Monochromatic Colors of #3DC884
Black with #3DC884
Text Example
Text Example
White with #3DC884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC884; }
p { color: rgb(61,200,132); }
H1.HeaderClassName
{
color: #3DC884;
}
.AnyTagClassName
{
color: #3DC884;
}
</style>
background-color css
<style>
a { background-color: #3DC884; }
a { background-color: rgb(61,200,132); }
div.DivClassName
{
background-color: #3DC884;
}
.BgClassName
{
background-color: #3DC884;
}
</style>
border-color css
<style>
span { border-color: #3DC884; }
span { border-color: rgb(61,200,132); }
td.TdClassName
{
border-color: #3DC884;
}
.TagClassName
{
border-color: #3DC884;
}
</style>