Shades of Emerald #3DCF76
Tints of Emerald #3DCF76
RGB
CMYK
RGB Variations
Color information
#3DCF76 (or 0x3DCF76) is known color: Emerald. HEX triplet: 3D, CF and 76. RGB value is (61,207,118). Sum of RGB (Red+Green+Blue) = 61+207+118=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCF76 is #C23089. Grayscale: #999999. Windows color (decimal): -12726410 or 7786301. OLE color: 7786301.
HSL color Cylindrical-coordinate representation of color #3DCF76: hue angle of 143.42º 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 #3DCF76 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 118 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.19 |
| HSL | 143.42º | 0.6% | 0.53% | - |
| HSV(B) | 143.42º | 0.71% | 0.81% | - |
| XYZ | 27.51 | 46.93 | 24.75 | - |
| YUV | 153.2 | 108.13 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 118 | 0.71 | 0 | 0.43 | 0.19 | 143.42 | 0.6 | 0.53 |
| Hex | 3D | CF | 76 | 47 | 0 | 2B | 13 | 8F | 3C | 35 |
| Octal | 75 | 317 | 166 | 107 | 0 | 53 | 23 | 217 | 74 | 65 |
| Binary | 111101 | 11001111 | 1110110 | 1000111 | 0 | 101011 | 10011 | 10001111 | 111100 | 110101 |
Color Harmonies of #3DCF76
Complementary color
Monochromatic Colors of #3DCF76
Black with #3DCF76
Text Example
Text Example
White with #3DCF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF76; }
p { color: rgb(61,207,118); }
H1.HeaderClassName
{
color: #3DCF76;
}
.AnyTagClassName
{
color: #3DCF76;
}
</style>
background-color css
<style>
a { background-color: #3DCF76; }
a { background-color: rgb(61,207,118); }
div.DivClassName
{
background-color: #3DCF76;
}
.BgClassName
{
background-color: #3DCF76;
}
</style>
border-color css
<style>
span { border-color: #3DCF76; }
span { border-color: rgb(61,207,118); }
td.TdClassName
{
border-color: #3DCF76;
}
.TagClassName
{
border-color: #3DCF76;
}
</style>