Shades of Emerald #3DCF7D
Tints of Emerald #3DCF7D
RGB
CMYK
RGB Variations
Color information
#3DCF7D (or 0x3DCF7D) is known color: Emerald. HEX triplet: 3D, CF and 7D. RGB value is (61,207,125). Sum of RGB (Red+Green+Blue) = 61+207+125=393 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.52% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCF7D is #C23082. Grayscale: #9A9A9A. Windows color (decimal): -12726403 or 8245053. OLE color: 8245053.
HSL color Cylindrical-coordinate representation of color #3DCF7D: hue angle of 146.3º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCF7D is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 125 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.19 |
| HSL | 146.3º | 0.6% | 0.53% | - |
| HSV(B) | 146.3º | 0.71% | 0.81% | - |
| XYZ | 27.94 | 47.1 | 27.02 | - |
| YUV | 154 | 111.63 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 125 | 0.71 | 0 | 0.40 | 0.19 | 146.3 | 0.6 | 0.53 |
| Hex | 3D | CF | 7D | 47 | 0 | 28 | 13 | 92 | 3C | 35 |
| Octal | 75 | 317 | 175 | 107 | 0 | 50 | 23 | 222 | 74 | 65 |
| Binary | 111101 | 11001111 | 1111101 | 1000111 | 0 | 101000 | 10011 | 10010010 | 111100 | 110101 |
Color Harmonies of #3DCF7D
Complementary color
Monochromatic Colors of #3DCF7D
Black with #3DCF7D
Text Example
Text Example
White with #3DCF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF7D; }
p { color: rgb(61,207,125); }
H1.HeaderClassName
{
color: #3DCF7D;
}
.AnyTagClassName
{
color: #3DCF7D;
}
</style>
background-color css
<style>
a { background-color: #3DCF7D; }
a { background-color: rgb(61,207,125); }
div.DivClassName
{
background-color: #3DCF7D;
}
.BgClassName
{
background-color: #3DCF7D;
}
</style>
border-color css
<style>
span { border-color: #3DCF7D; }
span { border-color: rgb(61,207,125); }
td.TdClassName
{
border-color: #3DCF7D;
}
.TagClassName
{
border-color: #3DCF7D;
}
</style>