Shades of Emerald #3ACF82
Tints of Emerald #3ACF82
RGB
CMYK
RGB Variations
Color information
#3ACF82 (or 0x3ACF82) is known color: Emerald. HEX triplet: 3A, CF and 82. RGB value is (58,207,130). Sum of RGB (Red+Green+Blue) = 58+207+130=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 207 (81.25% from 255 or 52.41% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACF82 is #C5307D. Grayscale: #999999. Windows color (decimal): -12923006 or 8572730. OLE color: 8572730.
HSL color Cylindrical-coordinate representation of color #3ACF82: hue angle of 148.99º 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 #3ACF82 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 130 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.19 |
| HSL | 148.99º | 0.61% | 0.52% | - |
| HSV(B) | 148.99º | 0.72% | 0.81% | - |
| XYZ | 28.09 | 47.14 | 28.74 | - |
| YUV | 153.67 | 114.64 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 130 | 0.72 | 0 | 0.37 | 0.19 | 148.99 | 0.61 | 0.52 |
| Hex | 3A | CF | 82 | 48 | 0 | 25 | 13 | 95 | 3D | 34 |
| Octal | 72 | 317 | 202 | 110 | 0 | 45 | 23 | 225 | 75 | 64 |
| Binary | 111010 | 11001111 | 10000010 | 1001000 | 0 | 100101 | 10011 | 10010101 | 111101 | 110100 |
Color Harmonies of #3ACF82
Complementary color
Monochromatic Colors of #3ACF82
Black with #3ACF82
Text Example
Text Example
White with #3ACF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACF82; }
p { color: rgb(58,207,130); }
H1.HeaderClassName
{
color: #3ACF82;
}
.AnyTagClassName
{
color: #3ACF82;
}
</style>
background-color css
<style>
a { background-color: #3ACF82; }
a { background-color: rgb(58,207,130); }
div.DivClassName
{
background-color: #3ACF82;
}
.BgClassName
{
background-color: #3ACF82;
}
</style>
border-color css
<style>
span { border-color: #3ACF82; }
span { border-color: rgb(58,207,130); }
td.TdClassName
{
border-color: #3ACF82;
}
.TagClassName
{
border-color: #3ACF82;
}
</style>