Shades of Emerald #3DF881
Tints of Emerald #3DF881
RGB
CMYK
RGB Variations
Color information
#3DF881 (or 0x3DF881) is known color: Emerald. HEX triplet: 3D, F8 and 81. RGB value is (61,248,129). Sum of RGB (Red+Green+Blue) = 61+248+129=438 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.93% from 438); Green value is 248 (97.27% from 255 or 56.62% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF881 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF881 is #C2077E. Grayscale: #B2B2B2. Windows color (decimal): -12715903 or 8517693. OLE color: 8517693.
HSL color Cylindrical-coordinate representation of color #3DF881: hue angle of 141.82º 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 #3DF881 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 129 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.03 |
| HSL | 141.82º | 0.93% | 0.61% | - |
| HSV(B) | 141.82º | 0.75% | 0.97% | - |
| XYZ | 39.45 | 69.71 | 32.15 | - |
| YUV | 178.52 | 100.05 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 129 | 0.75 | 0 | 0.48 | 0.03 | 141.82 | 0.93 | 0.61 |
| Hex | 3D | F8 | 81 | 4B | 0 | 30 | 3 | 8E | 5D | 3D |
| Octal | 75 | 370 | 201 | 113 | 0 | 60 | 3 | 216 | 135 | 75 |
| Binary | 111101 | 11111000 | 10000001 | 1001011 | 0 | 110000 | 11 | 10001110 | 1011101 | 111101 |
Color Harmonies of #3DF881
Complementary color
Monochromatic Colors of #3DF881
Black with #3DF881
Text Example
Text Example
White with #3DF881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF881; }
p { color: rgb(61,248,129); }
H1.HeaderClassName
{
color: #3DF881;
}
.AnyTagClassName
{
color: #3DF881;
}
</style>
background-color css
<style>
a { background-color: #3DF881; }
a { background-color: rgb(61,248,129); }
div.DivClassName
{
background-color: #3DF881;
}
.BgClassName
{
background-color: #3DF881;
}
</style>
border-color css
<style>
span { border-color: #3DF881; }
span { border-color: rgb(61,248,129); }
td.TdClassName
{
border-color: #3DF881;
}
.TagClassName
{
border-color: #3DF881;
}
</style>