Shades of Emerald #3DEB73
Tints of Emerald #3DEB73
RGB
CMYK
RGB Variations
Color information
#3DEB73 (or 0x3DEB73) is known color: Emerald. HEX triplet: 3D, EB and 73. RGB value is (61,235,115). Sum of RGB (Red+Green+Blue) = 61+235+115=411 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.84% from 411); Green value is 235 (92.19% from 255 or 57.18% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 235 - color contains mainly: green. Hex color #3DEB73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DEB73 is #C2148C. Grayscale: #A9A9A9. Windows color (decimal): -12719245 or 7596861. OLE color: 7596861.
HSL color Cylindrical-coordinate representation of color #3DEB73: hue angle of 138.62º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEB73 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 235 | 115 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.08 |
| HSL | 138.62º | 0.81% | 0.58% | - |
| HSV(B) | 138.62º | 0.74% | 0.92% | - |
| XYZ | 34.73 | 61.65 | 26.29 | - |
| YUV | 169.29 | 97.35 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 235 | 115 | 0.74 | 0 | 0.51 | 0.08 | 138.62 | 0.81 | 0.58 |
| Hex | 3D | EB | 73 | 4A | 0 | 33 | 8 | 8B | 51 | 3A |
| Octal | 75 | 353 | 163 | 112 | 0 | 63 | 10 | 213 | 121 | 72 |
| Binary | 111101 | 11101011 | 1110011 | 1001010 | 0 | 110011 | 1000 | 10001011 | 1010001 | 111010 |
Color Harmonies of #3DEB73
Complementary color
Monochromatic Colors of #3DEB73
Black with #3DEB73
Text Example
Text Example
White with #3DEB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEB73; }
p { color: rgb(61,235,115); }
H1.HeaderClassName
{
color: #3DEB73;
}
.AnyTagClassName
{
color: #3DEB73;
}
</style>
background-color css
<style>
a { background-color: #3DEB73; }
a { background-color: rgb(61,235,115); }
div.DivClassName
{
background-color: #3DEB73;
}
.BgClassName
{
background-color: #3DEB73;
}
</style>
border-color css
<style>
span { border-color: #3DEB73; }
span { border-color: rgb(61,235,115); }
td.TdClassName
{
border-color: #3DEB73;
}
.TagClassName
{
border-color: #3DEB73;
}
</style>