Shades of Emerald #3DCB5E
Tints of Emerald #3DCB5E
RGB
CMYK
RGB Variations
Color information
#3DCB5E (or 0x3DCB5E) is known color: Emerald. HEX triplet: 3D, CB and 5E. RGB value is (61,203,94). Sum of RGB (Red+Green+Blue) = 61+203+94=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCB5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCB5E is #C234A1. Grayscale: #949494. Windows color (decimal): -12727458 or 6212413. OLE color: 6212413.
HSL color Cylindrical-coordinate representation of color #3DCB5E: hue angle of 133.94º 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 #3DCB5E is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 203 | 94 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.20 |
| HSL | 133.94º | 0.58% | 0.52% | - |
| HSV(B) | 133.94º | 0.7% | 0.8% | - |
| XYZ | 25.3 | 44.51 | 17.85 | - |
| YUV | 148.12 | 97.46 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 203 | 94 | 0.70 | 0 | 0.54 | 0.20 | 133.94 | 0.58 | 0.52 |
| Hex | 3D | CB | 5E | 46 | 0 | 36 | 14 | 86 | 3A | 34 |
| Octal | 75 | 313 | 136 | 106 | 0 | 66 | 24 | 206 | 72 | 64 |
| Binary | 111101 | 11001011 | 1011110 | 1000110 | 0 | 110110 | 10100 | 10000110 | 111010 | 110100 |
Color Harmonies of #3DCB5E
Complementary color
Monochromatic Colors of #3DCB5E
Black with #3DCB5E
Text Example
Text Example
White with #3DCB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCB5E; }
p { color: rgb(61,203,94); }
H1.HeaderClassName
{
color: #3DCB5E;
}
.AnyTagClassName
{
color: #3DCB5E;
}
</style>
background-color css
<style>
a { background-color: #3DCB5E; }
a { background-color: rgb(61,203,94); }
div.DivClassName
{
background-color: #3DCB5E;
}
.BgClassName
{
background-color: #3DCB5E;
}
</style>
border-color css
<style>
span { border-color: #3DCB5E; }
span { border-color: rgb(61,203,94); }
td.TdClassName
{
border-color: #3DCB5E;
}
.TagClassName
{
border-color: #3DCB5E;
}
</style>