Shades of Emerald #3DCF7C
Tints of Emerald #3DCF7C
RGB
CMYK
RGB Variations
Color information
#3DCF7C (or 0x3DCF7C) is known color: Emerald. HEX triplet: 3D, CF and 7C. RGB value is (61,207,124). Sum of RGB (Red+Green+Blue) = 61+207+124=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCF7C is #C23083. Grayscale: #9A9A9A. Windows color (decimal): -12726404 or 8179517. OLE color: 8179517.
HSL color Cylindrical-coordinate representation of color #3DCF7C: hue angle of 145.89º 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 #3DCF7C is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 124 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.19 |
| HSL | 145.89º | 0.6% | 0.53% | - |
| HSV(B) | 145.89º | 0.71% | 0.81% | - |
| XYZ | 27.88 | 47.07 | 26.69 | - |
| YUV | 153.88 | 111.13 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 124 | 0.71 | 0 | 0.40 | 0.19 | 145.89 | 0.6 | 0.53 |
| Hex | 3D | CF | 7C | 47 | 0 | 28 | 13 | 92 | 3C | 35 |
| Octal | 75 | 317 | 174 | 107 | 0 | 50 | 23 | 222 | 74 | 65 |
| Binary | 111101 | 11001111 | 1111100 | 1000111 | 0 | 101000 | 10011 | 10010010 | 111100 | 110101 |
Color Harmonies of #3DCF7C
Complementary color
Monochromatic Colors of #3DCF7C
Black with #3DCF7C
Text Example
Text Example
White with #3DCF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF7C; }
p { color: rgb(61,207,124); }
H1.HeaderClassName
{
color: #3DCF7C;
}
.AnyTagClassName
{
color: #3DCF7C;
}
</style>
background-color css
<style>
a { background-color: #3DCF7C; }
a { background-color: rgb(61,207,124); }
div.DivClassName
{
background-color: #3DCF7C;
}
.BgClassName
{
background-color: #3DCF7C;
}
</style>
border-color css
<style>
span { border-color: #3DCF7C; }
span { border-color: rgb(61,207,124); }
td.TdClassName
{
border-color: #3DCF7C;
}
.TagClassName
{
border-color: #3DCF7C;
}
</style>