Shades of Emerald #3AFC7C
Tints of Emerald #3AFC7C
RGB
CMYK
RGB Variations
Color information
#3AFC7C (or 0x3AFC7C) is known color: Emerald. HEX triplet: 3A, FC and 7C. RGB value is (58,252,124). Sum of RGB (Red+Green+Blue) = 58+252+124=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 252 (98.83% from 255 or 58.06% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFC7C is #C50383. Grayscale: #B3B3B3. Windows color (decimal): -12911492 or 8191034. OLE color: 8191034.
HSL color Cylindrical-coordinate representation of color #3AFC7C: hue angle of 140.41º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFC7C is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 124 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.01 |
| HSL | 140.41º | 0.97% | 0.61% | - |
| HSV(B) | 140.41º | 0.77% | 0.99% | - |
| XYZ | 40.19 | 71.98 | 30.84 | - |
| YUV | 179.4 | 96.73 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 124 | 0.77 | 0 | 0.51 | 0.01 | 140.41 | 0.97 | 0.61 |
| Hex | 3A | FC | 7C | 4D | 0 | 33 | 1 | 8C | 61 | 3D |
| Octal | 72 | 374 | 174 | 115 | 0 | 63 | 1 | 214 | 141 | 75 |
| Binary | 111010 | 11111100 | 1111100 | 1001101 | 0 | 110011 | 1 | 10001100 | 1100001 | 111101 |
Color Harmonies of #3AFC7C
Complementary color
Monochromatic Colors of #3AFC7C
Black with #3AFC7C
Text Example
Text Example
White with #3AFC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC7C; }
p { color: rgb(58,252,124); }
H1.HeaderClassName
{
color: #3AFC7C;
}
.AnyTagClassName
{
color: #3AFC7C;
}
</style>
background-color css
<style>
a { background-color: #3AFC7C; }
a { background-color: rgb(58,252,124); }
div.DivClassName
{
background-color: #3AFC7C;
}
.BgClassName
{
background-color: #3AFC7C;
}
</style>
border-color css
<style>
span { border-color: #3AFC7C; }
span { border-color: rgb(58,252,124); }
td.TdClassName
{
border-color: #3AFC7C;
}
.TagClassName
{
border-color: #3AFC7C;
}
</style>