Shades of Emerald #3DCB7F
Tints of Emerald #3DCB7F
RGB
CMYK
RGB Variations
Color information
#3DCB7F (or 0x3DCB7F) is known color: Emerald. HEX triplet: 3D, CB and 7F. RGB value is (61,203,127). Sum of RGB (Red+Green+Blue) = 61+203+127=391 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.60% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCB7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCB7F is #C23480. Grayscale: #989898. Windows color (decimal): -12727425 or 8375101. OLE color: 8375101.
HSL color Cylindrical-coordinate representation of color #3DCB7F: hue angle of 147.89º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCB7F is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 203 | 127 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.20 |
| HSL | 147.89º | 0.58% | 0.52% | - |
| HSV(B) | 147.89º | 0.7% | 0.8% | - |
| XYZ | 27.11 | 45.24 | 27.38 | - |
| YUV | 151.88 | 113.96 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 203 | 127 | 0.70 | 0 | 0.37 | 0.20 | 147.89 | 0.58 | 0.52 |
| Hex | 3D | CB | 7F | 46 | 0 | 25 | 14 | 94 | 3A | 34 |
| Octal | 75 | 313 | 177 | 106 | 0 | 45 | 24 | 224 | 72 | 64 |
| Binary | 111101 | 11001011 | 1111111 | 1000110 | 0 | 100101 | 10100 | 10010100 | 111010 | 110100 |
Color Harmonies of #3DCB7F
Complementary color
Monochromatic Colors of #3DCB7F
Black with #3DCB7F
Text Example
Text Example
White with #3DCB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCB7F; }
p { color: rgb(61,203,127); }
H1.HeaderClassName
{
color: #3DCB7F;
}
.AnyTagClassName
{
color: #3DCB7F;
}
</style>
background-color css
<style>
a { background-color: #3DCB7F; }
a { background-color: rgb(61,203,127); }
div.DivClassName
{
background-color: #3DCB7F;
}
.BgClassName
{
background-color: #3DCB7F;
}
</style>
border-color css
<style>
span { border-color: #3DCB7F; }
span { border-color: rgb(61,203,127); }
td.TdClassName
{
border-color: #3DCB7F;
}
.TagClassName
{
border-color: #3DCB7F;
}
</style>