Shades of Emerald #3CEF7F
Tints of Emerald #3CEF7F
RGB
CMYK
RGB Variations
Color information
#3CEF7F (or 0x3CEF7F) is known color: Emerald. HEX triplet: 3C, EF and 7F. RGB value is (60,239,127). Sum of RGB (Red+Green+Blue) = 60+239+127=426 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.08% from 426); Green value is 239 (93.75% from 255 or 56.10% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CEF7F is #C31080. Grayscale: #ACACAC. Windows color (decimal): -12783745 or 8384316. OLE color: 8384316.
HSL color Cylindrical-coordinate representation of color #3CEF7F: hue angle of 142.46º 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 #3CEF7F is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 127 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.06 |
| HSL | 142.46º | 0.85% | 0.59% | - |
| HSV(B) | 142.46º | 0.75% | 0.94% | - |
| XYZ | 36.56 | 64.23 | 30.55 | - |
| YUV | 172.71 | 102.2 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 127 | 0.75 | 0 | 0.47 | 0.06 | 142.46 | 0.85 | 0.59 |
| Hex | 3C | EF | 7F | 4B | 0 | 2F | 6 | 8E | 55 | 3B |
| Octal | 74 | 357 | 177 | 113 | 0 | 57 | 6 | 216 | 125 | 73 |
| Binary | 111100 | 11101111 | 1111111 | 1001011 | 0 | 101111 | 110 | 10001110 | 1010101 | 111011 |
Color Harmonies of #3CEF7F
Complementary color
Monochromatic Colors of #3CEF7F
Black with #3CEF7F
Text Example
Text Example
White with #3CEF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF7F; }
p { color: rgb(60,239,127); }
H1.HeaderClassName
{
color: #3CEF7F;
}
.AnyTagClassName
{
color: #3CEF7F;
}
</style>
background-color css
<style>
a { background-color: #3CEF7F; }
a { background-color: rgb(60,239,127); }
div.DivClassName
{
background-color: #3CEF7F;
}
.BgClassName
{
background-color: #3CEF7F;
}
</style>
border-color css
<style>
span { border-color: #3CEF7F; }
span { border-color: rgb(60,239,127); }
td.TdClassName
{
border-color: #3CEF7F;
}
.TagClassName
{
border-color: #3CEF7F;
}
</style>