Shades of Emerald #3CF073
Tints of Emerald #3CF073
RGB
CMYK
RGB Variations
Color information
#3CF073 (or 0x3CF073) is known color: Emerald. HEX triplet: 3C, F0 and 73. RGB value is (60,240,115). Sum of RGB (Red+Green+Blue) = 60+240+115=415 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.46% from 415); Green value is 240 (94.14% from 255 or 57.83% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF073 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF073 is #C30F8C. Grayscale: #ACACAC. Windows color (decimal): -12783501 or 7598140. OLE color: 7598140.
HSL color Cylindrical-coordinate representation of color #3CF073: hue angle of 138.33º degrees, saturation: 0.86, 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 #3CF073 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 115 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.06 |
| HSL | 138.33º | 0.86% | 0.59% | - |
| HSV(B) | 138.33º | 0.75% | 0.94% | - |
| XYZ | 36.12 | 64.52 | 26.77 | - |
| YUV | 171.93 | 95.87 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 115 | 0.75 | 0 | 0.52 | 0.06 | 138.33 | 0.86 | 0.59 |
| Hex | 3C | F0 | 73 | 4B | 0 | 34 | 6 | 8A | 56 | 3B |
| Octal | 74 | 360 | 163 | 113 | 0 | 64 | 6 | 212 | 126 | 73 |
| Binary | 111100 | 11110000 | 1110011 | 1001011 | 0 | 110100 | 110 | 10001010 | 1010110 | 111011 |
Color Harmonies of #3CF073
Complementary color
Monochromatic Colors of #3CF073
Black with #3CF073
Text Example
Text Example
White with #3CF073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF073; }
p { color: rgb(60,240,115); }
H1.HeaderClassName
{
color: #3CF073;
}
.AnyTagClassName
{
color: #3CF073;
}
</style>
background-color css
<style>
a { background-color: #3CF073; }
a { background-color: rgb(60,240,115); }
div.DivClassName
{
background-color: #3CF073;
}
.BgClassName
{
background-color: #3CF073;
}
</style>
border-color css
<style>
span { border-color: #3CF073; }
span { border-color: rgb(60,240,115); }
td.TdClassName
{
border-color: #3CF073;
}
.TagClassName
{
border-color: #3CF073;
}
</style>