Shades of Emerald #3DED85
Tints of Emerald #3DED85
RGB
CMYK
RGB Variations
Color information
#3DED85 (or 0x3DED85) is known color: Emerald. HEX triplet: 3D, ED and 85. RGB value is (61,237,133). Sum of RGB (Red+Green+Blue) = 61+237+133=431 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.15% from 431); Green value is 237 (92.97% from 255 or 54.99% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 237 - color contains mainly: green. Hex color #3DED85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DED85 is #C2127A. Grayscale: #ACACAC. Windows color (decimal): -12718715 or 8777021. OLE color: 8777021.
HSL color Cylindrical-coordinate representation of color #3DED85: hue angle of 144.55º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DED85 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 133 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.07 |
| HSL | 144.55º | 0.83% | 0.58% | - |
| HSV(B) | 144.55º | 0.74% | 0.93% | - |
| XYZ | 36.44 | 63.25 | 32.48 | - |
| YUV | 172.52 | 105.69 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 133 | 0.74 | 0 | 0.44 | 0.07 | 144.55 | 0.83 | 0.58 |
| Hex | 3D | ED | 85 | 4A | 0 | 2C | 7 | 91 | 53 | 3A |
| Octal | 75 | 355 | 205 | 112 | 0 | 54 | 7 | 221 | 123 | 72 |
| Binary | 111101 | 11101101 | 10000101 | 1001010 | 0 | 101100 | 111 | 10010001 | 1010011 | 111010 |
Color Harmonies of #3DED85
Complementary color
Monochromatic Colors of #3DED85
Black with #3DED85
Text Example
Text Example
White with #3DED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DED85; }
p { color: rgb(61,237,133); }
H1.HeaderClassName
{
color: #3DED85;
}
.AnyTagClassName
{
color: #3DED85;
}
</style>
background-color css
<style>
a { background-color: #3DED85; }
a { background-color: rgb(61,237,133); }
div.DivClassName
{
background-color: #3DED85;
}
.BgClassName
{
background-color: #3DED85;
}
</style>
border-color css
<style>
span { border-color: #3DED85; }
span { border-color: rgb(61,237,133); }
td.TdClassName
{
border-color: #3DED85;
}
.TagClassName
{
border-color: #3DED85;
}
</style>