Shades of Emerald #3CE85F
Tints of Emerald #3CE85F
RGB
CMYK
RGB Variations
Color information
#3CE85F (or 0x3CE85F) is known color: Emerald. HEX triplet: 3C, E8 and 5F. RGB value is (60,232,95). Sum of RGB (Red+Green+Blue) = 60+232+95=387 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.50% from 387); Green value is 232 (91.02% from 255 or 59.95% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 232 - color contains mainly: green. Hex color #3CE85F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CE85F is #C317A0. Grayscale: #A5A5A5. Windows color (decimal): -12785569 or 6285372. OLE color: 6285372.
HSL color Cylindrical-coordinate representation of color #3CE85F: hue angle of 132.21º degrees, saturation: 0.79, 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 #3CE85F is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 232 | 95 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.09 |
| HSL | 132.21º | 0.79% | 0.57% | - |
| HSV(B) | 132.21º | 0.74% | 0.91% | - |
| XYZ | 32.79 | 59.5 | 20.58 | - |
| YUV | 164.95 | 88.52 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 232 | 95 | 0.74 | 0 | 0.59 | 0.09 | 132.21 | 0.79 | 0.57 |
| Hex | 3C | E8 | 5F | 4A | 0 | 3B | 9 | 84 | 4F | 39 |
| Octal | 74 | 350 | 137 | 112 | 0 | 73 | 11 | 204 | 117 | 71 |
| Binary | 111100 | 11101000 | 1011111 | 1001010 | 0 | 111011 | 1001 | 10000100 | 1001111 | 111001 |
Color Harmonies of #3CE85F
Complementary color
Monochromatic Colors of #3CE85F
Black with #3CE85F
Text Example
Text Example
White with #3CE85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE85F; }
p { color: rgb(60,232,95); }
H1.HeaderClassName
{
color: #3CE85F;
}
.AnyTagClassName
{
color: #3CE85F;
}
</style>
background-color css
<style>
a { background-color: #3CE85F; }
a { background-color: rgb(60,232,95); }
div.DivClassName
{
background-color: #3CE85F;
}
.BgClassName
{
background-color: #3CE85F;
}
</style>
border-color css
<style>
span { border-color: #3CE85F; }
span { border-color: rgb(60,232,95); }
td.TdClassName
{
border-color: #3CE85F;
}
.TagClassName
{
border-color: #3CE85F;
}
</style>