Shades of Emerald #3DCB7B
Tints of Emerald #3DCB7B
RGB
CMYK
RGB Variations
Color information
#3DCB7B (or 0x3DCB7B) is known color: Emerald. HEX triplet: 3D, CB and 7B. RGB value is (61,203,123). Sum of RGB (Red+Green+Blue) = 61+203+123=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCB7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCB7B is #C23484. Grayscale: #979797. Windows color (decimal): -12727429 or 8112957. OLE color: 8112957.
HSL color Cylindrical-coordinate representation of color #3DCB7B: hue angle of 146.2º 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 #3DCB7B is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 203 | 123 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.20 |
| HSL | 146.2º | 0.58% | 0.52% | - |
| HSV(B) | 146.2º | 0.7% | 0.8% | - |
| XYZ | 26.86 | 45.13 | 26.04 | - |
| YUV | 151.42 | 111.96 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 203 | 123 | 0.70 | 0 | 0.39 | 0.20 | 146.2 | 0.58 | 0.52 |
| Hex | 3D | CB | 7B | 46 | 0 | 27 | 14 | 92 | 3A | 34 |
| Octal | 75 | 313 | 173 | 106 | 0 | 47 | 24 | 222 | 72 | 64 |
| Binary | 111101 | 11001011 | 1111011 | 1000110 | 0 | 100111 | 10100 | 10010010 | 111010 | 110100 |
Color Harmonies of #3DCB7B
Complementary color
Monochromatic Colors of #3DCB7B
Black with #3DCB7B
Text Example
Text Example
White with #3DCB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCB7B; }
p { color: rgb(61,203,123); }
H1.HeaderClassName
{
color: #3DCB7B;
}
.AnyTagClassName
{
color: #3DCB7B;
}
</style>
background-color css
<style>
a { background-color: #3DCB7B; }
a { background-color: rgb(61,203,123); }
div.DivClassName
{
background-color: #3DCB7B;
}
.BgClassName
{
background-color: #3DCB7B;
}
</style>
border-color css
<style>
span { border-color: #3DCB7B; }
span { border-color: rgb(61,203,123); }
td.TdClassName
{
border-color: #3DCB7B;
}
.TagClassName
{
border-color: #3DCB7B;
}
</style>