Shades of Emerald #3DC85F
Tints of Emerald #3DC85F
RGB
CMYK
RGB Variations
Color information
#3DC85F (or 0x3DC85F) is known color: Emerald. HEX triplet: 3D, C8 and 5F. RGB value is (61,200,95). Sum of RGB (Red+Green+Blue) = 61+200+95=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC85F is #C237A0. Grayscale: #929292. Windows color (decimal): -12728225 or 6277181. OLE color: 6277181.
HSL color Cylindrical-coordinate representation of color #3DC85F: hue angle of 134.68º 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 #3DC85F is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 200 | 95 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.22 |
| HSL | 134.68º | 0.56% | 0.51% | - |
| HSV(B) | 134.68º | 0.7% | 0.78% | - |
| XYZ | 24.64 | 43.13 | 17.85 | - |
| YUV | 146.47 | 98.95 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 200 | 95 | 0.69 | 0 | 0.52 | 0.22 | 134.68 | 0.56 | 0.51 |
| Hex | 3D | C8 | 5F | 45 | 0 | 34 | 16 | 87 | 38 | 33 |
| Octal | 75 | 310 | 137 | 105 | 0 | 64 | 26 | 207 | 70 | 63 |
| Binary | 111101 | 11001000 | 1011111 | 1000101 | 0 | 110100 | 10110 | 10000111 | 111000 | 110011 |
Color Harmonies of #3DC85F
Complementary color
Monochromatic Colors of #3DC85F
Black with #3DC85F
Text Example
Text Example
White with #3DC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC85F; }
p { color: rgb(61,200,95); }
H1.HeaderClassName
{
color: #3DC85F;
}
.AnyTagClassName
{
color: #3DC85F;
}
</style>
background-color css
<style>
a { background-color: #3DC85F; }
a { background-color: rgb(61,200,95); }
div.DivClassName
{
background-color: #3DC85F;
}
.BgClassName
{
background-color: #3DC85F;
}
</style>
border-color css
<style>
span { border-color: #3DC85F; }
span { border-color: rgb(61,200,95); }
td.TdClassName
{
border-color: #3DC85F;
}
.TagClassName
{
border-color: #3DC85F;
}
</style>