Shades of Emerald #3AF884
Tints of Emerald #3AF884
RGB
CMYK
RGB Variations
Color information
#3AF884 (or 0x3AF884) is known color: Emerald. HEX triplet: 3A, F8 and 84. RGB value is (58,248,132). Sum of RGB (Red+Green+Blue) = 58+248+132=438 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.24% from 438); Green value is 248 (97.27% from 255 or 56.62% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF884 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF884 is #C5077B. Grayscale: #B2B2B2. Windows color (decimal): -12912508 or 8714298. OLE color: 8714298.
HSL color Cylindrical-coordinate representation of color #3AF884: hue angle of 143.37º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF884 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 132 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.03 |
| HSL | 143.37º | 0.93% | 0.6% | - |
| HSV(B) | 143.37º | 0.77% | 0.97% | - |
| XYZ | 39.48 | 69.7 | 33.2 | - |
| YUV | 177.97 | 102.05 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 132 | 0.77 | 0 | 0.47 | 0.03 | 143.37 | 0.93 | 0.6 |
| Hex | 3A | F8 | 84 | 4D | 0 | 2F | 3 | 8F | 5D | 3C |
| Octal | 72 | 370 | 204 | 115 | 0 | 57 | 3 | 217 | 135 | 74 |
| Binary | 111010 | 11111000 | 10000100 | 1001101 | 0 | 101111 | 11 | 10001111 | 1011101 | 111100 |
Color Harmonies of #3AF884
Complementary color
Monochromatic Colors of #3AF884
Black with #3AF884
Text Example
Text Example
White with #3AF884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF884; }
p { color: rgb(58,248,132); }
H1.HeaderClassName
{
color: #3AF884;
}
.AnyTagClassName
{
color: #3AF884;
}
</style>
background-color css
<style>
a { background-color: #3AF884; }
a { background-color: rgb(58,248,132); }
div.DivClassName
{
background-color: #3AF884;
}
.BgClassName
{
background-color: #3AF884;
}
</style>
border-color css
<style>
span { border-color: #3AF884; }
span { border-color: rgb(58,248,132); }
td.TdClassName
{
border-color: #3AF884;
}
.TagClassName
{
border-color: #3AF884;
}
</style>