Shades of Emerald #3CE785
Tints of Emerald #3CE785
RGB
CMYK
RGB Variations
Color information
#3CE785 (or 0x3CE785) is known color: Emerald. HEX triplet: 3C, E7 and 85. RGB value is (60,231,133). Sum of RGB (Red+Green+Blue) = 60+231+133=424 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.15% from 424); Green value is 231 (90.62% from 255 or 54.48% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE785 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CE785 is #C3187A. Grayscale: #A8A8A8. Windows color (decimal): -12785787 or 8775484. OLE color: 8775484.
HSL color Cylindrical-coordinate representation of color #3CE785: hue angle of 145.61º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE785 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 231 | 133 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.09 |
| HSL | 145.61º | 0.78% | 0.57% | - |
| HSV(B) | 145.61º | 0.74% | 0.91% | - |
| XYZ | 34.67 | 59.81 | 31.91 | - |
| YUV | 168.7 | 107.85 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 133 | 0.74 | 0 | 0.42 | 0.09 | 145.61 | 0.78 | 0.57 |
| Hex | 3C | E7 | 85 | 4A | 0 | 2A | 9 | 92 | 4E | 39 |
| Octal | 74 | 347 | 205 | 112 | 0 | 52 | 11 | 222 | 116 | 71 |
| Binary | 111100 | 11100111 | 10000101 | 1001010 | 0 | 101010 | 1001 | 10010010 | 1001110 | 111001 |
Color Harmonies of #3CE785
Complementary color
Monochromatic Colors of #3CE785
Black with #3CE785
Text Example
Text Example
White with #3CE785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE785; }
p { color: rgb(60,231,133); }
H1.HeaderClassName
{
color: #3CE785;
}
.AnyTagClassName
{
color: #3CE785;
}
</style>
background-color css
<style>
a { background-color: #3CE785; }
a { background-color: rgb(60,231,133); }
div.DivClassName
{
background-color: #3CE785;
}
.BgClassName
{
background-color: #3CE785;
}
</style>
border-color css
<style>
span { border-color: #3CE785; }
span { border-color: rgb(60,231,133); }
td.TdClassName
{
border-color: #3CE785;
}
.TagClassName
{
border-color: #3CE785;
}
</style>