Shades of Emerald #3DCF7A
Tints of Emerald #3DCF7A
RGB
CMYK
RGB Variations
Color information
#3DCF7A (or 0x3DCF7A) is known color: Emerald. HEX triplet: 3D, CF and 7A. RGB value is (61,207,122). Sum of RGB (Red+Green+Blue) = 61+207+122=390 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.64% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCF7A is #C23085. Grayscale: #999999. Windows color (decimal): -12726406 or 8048445. OLE color: 8048445.
HSL color Cylindrical-coordinate representation of color #3DCF7A: hue angle of 145.07º 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 #3DCF7A is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 122 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.19 |
| HSL | 145.07º | 0.6% | 0.53% | - |
| HSV(B) | 145.07º | 0.71% | 0.81% | - |
| XYZ | 27.75 | 47.02 | 26.03 | - |
| YUV | 153.66 | 110.13 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 122 | 0.71 | 0 | 0.41 | 0.19 | 145.07 | 0.6 | 0.53 |
| Hex | 3D | CF | 7A | 47 | 0 | 29 | 13 | 91 | 3C | 35 |
| Octal | 75 | 317 | 172 | 107 | 0 | 51 | 23 | 221 | 74 | 65 |
| Binary | 111101 | 11001111 | 1111010 | 1000111 | 0 | 101001 | 10011 | 10010001 | 111100 | 110101 |
Color Harmonies of #3DCF7A
Complementary color
Monochromatic Colors of #3DCF7A
Black with #3DCF7A
Text Example
Text Example
White with #3DCF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF7A; }
p { color: rgb(61,207,122); }
H1.HeaderClassName
{
color: #3DCF7A;
}
.AnyTagClassName
{
color: #3DCF7A;
}
</style>
background-color css
<style>
a { background-color: #3DCF7A; }
a { background-color: rgb(61,207,122); }
div.DivClassName
{
background-color: #3DCF7A;
}
.BgClassName
{
background-color: #3DCF7A;
}
</style>
border-color css
<style>
span { border-color: #3DCF7A; }
span { border-color: rgb(61,207,122); }
td.TdClassName
{
border-color: #3DCF7A;
}
.TagClassName
{
border-color: #3DCF7A;
}
</style>