Shades of Emerald #3AF984
Tints of Emerald #3AF984
RGB
CMYK
RGB Variations
Color information
#3AF984 (or 0x3AF984) is known color: Emerald. HEX triplet: 3A, F9 and 84. RGB value is (58,249,132). Sum of RGB (Red+Green+Blue) = 58+249+132=439 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.21% from 439); Green value is 249 (97.66% from 255 or 56.72% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF984 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF984 is #C5067B. Grayscale: #B2B2B2. Windows color (decimal): -12912252 or 8714554. OLE color: 8714554.
HSL color Cylindrical-coordinate representation of color #3AF984: hue angle of 143.25º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF984 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 132 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.02 |
| HSL | 143.25º | 0.94% | 0.6% | - |
| HSV(B) | 143.25º | 0.77% | 0.98% | - |
| XYZ | 39.79 | 70.32 | 33.31 | - |
| YUV | 178.55 | 101.72 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 132 | 0.77 | 0 | 0.47 | 0.02 | 143.25 | 0.94 | 0.6 |
| Hex | 3A | F9 | 84 | 4D | 0 | 2F | 2 | 8F | 5E | 3C |
| Octal | 72 | 371 | 204 | 115 | 0 | 57 | 2 | 217 | 136 | 74 |
| Binary | 111010 | 11111001 | 10000100 | 1001101 | 0 | 101111 | 10 | 10001111 | 1011110 | 111100 |
Color Harmonies of #3AF984
Complementary color
Monochromatic Colors of #3AF984
Black with #3AF984
Text Example
Text Example
White with #3AF984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF984; }
p { color: rgb(58,249,132); }
H1.HeaderClassName
{
color: #3AF984;
}
.AnyTagClassName
{
color: #3AF984;
}
</style>
background-color css
<style>
a { background-color: #3AF984; }
a { background-color: rgb(58,249,132); }
div.DivClassName
{
background-color: #3AF984;
}
.BgClassName
{
background-color: #3AF984;
}
</style>
border-color css
<style>
span { border-color: #3AF984; }
span { border-color: rgb(58,249,132); }
td.TdClassName
{
border-color: #3AF984;
}
.TagClassName
{
border-color: #3AF984;
}
</style>