Shades of Emerald #3CF274
Tints of Emerald #3CF274
RGB
CMYK
RGB Variations
Color information
#3CF274 (or 0x3CF274) is known color: Emerald. HEX triplet: 3C, F2 and 74. RGB value is (60,242,116). Sum of RGB (Red+Green+Blue) = 60+242+116=418 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.35% from 418); Green value is 242 (94.92% from 255 or 57.89% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF274 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF274 is #C30D8B. Grayscale: #ADADAD. Windows color (decimal): -12782988 or 7664188. OLE color: 7664188.
HSL color Cylindrical-coordinate representation of color #3CF274: hue angle of 138.46º degrees, saturation: 0.88, 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 #3CF274 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 116 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.05 |
| HSL | 138.46º | 0.88% | 0.59% | - |
| HSV(B) | 138.46º | 0.75% | 0.95% | - |
| XYZ | 36.77 | 65.73 | 27.27 | - |
| YUV | 173.22 | 95.7 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 116 | 0.75 | 0 | 0.52 | 0.05 | 138.46 | 0.88 | 0.59 |
| Hex | 3C | F2 | 74 | 4B | 0 | 34 | 5 | 8A | 58 | 3B |
| Octal | 74 | 362 | 164 | 113 | 0 | 64 | 5 | 212 | 130 | 73 |
| Binary | 111100 | 11110010 | 1110100 | 1001011 | 0 | 110100 | 101 | 10001010 | 1011000 | 111011 |
Color Harmonies of #3CF274
Complementary color
Monochromatic Colors of #3CF274
Black with #3CF274
Text Example
Text Example
White with #3CF274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF274; }
p { color: rgb(60,242,116); }
H1.HeaderClassName
{
color: #3CF274;
}
.AnyTagClassName
{
color: #3CF274;
}
</style>
background-color css
<style>
a { background-color: #3CF274; }
a { background-color: rgb(60,242,116); }
div.DivClassName
{
background-color: #3CF274;
}
.BgClassName
{
background-color: #3CF274;
}
</style>
border-color css
<style>
span { border-color: #3CF274; }
span { border-color: rgb(60,242,116); }
td.TdClassName
{
border-color: #3CF274;
}
.TagClassName
{
border-color: #3CF274;
}
</style>