Shades of Emerald #3DCC5F
Tints of Emerald #3DCC5F
RGB
CMYK
RGB Variations
Color information
#3DCC5F (or 0x3DCC5F) is known color: Emerald. HEX triplet: 3D, CC and 5F. RGB value is (61,204,95). Sum of RGB (Red+Green+Blue) = 61+204+95=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 204 (80.08% from 255 or 56.67% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCC5F is #C233A0. Grayscale: #959595. Windows color (decimal): -12727201 or 6278205. OLE color: 6278205.
HSL color Cylindrical-coordinate representation of color #3DCC5F: hue angle of 134.27º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCC5F is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 204 | 95 | - |
| CMYK | 0.70 | 0 | 0.53 | 0.2 |
| HSL | 134.27º | 0.58% | 0.52% | - |
| HSV(B) | 134.27º | 0.7% | 0.8% | - |
| XYZ | 25.58 | 45 | 18.16 | - |
| YUV | 148.82 | 97.62 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 95 | 0.70 | 0 | 0.53 | 0.2 | 134.27 | 0.58 | 0.52 |
| Hex | 3D | CC | 5F | 46 | 0 | 35 | 14 | 86 | 3A | 34 |
| Octal | 75 | 314 | 137 | 106 | 0 | 65 | 24 | 206 | 72 | 64 |
| Binary | 111101 | 11001100 | 1011111 | 1000110 | 0 | 110101 | 10100 | 10000110 | 111010 | 110100 |
Color Harmonies of #3DCC5F
Complementary color
Monochromatic Colors of #3DCC5F
Black with #3DCC5F
Text Example
Text Example
White with #3DCC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCC5F; }
p { color: rgb(61,204,95); }
H1.HeaderClassName
{
color: #3DCC5F;
}
.AnyTagClassName
{
color: #3DCC5F;
}
</style>
background-color css
<style>
a { background-color: #3DCC5F; }
a { background-color: rgb(61,204,95); }
div.DivClassName
{
background-color: #3DCC5F;
}
.BgClassName
{
background-color: #3DCC5F;
}
</style>
border-color css
<style>
span { border-color: #3DCC5F; }
span { border-color: rgb(61,204,95); }
td.TdClassName
{
border-color: #3DCC5F;
}
.TagClassName
{
border-color: #3DCC5F;
}
</style>