Shades of Emerald #3FF882
Tints of Emerald #3FF882
RGB
CMYK
RGB Variations
Color information
#3FF882 (or 0x3FF882) is known color: Emerald. HEX triplet: 3F, F8 and 82. RGB value is (63,248,130). Sum of RGB (Red+Green+Blue) = 63+248+130=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 248 (97.27% from 255 or 56.24% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF882 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF882 is #C0077D. Grayscale: #B3B3B3. Windows color (decimal): -12584830 or 8583231. OLE color: 8583231.
HSL color Cylindrical-coordinate representation of color #3FF882: hue angle of 141.73º 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 #3FF882 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 248 | 130 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.03 |
| HSL | 141.73º | 0.93% | 0.61% | - |
| HSV(B) | 141.73º | 0.75% | 0.97% | - |
| XYZ | 39.65 | 69.8 | 32.5 | - |
| YUV | 179.23 | 100.21 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 248 | 130 | 0.75 | 0 | 0.48 | 0.03 | 141.73 | 0.93 | 0.61 |
| Hex | 3F | F8 | 82 | 4B | 0 | 30 | 3 | 8E | 5D | 3D |
| Octal | 77 | 370 | 202 | 113 | 0 | 60 | 3 | 216 | 135 | 75 |
| Binary | 111111 | 11111000 | 10000010 | 1001011 | 0 | 110000 | 11 | 10001110 | 1011101 | 111101 |
Color Harmonies of #3FF882
Complementary color
Monochromatic Colors of #3FF882
Black with #3FF882
Text Example
Text Example
White with #3FF882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF882; }
p { color: rgb(63,248,130); }
H1.HeaderClassName
{
color: #3FF882;
}
.AnyTagClassName
{
color: #3FF882;
}
</style>
background-color css
<style>
a { background-color: #3FF882; }
a { background-color: rgb(63,248,130); }
div.DivClassName
{
background-color: #3FF882;
}
.BgClassName
{
background-color: #3FF882;
}
</style>
border-color css
<style>
span { border-color: #3FF882; }
span { border-color: rgb(63,248,130); }
td.TdClassName
{
border-color: #3FF882;
}
.TagClassName
{
border-color: #3FF882;
}
</style>