Shades of Emerald #3DC95C
Tints of Emerald #3DC95C
RGB
CMYK
RGB Variations
Color information
#3DC95C (or 0x3DC95C) is known color: Emerald. HEX triplet: 3D, C9 and 5C. RGB value is (61,201,92). Sum of RGB (Red+Green+Blue) = 61+201+92=354 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.23% from 354); Green value is 201 (78.91% from 255 or 56.78% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC95C is #C236A3. Grayscale: #939393. Windows color (decimal): -12727972 or 6080829. OLE color: 6080829.
HSL color Cylindrical-coordinate representation of color #3DC95C: hue angle of 133.29º 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 #3DC95C is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 92 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.21 |
| HSL | 133.29º | 0.56% | 0.51% | - |
| HSV(B) | 133.29º | 0.7% | 0.79% | - |
| XYZ | 24.74 | 43.54 | 17.22 | - |
| YUV | 146.71 | 97.12 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 92 | 0.70 | 0 | 0.54 | 0.21 | 133.29 | 0.56 | 0.51 |
| Hex | 3D | C9 | 5C | 46 | 0 | 36 | 15 | 85 | 38 | 33 |
| Octal | 75 | 311 | 134 | 106 | 0 | 66 | 25 | 205 | 70 | 63 |
| Binary | 111101 | 11001001 | 1011100 | 1000110 | 0 | 110110 | 10101 | 10000101 | 111000 | 110011 |
Color Harmonies of #3DC95C
Complementary color
Monochromatic Colors of #3DC95C
Black with #3DC95C
Text Example
Text Example
White with #3DC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC95C; }
p { color: rgb(61,201,92); }
H1.HeaderClassName
{
color: #3DC95C;
}
.AnyTagClassName
{
color: #3DC95C;
}
</style>
background-color css
<style>
a { background-color: #3DC95C; }
a { background-color: rgb(61,201,92); }
div.DivClassName
{
background-color: #3DC95C;
}
.BgClassName
{
background-color: #3DC95C;
}
</style>
border-color css
<style>
span { border-color: #3DC95C; }
span { border-color: rgb(61,201,92); }
td.TdClassName
{
border-color: #3DC95C;
}
.TagClassName
{
border-color: #3DC95C;
}
</style>