Shades of Emerald #3CEF66
Tints of Emerald #3CEF66
RGB
CMYK
RGB Variations
Color information
#3CEF66 (or 0x3CEF66) is known color: Emerald. HEX triplet: 3C, EF and 66. RGB value is (60,239,102). Sum of RGB (Red+Green+Blue) = 60+239+102=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 239 (93.75% from 255 or 59.60% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CEF66 is #C31099. Grayscale: #AAAAAA. Windows color (decimal): -12783770 or 6745916. OLE color: 6745916.
HSL color Cylindrical-coordinate representation of color #3CEF66: hue angle of 134.08º 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 #3CEF66 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 102 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.06 |
| HSL | 134.08º | 0.85% | 0.59% | - |
| HSV(B) | 134.08º | 0.75% | 0.94% | - |
| XYZ | 35.13 | 63.65 | 23.01 | - |
| YUV | 169.86 | 89.7 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 102 | 0.75 | 0 | 0.57 | 0.06 | 134.08 | 0.85 | 0.59 |
| Hex | 3C | EF | 66 | 4B | 0 | 39 | 6 | 86 | 55 | 3B |
| Octal | 74 | 357 | 146 | 113 | 0 | 71 | 6 | 206 | 125 | 73 |
| Binary | 111100 | 11101111 | 1100110 | 1001011 | 0 | 111001 | 110 | 10000110 | 1010101 | 111011 |
Color Harmonies of #3CEF66
Complementary color
Monochromatic Colors of #3CEF66
Black with #3CEF66
Text Example
Text Example
White with #3CEF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF66; }
p { color: rgb(60,239,102); }
H1.HeaderClassName
{
color: #3CEF66;
}
.AnyTagClassName
{
color: #3CEF66;
}
</style>
background-color css
<style>
a { background-color: #3CEF66; }
a { background-color: rgb(60,239,102); }
div.DivClassName
{
background-color: #3CEF66;
}
.BgClassName
{
background-color: #3CEF66;
}
</style>
border-color css
<style>
span { border-color: #3CEF66; }
span { border-color: rgb(60,239,102); }
td.TdClassName
{
border-color: #3CEF66;
}
.TagClassName
{
border-color: #3CEF66;
}
</style>