Shades of Emerald #3DF880
Tints of Emerald #3DF880
RGB
CMYK
RGB Variations
Color information
#3DF880 (or 0x3DF880) is known color: Emerald. HEX triplet: 3D, F8 and 80. RGB value is (61,248,128). Sum of RGB (Red+Green+Blue) = 61+248+128=437 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.96% from 437); Green value is 248 (97.27% from 255 or 56.75% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF880 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF880 is #C2077F. Grayscale: #B2B2B2. Windows color (decimal): -12715904 or 8452157. OLE color: 8452157.
HSL color Cylindrical-coordinate representation of color #3DF880: hue angle of 141.5º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF880 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 128 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.03 |
| HSL | 141.5º | 0.93% | 0.61% | - |
| HSV(B) | 141.5º | 0.75% | 0.97% | - |
| XYZ | 39.39 | 69.69 | 31.8 | - |
| YUV | 178.41 | 99.55 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 128 | 0.75 | 0 | 0.48 | 0.03 | 141.5 | 0.93 | 0.61 |
| Hex | 3D | F8 | 80 | 4B | 0 | 30 | 3 | 8D | 5D | 3D |
| Octal | 75 | 370 | 200 | 113 | 0 | 60 | 3 | 215 | 135 | 75 |
| Binary | 111101 | 11111000 | 10000000 | 1001011 | 0 | 110000 | 11 | 10001101 | 1011101 | 111101 |
Color Harmonies of #3DF880
Complementary color
Monochromatic Colors of #3DF880
Black with #3DF880
Text Example
Text Example
White with #3DF880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF880; }
p { color: rgb(61,248,128); }
H1.HeaderClassName
{
color: #3DF880;
}
.AnyTagClassName
{
color: #3DF880;
}
</style>
background-color css
<style>
a { background-color: #3DF880; }
a { background-color: rgb(61,248,128); }
div.DivClassName
{
background-color: #3DF880;
}
.BgClassName
{
background-color: #3DF880;
}
</style>
border-color css
<style>
span { border-color: #3DF880; }
span { border-color: rgb(61,248,128); }
td.TdClassName
{
border-color: #3DF880;
}
.TagClassName
{
border-color: #3DF880;
}
</style>