Shades of Emerald #3DCB5D
Tints of Emerald #3DCB5D
RGB
CMYK
RGB Variations
Color information
#3DCB5D (or 0x3DCB5D) is known color: Emerald. HEX triplet: 3D, CB and 5D. RGB value is (61,203,93). Sum of RGB (Red+Green+Blue) = 61+203+93=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 203 (79.69% from 255 or 56.86% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCB5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCB5D is #C234A2. Grayscale: #949494. Windows color (decimal): -12727459 or 6146877. OLE color: 6146877.
HSL color Cylindrical-coordinate representation of color #3DCB5D: hue angle of 133.52º 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 #3DCB5D is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 203 | 93 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.20 |
| HSL | 133.52º | 0.58% | 0.52% | - |
| HSV(B) | 133.52º | 0.7% | 0.8% | - |
| XYZ | 25.26 | 44.49 | 17.61 | - |
| YUV | 148 | 96.96 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 203 | 93 | 0.70 | 0 | 0.54 | 0.20 | 133.52 | 0.58 | 0.52 |
| Hex | 3D | CB | 5D | 46 | 0 | 36 | 14 | 86 | 3A | 34 |
| Octal | 75 | 313 | 135 | 106 | 0 | 66 | 24 | 206 | 72 | 64 |
| Binary | 111101 | 11001011 | 1011101 | 1000110 | 0 | 110110 | 10100 | 10000110 | 111010 | 110100 |
Color Harmonies of #3DCB5D
Complementary color
Monochromatic Colors of #3DCB5D
Black with #3DCB5D
Text Example
Text Example
White with #3DCB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCB5D; }
p { color: rgb(61,203,93); }
H1.HeaderClassName
{
color: #3DCB5D;
}
.AnyTagClassName
{
color: #3DCB5D;
}
</style>
background-color css
<style>
a { background-color: #3DCB5D; }
a { background-color: rgb(61,203,93); }
div.DivClassName
{
background-color: #3DCB5D;
}
.BgClassName
{
background-color: #3DCB5D;
}
</style>
border-color css
<style>
span { border-color: #3DCB5D; }
span { border-color: rgb(61,203,93); }
td.TdClassName
{
border-color: #3DCB5D;
}
.TagClassName
{
border-color: #3DCB5D;
}
</style>