Shades of Emerald #3ACF78
Tints of Emerald #3ACF78
RGB
CMYK
RGB Variations
Color information
#3ACF78 (or 0x3ACF78) is known color: Emerald. HEX triplet: 3A, CF and 78. RGB value is (58,207,120). Sum of RGB (Red+Green+Blue) = 58+207+120=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACF78 is #C53087. Grayscale: #989898. Windows color (decimal): -12923016 or 7917370. OLE color: 7917370.
HSL color Cylindrical-coordinate representation of color #3ACF78: hue angle of 144.97º 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 #3ACF78 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 120 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.19 |
| HSL | 144.97º | 0.61% | 0.52% | - |
| HSV(B) | 144.97º | 0.72% | 0.81% | - |
| XYZ | 27.45 | 46.88 | 25.37 | - |
| YUV | 152.53 | 109.64 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 120 | 0.72 | 0 | 0.42 | 0.19 | 144.97 | 0.61 | 0.52 |
| Hex | 3A | CF | 78 | 48 | 0 | 2A | 13 | 91 | 3D | 34 |
| Octal | 72 | 317 | 170 | 110 | 0 | 52 | 23 | 221 | 75 | 64 |
| Binary | 111010 | 11001111 | 1111000 | 1001000 | 0 | 101010 | 10011 | 10010001 | 111101 | 110100 |
Color Harmonies of #3ACF78
Complementary color
Monochromatic Colors of #3ACF78
Black with #3ACF78
Text Example
Text Example
White with #3ACF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACF78; }
p { color: rgb(58,207,120); }
H1.HeaderClassName
{
color: #3ACF78;
}
.AnyTagClassName
{
color: #3ACF78;
}
</style>
background-color css
<style>
a { background-color: #3ACF78; }
a { background-color: rgb(58,207,120); }
div.DivClassName
{
background-color: #3ACF78;
}
.BgClassName
{
background-color: #3ACF78;
}
</style>
border-color css
<style>
span { border-color: #3ACF78; }
span { border-color: rgb(58,207,120); }
td.TdClassName
{
border-color: #3ACF78;
}
.TagClassName
{
border-color: #3ACF78;
}
</style>