Shades of Emerald #3AF584
Tints of Emerald #3AF584
RGB
CMYK
RGB Variations
Color information
#3AF584 (or 0x3AF584) is known color: Emerald. HEX triplet: 3A, F5 and 84. RGB value is (58,245,132). Sum of RGB (Red+Green+Blue) = 58+245+132=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 245 (96.09% from 255 or 56.32% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF584 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF584 is #C50A7B. Grayscale: #B0B0B0. Windows color (decimal): -12913276 or 8713530. OLE color: 8713530.
HSL color Cylindrical-coordinate representation of color #3AF584: hue angle of 143.74º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF584 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 245 | 132 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.04 |
| HSL | 143.74º | 0.9% | 0.59% | - |
| HSV(B) | 143.74º | 0.76% | 0.96% | - |
| XYZ | 38.56 | 67.87 | 32.9 | - |
| YUV | 176.21 | 103.05 | 43.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 245 | 132 | 0.76 | 0 | 0.46 | 0.04 | 143.74 | 0.9 | 0.59 |
| Hex | 3A | F5 | 84 | 4C | 0 | 2E | 4 | 90 | 5A | 3B |
| Octal | 72 | 365 | 204 | 114 | 0 | 56 | 4 | 220 | 132 | 73 |
| Binary | 111010 | 11110101 | 10000100 | 1001100 | 0 | 101110 | 100 | 10010000 | 1011010 | 111011 |
Color Harmonies of #3AF584
Complementary color
Monochromatic Colors of #3AF584
Black with #3AF584
Text Example
Text Example
White with #3AF584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF584; }
p { color: rgb(58,245,132); }
H1.HeaderClassName
{
color: #3AF584;
}
.AnyTagClassName
{
color: #3AF584;
}
</style>
background-color css
<style>
a { background-color: #3AF584; }
a { background-color: rgb(58,245,132); }
div.DivClassName
{
background-color: #3AF584;
}
.BgClassName
{
background-color: #3AF584;
}
</style>
border-color css
<style>
span { border-color: #3AF584; }
span { border-color: rgb(58,245,132); }
td.TdClassName
{
border-color: #3AF584;
}
.TagClassName
{
border-color: #3AF584;
}
</style>