Shades of Emerald #3DED83
Tints of Emerald #3DED83
RGB
CMYK
RGB Variations
Color information
#3DED83 (or 0x3DED83) is known color: Emerald. HEX triplet: 3D, ED and 83. RGB value is (61,237,131). Sum of RGB (Red+Green+Blue) = 61+237+131=429 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.22% from 429); Green value is 237 (92.97% from 255 or 55.24% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 237 - color contains mainly: green. Hex color #3DED83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DED83 is #C2127C. Grayscale: #ACACAC. Windows color (decimal): -12718717 or 8645949. OLE color: 8645949.
HSL color Cylindrical-coordinate representation of color #3DED83: hue angle of 143.86º 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 #3DED83 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 131 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.07 |
| HSL | 143.86º | 0.83% | 0.58% | - |
| HSV(B) | 143.86º | 0.74% | 0.93% | - |
| XYZ | 36.31 | 63.2 | 31.76 | - |
| YUV | 172.29 | 104.69 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 131 | 0.74 | 0 | 0.45 | 0.07 | 143.86 | 0.83 | 0.58 |
| Hex | 3D | ED | 83 | 4A | 0 | 2D | 7 | 90 | 53 | 3A |
| Octal | 75 | 355 | 203 | 112 | 0 | 55 | 7 | 220 | 123 | 72 |
| Binary | 111101 | 11101101 | 10000011 | 1001010 | 0 | 101101 | 111 | 10010000 | 1010011 | 111010 |
Color Harmonies of #3DED83
Complementary color
Monochromatic Colors of #3DED83
Black with #3DED83
Text Example
Text Example
White with #3DED83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DED83; }
p { color: rgb(61,237,131); }
H1.HeaderClassName
{
color: #3DED83;
}
.AnyTagClassName
{
color: #3DED83;
}
</style>
background-color css
<style>
a { background-color: #3DED83; }
a { background-color: rgb(61,237,131); }
div.DivClassName
{
background-color: #3DED83;
}
.BgClassName
{
background-color: #3DED83;
}
</style>
border-color css
<style>
span { border-color: #3DED83; }
span { border-color: rgb(61,237,131); }
td.TdClassName
{
border-color: #3DED83;
}
.TagClassName
{
border-color: #3DED83;
}
</style>