Shades of Emerald #3CE385
Tints of Emerald #3CE385
RGB
CMYK
RGB Variations
Color information
#3CE385 (or 0x3CE385) is known color: Emerald. HEX triplet: 3C, E3 and 85. RGB value is (60,227,133). Sum of RGB (Red+Green+Blue) = 60+227+133=420 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.29% from 420); Green value is 227 (89.06% from 255 or 54.05% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CE385 is #C31C7A. Grayscale: #A6A6A6. Windows color (decimal): -12786811 or 8774460. OLE color: 8774460.
HSL color Cylindrical-coordinate representation of color #3CE385: hue angle of 146.23º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE385 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 133 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.11 |
| HSL | 146.23º | 0.75% | 0.56% | - |
| HSV(B) | 146.23º | 0.74% | 0.89% | - |
| XYZ | 33.57 | 57.59 | 31.54 | - |
| YUV | 166.35 | 109.17 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 133 | 0.74 | 0 | 0.41 | 0.11 | 146.23 | 0.75 | 0.56 |
| Hex | 3C | E3 | 85 | 4A | 0 | 29 | B | 92 | 4B | 38 |
| Octal | 74 | 343 | 205 | 112 | 0 | 51 | 13 | 222 | 113 | 70 |
| Binary | 111100 | 11100011 | 10000101 | 1001010 | 0 | 101001 | 1011 | 10010010 | 1001011 | 111000 |
Color Harmonies of #3CE385
Complementary color
Monochromatic Colors of #3CE385
Black with #3CE385
Text Example
Text Example
White with #3CE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE385; }
p { color: rgb(60,227,133); }
H1.HeaderClassName
{
color: #3CE385;
}
.AnyTagClassName
{
color: #3CE385;
}
</style>
background-color css
<style>
a { background-color: #3CE385; }
a { background-color: rgb(60,227,133); }
div.DivClassName
{
background-color: #3CE385;
}
.BgClassName
{
background-color: #3CE385;
}
</style>
border-color css
<style>
span { border-color: #3CE385; }
span { border-color: rgb(60,227,133); }
td.TdClassName
{
border-color: #3CE385;
}
.TagClassName
{
border-color: #3CE385;
}
</style>