Shades of Emerald #3DDB5C
Tints of Emerald #3DDB5C
RGB
CMYK
RGB Variations
Color information
#3DDB5C (or 0x3DDB5C) is known color: Emerald. HEX triplet: 3D, DB and 5C. RGB value is (61,219,92). Sum of RGB (Red+Green+Blue) = 61+219+92=372 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.40% from 372); Green value is 219 (85.94% from 255 or 58.87% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDB5C is #C224A3. Grayscale: #9D9D9D. Windows color (decimal): -12723364 or 6085437. OLE color: 6085437.
HSL color Cylindrical-coordinate representation of color #3DDB5C: hue angle of 131.77º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDB5C is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 92 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.14 |
| HSL | 131.77º | 0.69% | 0.55% | - |
| HSV(B) | 131.77º | 0.72% | 0.86% | - |
| XYZ | 29.19 | 52.43 | 18.71 | - |
| YUV | 157.28 | 91.15 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 92 | 0.72 | 0 | 0.58 | 0.14 | 131.77 | 0.69 | 0.55 |
| Hex | 3D | DB | 5C | 48 | 0 | 3A | E | 84 | 45 | 37 |
| Octal | 75 | 333 | 134 | 110 | 0 | 72 | 16 | 204 | 105 | 67 |
| Binary | 111101 | 11011011 | 1011100 | 1001000 | 0 | 111010 | 1110 | 10000100 | 1000101 | 110111 |
Color Harmonies of #3DDB5C
Complementary color
Monochromatic Colors of #3DDB5C
Black with #3DDB5C
Text Example
Text Example
White with #3DDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDB5C; }
p { color: rgb(61,219,92); }
H1.HeaderClassName
{
color: #3DDB5C;
}
.AnyTagClassName
{
color: #3DDB5C;
}
</style>
background-color css
<style>
a { background-color: #3DDB5C; }
a { background-color: rgb(61,219,92); }
div.DivClassName
{
background-color: #3DDB5C;
}
.BgClassName
{
background-color: #3DDB5C;
}
</style>
border-color css
<style>
span { border-color: #3DDB5C; }
span { border-color: rgb(61,219,92); }
td.TdClassName
{
border-color: #3DDB5C;
}
.TagClassName
{
border-color: #3DDB5C;
}
</style>