Shades of Emerald #3DC973
Tints of Emerald #3DC973
RGB
CMYK
RGB Variations
Color information
#3DC973 (or 0x3DC973) is known color: Emerald. HEX triplet: 3D, C9 and 73. RGB value is (61,201,115). Sum of RGB (Red+Green+Blue) = 61+201+115=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC973 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC973 is #C2368C. Grayscale: #959595. Windows color (decimal): -12727949 or 7588157. OLE color: 7588157.
HSL color Cylindrical-coordinate representation of color #3DC973: hue angle of 143.14º 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 #3DC973 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 115 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.21 |
| HSL | 143.14º | 0.56% | 0.51% | - |
| HSV(B) | 143.14º | 0.7% | 0.79% | - |
| XYZ | 25.91 | 44 | 23.35 | - |
| YUV | 149.34 | 108.62 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 115 | 0.70 | 0 | 0.43 | 0.21 | 143.14 | 0.56 | 0.51 |
| Hex | 3D | C9 | 73 | 46 | 0 | 2B | 15 | 8F | 38 | 33 |
| Octal | 75 | 311 | 163 | 106 | 0 | 53 | 25 | 217 | 70 | 63 |
| Binary | 111101 | 11001001 | 1110011 | 1000110 | 0 | 101011 | 10101 | 10001111 | 111000 | 110011 |
Color Harmonies of #3DC973
Complementary color
Monochromatic Colors of #3DC973
Black with #3DC973
Text Example
Text Example
White with #3DC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC973; }
p { color: rgb(61,201,115); }
H1.HeaderClassName
{
color: #3DC973;
}
.AnyTagClassName
{
color: #3DC973;
}
</style>
background-color css
<style>
a { background-color: #3DC973; }
a { background-color: rgb(61,201,115); }
div.DivClassName
{
background-color: #3DC973;
}
.BgClassName
{
background-color: #3DC973;
}
</style>
border-color css
<style>
span { border-color: #3DC973; }
span { border-color: rgb(61,201,115); }
td.TdClassName
{
border-color: #3DC973;
}
.TagClassName
{
border-color: #3DC973;
}
</style>