Shades of Emerald #3AF980
Tints of Emerald #3AF980
RGB
CMYK
RGB Variations
Color information
#3AF980 (or 0x3AF980) is known color: Emerald. HEX triplet: 3A, F9 and 80. RGB value is (58,249,128). Sum of RGB (Red+Green+Blue) = 58+249+128=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 249 (97.66% from 255 or 57.24% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF980 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF980 is #C5067F. Grayscale: #B2B2B2. Windows color (decimal): -12912256 or 8452410. OLE color: 8452410.
HSL color Cylindrical-coordinate representation of color #3AF980: hue angle of 141.99º 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 #3AF980 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 128 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.02 |
| HSL | 141.99º | 0.94% | 0.6% | - |
| HSV(B) | 141.99º | 0.77% | 0.98% | - |
| XYZ | 39.52 | 70.21 | 31.89 | - |
| YUV | 178.1 | 99.72 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 128 | 0.77 | 0 | 0.49 | 0.02 | 141.99 | 0.94 | 0.6 |
| Hex | 3A | F9 | 80 | 4D | 0 | 31 | 2 | 8E | 5E | 3C |
| Octal | 72 | 371 | 200 | 115 | 0 | 61 | 2 | 216 | 136 | 74 |
| Binary | 111010 | 11111001 | 10000000 | 1001101 | 0 | 110001 | 10 | 10001110 | 1011110 | 111100 |
Color Harmonies of #3AF980
Complementary color
Monochromatic Colors of #3AF980
Black with #3AF980
Text Example
Text Example
White with #3AF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF980; }
p { color: rgb(58,249,128); }
H1.HeaderClassName
{
color: #3AF980;
}
.AnyTagClassName
{
color: #3AF980;
}
</style>
background-color css
<style>
a { background-color: #3AF980; }
a { background-color: rgb(58,249,128); }
div.DivClassName
{
background-color: #3AF980;
}
.BgClassName
{
background-color: #3AF980;
}
</style>
border-color css
<style>
span { border-color: #3AF980; }
span { border-color: rgb(58,249,128); }
td.TdClassName
{
border-color: #3AF980;
}
.TagClassName
{
border-color: #3AF980;
}
</style>