Shades of Emerald #3CEF7A
Tints of Emerald #3CEF7A
RGB
CMYK
RGB Variations
Color information
#3CEF7A (or 0x3CEF7A) is known color: Emerald. HEX triplet: 3C, EF and 7A. RGB value is (60,239,122). Sum of RGB (Red+Green+Blue) = 60+239+122=421 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.25% from 421); Green value is 239 (93.75% from 255 or 56.77% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CEF7A is #C31085. Grayscale: #ACACAC. Windows color (decimal): -12783750 or 8056636. OLE color: 8056636.
HSL color Cylindrical-coordinate representation of color #3CEF7A: hue angle of 140.78º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEF7A is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 122 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.06 |
| HSL | 140.78º | 0.85% | 0.59% | - |
| HSV(B) | 140.78º | 0.75% | 0.94% | - |
| XYZ | 36.24 | 64.1 | 28.87 | - |
| YUV | 172.14 | 99.7 | 48.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 122 | 0.75 | 0 | 0.49 | 0.06 | 140.78 | 0.85 | 0.59 |
| Hex | 3C | EF | 7A | 4B | 0 | 31 | 6 | 8D | 55 | 3B |
| Octal | 74 | 357 | 172 | 113 | 0 | 61 | 6 | 215 | 125 | 73 |
| Binary | 111100 | 11101111 | 1111010 | 1001011 | 0 | 110001 | 110 | 10001101 | 1010101 | 111011 |
Color Harmonies of #3CEF7A
Complementary color
Monochromatic Colors of #3CEF7A
Black with #3CEF7A
Text Example
Text Example
White with #3CEF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF7A; }
p { color: rgb(60,239,122); }
H1.HeaderClassName
{
color: #3CEF7A;
}
.AnyTagClassName
{
color: #3CEF7A;
}
</style>
background-color css
<style>
a { background-color: #3CEF7A; }
a { background-color: rgb(60,239,122); }
div.DivClassName
{
background-color: #3CEF7A;
}
.BgClassName
{
background-color: #3CEF7A;
}
</style>
border-color css
<style>
span { border-color: #3CEF7A; }
span { border-color: rgb(60,239,122); }
td.TdClassName
{
border-color: #3CEF7A;
}
.TagClassName
{
border-color: #3CEF7A;
}
</style>