Shades of Emerald #3AFE7F
Tints of Emerald #3AFE7F
RGB
CMYK
RGB Variations
Color information
#3AFE7F (or 0x3AFE7F) is known color: Emerald. HEX triplet: 3A, FE and 7F. RGB value is (58,254,127). Sum of RGB (Red+Green+Blue) = 58+254+127=439 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.21% from 439); Green value is 254 (99.61% from 255 or 57.86% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFE7F is #C50180. Grayscale: #B5B5B5. Windows color (decimal): -12910977 or 8388154. OLE color: 8388154.
HSL color Cylindrical-coordinate representation of color #3AFE7F: hue angle of 141.12º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFE7F is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 127 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.00 |
| HSL | 141.12º | 0.99% | 0.61% | - |
| HSV(B) | 141.12º | 0.77% | 1% | - |
| XYZ | 41.02 | 73.32 | 32.07 | - |
| YUV | 180.92 | 97.57 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 127 | 0.77 | 0 | 0.50 | 0.00 | 141.12 | 0.99 | 0.61 |
| Hex | 3A | FE | 7F | 4D | 0 | 32 | 0 | 8D | 63 | 3D |
| Octal | 72 | 376 | 177 | 115 | 0 | 62 | 0 | 215 | 143 | 75 |
| Binary | 111010 | 11111110 | 1111111 | 1001101 | 0 | 110010 | 0 | 10001101 | 1100011 | 111101 |
Color Harmonies of #3AFE7F
Complementary color
Monochromatic Colors of #3AFE7F
Black with #3AFE7F
Text Example
Text Example
White with #3AFE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE7F; }
p { color: rgb(58,254,127); }
H1.HeaderClassName
{
color: #3AFE7F;
}
.AnyTagClassName
{
color: #3AFE7F;
}
</style>
background-color css
<style>
a { background-color: #3AFE7F; }
a { background-color: rgb(58,254,127); }
div.DivClassName
{
background-color: #3AFE7F;
}
.BgClassName
{
background-color: #3AFE7F;
}
</style>
border-color css
<style>
span { border-color: #3AFE7F; }
span { border-color: rgb(58,254,127); }
td.TdClassName
{
border-color: #3AFE7F;
}
.TagClassName
{
border-color: #3AFE7F;
}
</style>