Shades of Emerald #3CEC61
Tints of Emerald #3CEC61
RGB
CMYK
RGB Variations
Color information
#3CEC61 (or 0x3CEC61) is known color: Emerald. HEX triplet: 3C, EC and 61. RGB value is (60,236,97). Sum of RGB (Red+Green+Blue) = 60+236+97=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 236 (92.58% from 255 or 60.05% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CEC61 is #C3139E. Grayscale: #A7A7A7. Windows color (decimal): -12784543 or 6417468. OLE color: 6417468.
HSL color Cylindrical-coordinate representation of color #3CEC61: hue angle of 132.61º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEC61 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 97 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.07 |
| HSL | 132.61º | 0.82% | 0.58% | - |
| HSV(B) | 132.61º | 0.75% | 0.93% | - |
| XYZ | 34.02 | 61.81 | 21.45 | - |
| YUV | 167.53 | 88.19 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 97 | 0.75 | 0 | 0.59 | 0.07 | 132.61 | 0.82 | 0.58 |
| Hex | 3C | EC | 61 | 4B | 0 | 3B | 7 | 85 | 52 | 3A |
| Octal | 74 | 354 | 141 | 113 | 0 | 73 | 7 | 205 | 122 | 72 |
| Binary | 111100 | 11101100 | 1100001 | 1001011 | 0 | 111011 | 111 | 10000101 | 1010010 | 111010 |
Color Harmonies of #3CEC61
Complementary color
Monochromatic Colors of #3CEC61
Black with #3CEC61
Text Example
Text Example
White with #3CEC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEC61; }
p { color: rgb(60,236,97); }
H1.HeaderClassName
{
color: #3CEC61;
}
.AnyTagClassName
{
color: #3CEC61;
}
</style>
background-color css
<style>
a { background-color: #3CEC61; }
a { background-color: rgb(60,236,97); }
div.DivClassName
{
background-color: #3CEC61;
}
.BgClassName
{
background-color: #3CEC61;
}
</style>
border-color css
<style>
span { border-color: #3CEC61; }
span { border-color: rgb(60,236,97); }
td.TdClassName
{
border-color: #3CEC61;
}
.TagClassName
{
border-color: #3CEC61;
}
</style>