Shades of Emerald #3DED67
Tints of Emerald #3DED67
RGB
CMYK
RGB Variations
Color information
#3DED67 (or 0x3DED67) is known color: Emerald. HEX triplet: 3D, ED and 67. RGB value is (61,237,103). Sum of RGB (Red+Green+Blue) = 61+237+103=401 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.21% from 401); Green value is 237 (92.97% from 255 or 59.10% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 237 - color contains mainly: green. Hex color #3DED67 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DED67 is #C21298. Grayscale: #A9A9A9. Windows color (decimal): -12718745 or 6810941. OLE color: 6810941.
HSL color Cylindrical-coordinate representation of color #3DED67: hue angle of 134.32º 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 #3DED67 is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 103 | - |
| CMYK | 0.74 | 0 | 0.57 | 0.07 |
| HSL | 134.32º | 0.83% | 0.58% | - |
| HSV(B) | 134.32º | 0.74% | 0.93% | - |
| XYZ | 34.66 | 62.54 | 23.08 | - |
| YUV | 169.1 | 90.69 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 103 | 0.74 | 0 | 0.57 | 0.07 | 134.32 | 0.83 | 0.58 |
| Hex | 3D | ED | 67 | 4A | 0 | 39 | 7 | 86 | 53 | 3A |
| Octal | 75 | 355 | 147 | 112 | 0 | 71 | 7 | 206 | 123 | 72 |
| Binary | 111101 | 11101101 | 1100111 | 1001010 | 0 | 111001 | 111 | 10000110 | 1010011 | 111010 |
Color Harmonies of #3DED67
Complementary color
Monochromatic Colors of #3DED67
Black with #3DED67
Text Example
Text Example
White with #3DED67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DED67; }
p { color: rgb(61,237,103); }
H1.HeaderClassName
{
color: #3DED67;
}
.AnyTagClassName
{
color: #3DED67;
}
</style>
background-color css
<style>
a { background-color: #3DED67; }
a { background-color: rgb(61,237,103); }
div.DivClassName
{
background-color: #3DED67;
}
.BgClassName
{
background-color: #3DED67;
}
</style>
border-color css
<style>
span { border-color: #3DED67; }
span { border-color: rgb(61,237,103); }
td.TdClassName
{
border-color: #3DED67;
}
.TagClassName
{
border-color: #3DED67;
}
</style>