Shades of Emerald #3AD67B
Tints of Emerald #3AD67B
RGB
CMYK
RGB Variations
Color information
#3AD67B (or 0x3AD67B) is known color: Emerald. HEX triplet: 3A, D6 and 7B. RGB value is (58,214,123). Sum of RGB (Red+Green+Blue) = 58+214+123=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 214 (83.98% from 255 or 54.18% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD67B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD67B is #C52984. Grayscale: #9D9D9D. Windows color (decimal): -12921221 or 8115770. OLE color: 8115770.
HSL color Cylindrical-coordinate representation of color #3AD67B: hue angle of 145º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD67B is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 123 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.16 |
| HSL | 145º | 0.66% | 0.53% | - |
| HSV(B) | 145º | 0.73% | 0.84% | - |
| XYZ | 29.37 | 50.42 | 26.92 | - |
| YUV | 156.98 | 108.82 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 123 | 0.73 | 0 | 0.43 | 0.16 | 145 | 0.66 | 0.53 |
| Hex | 3A | D6 | 7B | 49 | 0 | 2B | 10 | 91 | 42 | 35 |
| Octal | 72 | 326 | 173 | 111 | 0 | 53 | 20 | 221 | 102 | 65 |
| Binary | 111010 | 11010110 | 1111011 | 1001001 | 0 | 101011 | 10000 | 10010001 | 1000010 | 110101 |
Color Harmonies of #3AD67B
Complementary color
Monochromatic Colors of #3AD67B
Black with #3AD67B
Text Example
Text Example
White with #3AD67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD67B; }
p { color: rgb(58,214,123); }
H1.HeaderClassName
{
color: #3AD67B;
}
.AnyTagClassName
{
color: #3AD67B;
}
</style>
background-color css
<style>
a { background-color: #3AD67B; }
a { background-color: rgb(58,214,123); }
div.DivClassName
{
background-color: #3AD67B;
}
.BgClassName
{
background-color: #3AD67B;
}
</style>
border-color css
<style>
span { border-color: #3AD67B; }
span { border-color: rgb(58,214,123); }
td.TdClassName
{
border-color: #3AD67B;
}
.TagClassName
{
border-color: #3AD67B;
}
</style>