Shades of Emerald #3CE966
Tints of Emerald #3CE966
RGB
CMYK
RGB Variations
Color information
#3CE966 (or 0x3CE966) is known color: Emerald. HEX triplet: 3C, E9 and 66. RGB value is (60,233,102). Sum of RGB (Red+Green+Blue) = 60+233+102=395 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.19% from 395); Green value is 233 (91.41% from 255 or 58.99% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 233 - color contains mainly: green. Hex color #3CE966 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CE966 is #C31699. Grayscale: #A6A6A6. Windows color (decimal): -12785306 or 6744380. OLE color: 6744380.
HSL color Cylindrical-coordinate representation of color #3CE966: hue angle of 134.57º degrees, saturation: 0.8, 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 #3CE966 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 233 | 102 | - |
| CMYK | 0.74 | 0 | 0.56 | 0.09 |
| HSL | 134.57º | 0.8% | 0.57% | - |
| HSV(B) | 134.57º | 0.74% | 0.91% | - |
| XYZ | 33.4 | 60.2 | 22.43 | - |
| YUV | 166.34 | 91.69 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 233 | 102 | 0.74 | 0 | 0.56 | 0.09 | 134.57 | 0.8 | 0.57 |
| Hex | 3C | E9 | 66 | 4A | 0 | 38 | 9 | 87 | 50 | 39 |
| Octal | 74 | 351 | 146 | 112 | 0 | 70 | 11 | 207 | 120 | 71 |
| Binary | 111100 | 11101001 | 1100110 | 1001010 | 0 | 111000 | 1001 | 10000111 | 1010000 | 111001 |
Color Harmonies of #3CE966
Complementary color
Monochromatic Colors of #3CE966
Black with #3CE966
Text Example
Text Example
White with #3CE966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE966; }
p { color: rgb(60,233,102); }
H1.HeaderClassName
{
color: #3CE966;
}
.AnyTagClassName
{
color: #3CE966;
}
</style>
background-color css
<style>
a { background-color: #3CE966; }
a { background-color: rgb(60,233,102); }
div.DivClassName
{
background-color: #3CE966;
}
.BgClassName
{
background-color: #3CE966;
}
</style>
border-color css
<style>
span { border-color: #3CE966; }
span { border-color: rgb(60,233,102); }
td.TdClassName
{
border-color: #3CE966;
}
.TagClassName
{
border-color: #3CE966;
}
</style>