Shades of Emerald #3DCF77
Tints of Emerald #3DCF77
RGB
CMYK
RGB Variations
Color information
#3DCF77 (or 0x3DCF77) is known color: Emerald. HEX triplet: 3D, CF and 77. RGB value is (61,207,119). Sum of RGB (Red+Green+Blue) = 61+207+119=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCF77 is #C23088. Grayscale: #999999. Windows color (decimal): -12726409 or 7851837. OLE color: 7851837.
HSL color Cylindrical-coordinate representation of color #3DCF77: hue angle of 143.84º 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 #3DCF77 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 119 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.19 |
| HSL | 143.84º | 0.6% | 0.53% | - |
| HSV(B) | 143.84º | 0.71% | 0.81% | - |
| XYZ | 27.57 | 46.95 | 25.06 | - |
| YUV | 153.31 | 108.63 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 119 | 0.71 | 0 | 0.43 | 0.19 | 143.84 | 0.6 | 0.53 |
| Hex | 3D | CF | 77 | 47 | 0 | 2B | 13 | 90 | 3C | 35 |
| Octal | 75 | 317 | 167 | 107 | 0 | 53 | 23 | 220 | 74 | 65 |
| Binary | 111101 | 11001111 | 1110111 | 1000111 | 0 | 101011 | 10011 | 10010000 | 111100 | 110101 |
Color Harmonies of #3DCF77
Complementary color
Monochromatic Colors of #3DCF77
Black with #3DCF77
Text Example
Text Example
White with #3DCF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF77; }
p { color: rgb(61,207,119); }
H1.HeaderClassName
{
color: #3DCF77;
}
.AnyTagClassName
{
color: #3DCF77;
}
</style>
background-color css
<style>
a { background-color: #3DCF77; }
a { background-color: rgb(61,207,119); }
div.DivClassName
{
background-color: #3DCF77;
}
.BgClassName
{
background-color: #3DCF77;
}
</style>
border-color css
<style>
span { border-color: #3DCF77; }
span { border-color: rgb(61,207,119); }
td.TdClassName
{
border-color: #3DCF77;
}
.TagClassName
{
border-color: #3DCF77;
}
</style>