Shades of Emerald #3DFD80
Tints of Emerald #3DFD80
RGB
CMYK
RGB Variations
Color information
#3DFD80 (or 0x3DFD80) is known color: Emerald. HEX triplet: 3D, FD and 80. RGB value is (61,253,128). Sum of RGB (Red+Green+Blue) = 61+253+128=442 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.80% from 442); Green value is 253 (99.22% from 255 or 57.24% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFD80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFD80 is #C2027F. Grayscale: #B5B5B5. Windows color (decimal): -12714624 or 8453437. OLE color: 8453437.
HSL color Cylindrical-coordinate representation of color #3DFD80: hue angle of 140.94º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFD80 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 128 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.01 |
| HSL | 140.94º | 0.98% | 0.62% | - |
| HSV(B) | 140.94º | 0.76% | 0.99% | - |
| XYZ | 40.95 | 72.8 | 32.32 | - |
| YUV | 181.34 | 97.89 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 128 | 0.76 | 0 | 0.49 | 0.01 | 140.94 | 0.98 | 0.62 |
| Hex | 3D | FD | 80 | 4C | 0 | 31 | 1 | 8D | 62 | 3E |
| Octal | 75 | 375 | 200 | 114 | 0 | 61 | 1 | 215 | 142 | 76 |
| Binary | 111101 | 11111101 | 10000000 | 1001100 | 0 | 110001 | 1 | 10001101 | 1100010 | 111110 |
Color Harmonies of #3DFD80
Complementary color
Monochromatic Colors of #3DFD80
Black with #3DFD80
Text Example
Text Example
White with #3DFD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFD80; }
p { color: rgb(61,253,128); }
H1.HeaderClassName
{
color: #3DFD80;
}
.AnyTagClassName
{
color: #3DFD80;
}
</style>
background-color css
<style>
a { background-color: #3DFD80; }
a { background-color: rgb(61,253,128); }
div.DivClassName
{
background-color: #3DFD80;
}
.BgClassName
{
background-color: #3DFD80;
}
</style>
border-color css
<style>
span { border-color: #3DFD80; }
span { border-color: rgb(61,253,128); }
td.TdClassName
{
border-color: #3DFD80;
}
.TagClassName
{
border-color: #3DFD80;
}
</style>