Shades of Emerald #3DC975
Tints of Emerald #3DC975
RGB
CMYK
RGB Variations
Color information
#3DC975 (or 0x3DC975) is known color: Emerald. HEX triplet: 3D, C9 and 75. RGB value is (61,201,117). Sum of RGB (Red+Green+Blue) = 61+201+117=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 201 (78.91% from 255 or 53.03% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC975 is #C2368A. Grayscale: #959595. Windows color (decimal): -12727947 or 7719229. OLE color: 7719229.
HSL color Cylindrical-coordinate representation of color #3DC975: hue angle of 144º 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 #3DC975 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 117 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.21 |
| HSL | 144º | 0.56% | 0.51% | - |
| HSV(B) | 144º | 0.7% | 0.79% | - |
| XYZ | 26.02 | 44.05 | 23.96 | - |
| YUV | 149.56 | 109.62 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 117 | 0.70 | 0 | 0.42 | 0.21 | 144 | 0.56 | 0.51 |
| Hex | 3D | C9 | 75 | 46 | 0 | 2A | 15 | 90 | 38 | 33 |
| Octal | 75 | 311 | 165 | 106 | 0 | 52 | 25 | 220 | 70 | 63 |
| Binary | 111101 | 11001001 | 1110101 | 1000110 | 0 | 101010 | 10101 | 10010000 | 111000 | 110011 |
Color Harmonies of #3DC975
Complementary color
Monochromatic Colors of #3DC975
Black with #3DC975
Text Example
Text Example
White with #3DC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC975; }
p { color: rgb(61,201,117); }
H1.HeaderClassName
{
color: #3DC975;
}
.AnyTagClassName
{
color: #3DC975;
}
</style>
background-color css
<style>
a { background-color: #3DC975; }
a { background-color: rgb(61,201,117); }
div.DivClassName
{
background-color: #3DC975;
}
.BgClassName
{
background-color: #3DC975;
}
</style>
border-color css
<style>
span { border-color: #3DC975; }
span { border-color: rgb(61,201,117); }
td.TdClassName
{
border-color: #3DC975;
}
.TagClassName
{
border-color: #3DC975;
}
</style>