Shades of Emerald #3ACF7F
Tints of Emerald #3ACF7F
RGB
CMYK
RGB Variations
Color information
#3ACF7F (or 0x3ACF7F) is known color: Emerald. HEX triplet: 3A, CF and 7F. RGB value is (58,207,127). Sum of RGB (Red+Green+Blue) = 58+207+127=392 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.80% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACF7F is #C53080. Grayscale: #999999. Windows color (decimal): -12923009 or 8376122. OLE color: 8376122.
HSL color Cylindrical-coordinate representation of color #3ACF7F: hue angle of 147.79º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACF7F is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 127 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.19 |
| HSL | 147.79º | 0.61% | 0.52% | - |
| HSV(B) | 147.79º | 0.72% | 0.81% | - |
| XYZ | 27.89 | 47.06 | 27.69 | - |
| YUV | 153.33 | 113.14 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 127 | 0.72 | 0 | 0.39 | 0.19 | 147.79 | 0.61 | 0.52 |
| Hex | 3A | CF | 7F | 48 | 0 | 27 | 13 | 94 | 3D | 34 |
| Octal | 72 | 317 | 177 | 110 | 0 | 47 | 23 | 224 | 75 | 64 |
| Binary | 111010 | 11001111 | 1111111 | 1001000 | 0 | 100111 | 10011 | 10010100 | 111101 | 110100 |
Color Harmonies of #3ACF7F
Complementary color
Monochromatic Colors of #3ACF7F
Black with #3ACF7F
Text Example
Text Example
White with #3ACF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACF7F; }
p { color: rgb(58,207,127); }
H1.HeaderClassName
{
color: #3ACF7F;
}
.AnyTagClassName
{
color: #3ACF7F;
}
</style>
background-color css
<style>
a { background-color: #3ACF7F; }
a { background-color: rgb(58,207,127); }
div.DivClassName
{
background-color: #3ACF7F;
}
.BgClassName
{
background-color: #3ACF7F;
}
</style>
border-color css
<style>
span { border-color: #3ACF7F; }
span { border-color: rgb(58,207,127); }
td.TdClassName
{
border-color: #3ACF7F;
}
.TagClassName
{
border-color: #3ACF7F;
}
</style>