Shades of Emerald #3DC960
Tints of Emerald #3DC960
RGB
CMYK
RGB Variations
Color information
#3DC960 (or 0x3DC960) is known color: Emerald. HEX triplet: 3D, C9 and 60. RGB value is (61,201,96). Sum of RGB (Red+Green+Blue) = 61+201+96=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 201 (78.91% from 255 or 56.15% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC960 is #C2369F. Grayscale: #939393. Windows color (decimal): -12727968 or 6342973. OLE color: 6342973.
HSL color Cylindrical-coordinate representation of color #3DC960: hue angle of 135º 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 #3DC960 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 96 | - |
| CMYK | 0.70 | 0 | 0.52 | 0.21 |
| HSL | 135º | 0.56% | 0.51% | - |
| HSV(B) | 135º | 0.7% | 0.79% | - |
| XYZ | 24.92 | 43.61 | 18.17 | - |
| YUV | 147.17 | 99.12 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 96 | 0.70 | 0 | 0.52 | 0.21 | 135 | 0.56 | 0.51 |
| Hex | 3D | C9 | 60 | 46 | 0 | 34 | 15 | 87 | 38 | 33 |
| Octal | 75 | 311 | 140 | 106 | 0 | 64 | 25 | 207 | 70 | 63 |
| Binary | 111101 | 11001001 | 1100000 | 1000110 | 0 | 110100 | 10101 | 10000111 | 111000 | 110011 |
Color Harmonies of #3DC960
Complementary color
Monochromatic Colors of #3DC960
Black with #3DC960
Text Example
Text Example
White with #3DC960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC960; }
p { color: rgb(61,201,96); }
H1.HeaderClassName
{
color: #3DC960;
}
.AnyTagClassName
{
color: #3DC960;
}
</style>
background-color css
<style>
a { background-color: #3DC960; }
a { background-color: rgb(61,201,96); }
div.DivClassName
{
background-color: #3DC960;
}
.BgClassName
{
background-color: #3DC960;
}
</style>
border-color css
<style>
span { border-color: #3DC960; }
span { border-color: rgb(61,201,96); }
td.TdClassName
{
border-color: #3DC960;
}
.TagClassName
{
border-color: #3DC960;
}
</style>