Shades of Emerald #3AF67E
Tints of Emerald #3AF67E
RGB
CMYK
RGB Variations
Color information
#3AF67E (or 0x3AF67E) is known color: Emerald. HEX triplet: 3A, F6 and 7E. RGB value is (58,246,126). Sum of RGB (Red+Green+Blue) = 58+246+126=430 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.49% from 430); Green value is 246 (96.48% from 255 or 57.21% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF67E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF67E is #C50981. Grayscale: #B0B0B0. Windows color (decimal): -12913026 or 8320570. OLE color: 8320570.
HSL color Cylindrical-coordinate representation of color #3AF67E: hue angle of 141.7º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF67E is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 246 | 126 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.04 |
| HSL | 141.7º | 0.91% | 0.6% | - |
| HSV(B) | 141.7º | 0.76% | 0.96% | - |
| XYZ | 38.47 | 68.32 | 30.9 | - |
| YUV | 176.11 | 99.72 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 246 | 126 | 0.76 | 0 | 0.49 | 0.04 | 141.7 | 0.91 | 0.6 |
| Hex | 3A | F6 | 7E | 4C | 0 | 31 | 4 | 8E | 5B | 3C |
| Octal | 72 | 366 | 176 | 114 | 0 | 61 | 4 | 216 | 133 | 74 |
| Binary | 111010 | 11110110 | 1111110 | 1001100 | 0 | 110001 | 100 | 10001110 | 1011011 | 111100 |
Color Harmonies of #3AF67E
Complementary color
Monochromatic Colors of #3AF67E
Black with #3AF67E
Text Example
Text Example
White with #3AF67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF67E; }
p { color: rgb(58,246,126); }
H1.HeaderClassName
{
color: #3AF67E;
}
.AnyTagClassName
{
color: #3AF67E;
}
</style>
background-color css
<style>
a { background-color: #3AF67E; }
a { background-color: rgb(58,246,126); }
div.DivClassName
{
background-color: #3AF67E;
}
.BgClassName
{
background-color: #3AF67E;
}
</style>
border-color css
<style>
span { border-color: #3AF67E; }
span { border-color: rgb(58,246,126); }
td.TdClassName
{
border-color: #3AF67E;
}
.TagClassName
{
border-color: #3AF67E;
}
</style>