Shades of Emerald #3CDF77
Tints of Emerald #3CDF77
RGB
CMYK
RGB Variations
Color information
#3CDF77 (or 0x3CDF77) is known color: Emerald. HEX triplet: 3C, DF and 77. RGB value is (60,223,119). Sum of RGB (Red+Green+Blue) = 60+223+119=402 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.93% from 402); Green value is 223 (87.5% from 255 or 55.47% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDF77 is #C32088. Grayscale: #A2A2A2. Windows color (decimal): -12787849 or 7855932. OLE color: 7855932.
HSL color Cylindrical-coordinate representation of color #3CDF77: hue angle of 141.72º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDF77 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 119 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.13 |
| HSL | 141.72º | 0.72% | 0.55% | - |
| HSV(B) | 141.72º | 0.73% | 0.87% | - |
| XYZ | 31.58 | 55.07 | 26.42 | - |
| YUV | 162.41 | 103.5 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 119 | 0.73 | 0 | 0.47 | 0.13 | 141.72 | 0.72 | 0.55 |
| Hex | 3C | DF | 77 | 49 | 0 | 2F | D | 8E | 48 | 37 |
| Octal | 74 | 337 | 167 | 111 | 0 | 57 | 15 | 216 | 110 | 67 |
| Binary | 111100 | 11011111 | 1110111 | 1001001 | 0 | 101111 | 1101 | 10001110 | 1001000 | 110111 |
Color Harmonies of #3CDF77
Complementary color
Monochromatic Colors of #3CDF77
Black with #3CDF77
Text Example
Text Example
White with #3CDF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF77; }
p { color: rgb(60,223,119); }
H1.HeaderClassName
{
color: #3CDF77;
}
.AnyTagClassName
{
color: #3CDF77;
}
</style>
background-color css
<style>
a { background-color: #3CDF77; }
a { background-color: rgb(60,223,119); }
div.DivClassName
{
background-color: #3CDF77;
}
.BgClassName
{
background-color: #3CDF77;
}
</style>
border-color css
<style>
span { border-color: #3CDF77; }
span { border-color: rgb(60,223,119); }
td.TdClassName
{
border-color: #3CDF77;
}
.TagClassName
{
border-color: #3CDF77;
}
</style>