Shades of Emerald #3CF17C
Tints of Emerald #3CF17C
RGB
CMYK
RGB Variations
Color information
#3CF17C (or 0x3CF17C) is known color: Emerald. HEX triplet: 3C, F1 and 7C. RGB value is (60,241,124). Sum of RGB (Red+Green+Blue) = 60+241+124=425 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.12% from 425); Green value is 241 (94.53% from 255 or 56.71% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF17C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF17C is #C30E83. Grayscale: #ADADAD. Windows color (decimal): -12783236 or 8188220. OLE color: 8188220.
HSL color Cylindrical-coordinate representation of color #3CF17C: hue angle of 141.22º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF17C is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 124 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.05 |
| HSL | 141.22º | 0.87% | 0.59% | - |
| HSV(B) | 141.22º | 0.75% | 0.95% | - |
| XYZ | 36.96 | 65.33 | 29.73 | - |
| YUV | 173.54 | 100.03 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 124 | 0.75 | 0 | 0.49 | 0.05 | 141.22 | 0.87 | 0.59 |
| Hex | 3C | F1 | 7C | 4B | 0 | 31 | 5 | 8D | 57 | 3B |
| Octal | 74 | 361 | 174 | 113 | 0 | 61 | 5 | 215 | 127 | 73 |
| Binary | 111100 | 11110001 | 1111100 | 1001011 | 0 | 110001 | 101 | 10001101 | 1010111 | 111011 |
Color Harmonies of #3CF17C
Complementary color
Monochromatic Colors of #3CF17C
Black with #3CF17C
Text Example
Text Example
White with #3CF17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF17C; }
p { color: rgb(60,241,124); }
H1.HeaderClassName
{
color: #3CF17C;
}
.AnyTagClassName
{
color: #3CF17C;
}
</style>
background-color css
<style>
a { background-color: #3CF17C; }
a { background-color: rgb(60,241,124); }
div.DivClassName
{
background-color: #3CF17C;
}
.BgClassName
{
background-color: #3CF17C;
}
</style>
border-color css
<style>
span { border-color: #3CF17C; }
span { border-color: rgb(60,241,124); }
td.TdClassName
{
border-color: #3CF17C;
}
.TagClassName
{
border-color: #3CF17C;
}
</style>