Shades of Emerald #3DFB80
Tints of Emerald #3DFB80
RGB
CMYK
RGB Variations
Color information
#3DFB80 (or 0x3DFB80) is known color: Emerald. HEX triplet: 3D, FB and 80. RGB value is (61,251,128). Sum of RGB (Red+Green+Blue) = 61+251+128=440 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.86% from 440); Green value is 251 (98.44% from 255 or 57.05% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFB80 is #C2047F. Grayscale: #B4B4B4. Windows color (decimal): -12715136 or 8452925. OLE color: 8452925.
HSL color Cylindrical-coordinate representation of color #3DFB80: hue angle of 141.16º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFB80 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 128 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.02 |
| HSL | 141.16º | 0.96% | 0.61% | - |
| HSV(B) | 141.16º | 0.76% | 0.98% | - |
| XYZ | 40.32 | 71.54 | 32.11 | - |
| YUV | 180.17 | 98.55 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 128 | 0.76 | 0 | 0.49 | 0.02 | 141.16 | 0.96 | 0.61 |
| Hex | 3D | FB | 80 | 4C | 0 | 31 | 2 | 8D | 60 | 3D |
| Octal | 75 | 373 | 200 | 114 | 0 | 61 | 2 | 215 | 140 | 75 |
| Binary | 111101 | 11111011 | 10000000 | 1001100 | 0 | 110001 | 10 | 10001101 | 1100000 | 111101 |
Color Harmonies of #3DFB80
Complementary color
Monochromatic Colors of #3DFB80
Black with #3DFB80
Text Example
Text Example
White with #3DFB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB80; }
p { color: rgb(61,251,128); }
H1.HeaderClassName
{
color: #3DFB80;
}
.AnyTagClassName
{
color: #3DFB80;
}
</style>
background-color css
<style>
a { background-color: #3DFB80; }
a { background-color: rgb(61,251,128); }
div.DivClassName
{
background-color: #3DFB80;
}
.BgClassName
{
background-color: #3DFB80;
}
</style>
border-color css
<style>
span { border-color: #3DFB80; }
span { border-color: rgb(61,251,128); }
td.TdClassName
{
border-color: #3DFB80;
}
.TagClassName
{
border-color: #3DFB80;
}
</style>