Shades of Emerald #3CDF7A
Tints of Emerald #3CDF7A
RGB
CMYK
RGB Variations
Color information
#3CDF7A (or 0x3CDF7A) is known color: Emerald. HEX triplet: 3C, DF and 7A. RGB value is (60,223,122). Sum of RGB (Red+Green+Blue) = 60+223+122=405 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.81% from 405); Green value is 223 (87.5% from 255 or 55.06% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDF7A is #C32085. Grayscale: #A2A2A2. Windows color (decimal): -12787846 or 8052540. OLE color: 8052540.
HSL color Cylindrical-coordinate representation of color #3CDF7A: hue angle of 142.82º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDF7A is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 122 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.13 |
| HSL | 142.82º | 0.72% | 0.55% | - |
| HSV(B) | 142.82º | 0.73% | 0.87% | - |
| XYZ | 31.76 | 55.14 | 27.38 | - |
| YUV | 162.75 | 105 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 122 | 0.73 | 0 | 0.45 | 0.13 | 142.82 | 0.72 | 0.55 |
| Hex | 3C | DF | 7A | 49 | 0 | 2D | D | 8F | 48 | 37 |
| Octal | 74 | 337 | 172 | 111 | 0 | 55 | 15 | 217 | 110 | 67 |
| Binary | 111100 | 11011111 | 1111010 | 1001001 | 0 | 101101 | 1101 | 10001111 | 1001000 | 110111 |
Color Harmonies of #3CDF7A
Complementary color
Monochromatic Colors of #3CDF7A
Black with #3CDF7A
Text Example
Text Example
White with #3CDF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF7A; }
p { color: rgb(60,223,122); }
H1.HeaderClassName
{
color: #3CDF7A;
}
.AnyTagClassName
{
color: #3CDF7A;
}
</style>
background-color css
<style>
a { background-color: #3CDF7A; }
a { background-color: rgb(60,223,122); }
div.DivClassName
{
background-color: #3CDF7A;
}
.BgClassName
{
background-color: #3CDF7A;
}
</style>
border-color css
<style>
span { border-color: #3CDF7A; }
span { border-color: rgb(60,223,122); }
td.TdClassName
{
border-color: #3CDF7A;
}
.TagClassName
{
border-color: #3CDF7A;
}
</style>