Shades of Emerald #3DED74
Tints of Emerald #3DED74
RGB
CMYK
RGB Variations
Color information
#3DED74 (or 0x3DED74) is known color: Emerald. HEX triplet: 3D, ED and 74. RGB value is (61,237,116). Sum of RGB (Red+Green+Blue) = 61+237+116=414 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.73% from 414); Green value is 237 (92.97% from 255 or 57.25% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 237 - color contains mainly: green. Hex color #3DED74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DED74 is #C2128B. Grayscale: #AAAAAA. Windows color (decimal): -12718732 or 7662909. OLE color: 7662909.
HSL color Cylindrical-coordinate representation of color #3DED74: hue angle of 138.75º 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 #3DED74 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 116 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.07 |
| HSL | 138.75º | 0.83% | 0.58% | - |
| HSV(B) | 138.75º | 0.74% | 0.93% | - |
| XYZ | 35.36 | 62.82 | 26.79 | - |
| YUV | 170.58 | 97.19 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 116 | 0.74 | 0 | 0.51 | 0.07 | 138.75 | 0.83 | 0.58 |
| Hex | 3D | ED | 74 | 4A | 0 | 33 | 7 | 8B | 53 | 3A |
| Octal | 75 | 355 | 164 | 112 | 0 | 63 | 7 | 213 | 123 | 72 |
| Binary | 111101 | 11101101 | 1110100 | 1001010 | 0 | 110011 | 111 | 10001011 | 1010011 | 111010 |
Color Harmonies of #3DED74
Complementary color
Monochromatic Colors of #3DED74
Black with #3DED74
Text Example
Text Example
White with #3DED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DED74; }
p { color: rgb(61,237,116); }
H1.HeaderClassName
{
color: #3DED74;
}
.AnyTagClassName
{
color: #3DED74;
}
</style>
background-color css
<style>
a { background-color: #3DED74; }
a { background-color: rgb(61,237,116); }
div.DivClassName
{
background-color: #3DED74;
}
.BgClassName
{
background-color: #3DED74;
}
</style>
border-color css
<style>
span { border-color: #3DED74; }
span { border-color: rgb(61,237,116); }
td.TdClassName
{
border-color: #3DED74;
}
.TagClassName
{
border-color: #3DED74;
}
</style>