Shades of Emerald #3AF57D
Tints of Emerald #3AF57D
RGB
CMYK
RGB Variations
Color information
#3AF57D (or 0x3AF57D) is known color: Emerald. HEX triplet: 3A, F5 and 7D. RGB value is (58,245,125). Sum of RGB (Red+Green+Blue) = 58+245+125=428 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.55% from 428); Green value is 245 (96.09% from 255 or 57.24% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF57D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF57D is #C50A82. Grayscale: #AFAFAF. Windows color (decimal): -12913283 or 8254778. OLE color: 8254778.
HSL color Cylindrical-coordinate representation of color #3AF57D: hue angle of 141.5º 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 #3AF57D is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 245 | 125 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.04 |
| HSL | 141.5º | 0.9% | 0.59% | - |
| HSV(B) | 141.5º | 0.76% | 0.96% | - |
| XYZ | 38.1 | 67.69 | 30.46 | - |
| YUV | 175.41 | 99.55 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 245 | 125 | 0.76 | 0 | 0.49 | 0.04 | 141.5 | 0.9 | 0.59 |
| Hex | 3A | F5 | 7D | 4C | 0 | 31 | 4 | 8D | 5A | 3B |
| Octal | 72 | 365 | 175 | 114 | 0 | 61 | 4 | 215 | 132 | 73 |
| Binary | 111010 | 11110101 | 1111101 | 1001100 | 0 | 110001 | 100 | 10001101 | 1011010 | 111011 |
Color Harmonies of #3AF57D
Complementary color
Monochromatic Colors of #3AF57D
Black with #3AF57D
Text Example
Text Example
White with #3AF57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF57D; }
p { color: rgb(58,245,125); }
H1.HeaderClassName
{
color: #3AF57D;
}
.AnyTagClassName
{
color: #3AF57D;
}
</style>
background-color css
<style>
a { background-color: #3AF57D; }
a { background-color: rgb(58,245,125); }
div.DivClassName
{
background-color: #3AF57D;
}
.BgClassName
{
background-color: #3AF57D;
}
</style>
border-color css
<style>
span { border-color: #3AF57D; }
span { border-color: rgb(58,245,125); }
td.TdClassName
{
border-color: #3AF57D;
}
.TagClassName
{
border-color: #3AF57D;
}
</style>