Shades of Emerald #42C47C
Tints of Emerald #42C47C
RGB
CMYK
RGB Variations
Color information
#42C47C (or 0x42C47C) is known color: Emerald. HEX triplet: 42, C4 and 7C. RGB value is (66,196,124). Sum of RGB (Red+Green+Blue) = 66+196+124=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 196 (76.95% from 255 or 50.78% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 196 - color contains mainly: green. Hex color #42C47C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C47C is #BD3B83. Grayscale: #959595. Windows color (decimal): -12401540 or 8176706. OLE color: 8176706.
HSL color Cylindrical-coordinate representation of color #42C47C: hue angle of 146.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C47C is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 196 | 124 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.23 |
| HSL | 146.77º | 0.52% | 0.51% | - |
| HSV(B) | 146.77º | 0.66% | 0.77% | - |
| XYZ | 25.62 | 42.09 | 25.84 | - |
| YUV | 148.92 | 113.93 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 196 | 124 | 0.66 | 0 | 0.37 | 0.23 | 146.77 | 0.52 | 0.51 |
| Hex | 42 | C4 | 7C | 42 | 0 | 25 | 17 | 93 | 34 | 33 |
| Octal | 102 | 304 | 174 | 102 | 0 | 45 | 27 | 223 | 64 | 63 |
| Binary | 1000010 | 11000100 | 1111100 | 1000010 | 0 | 100101 | 10111 | 10010011 | 110100 | 110011 |
Color Harmonies of #42C47C
Complementary color
Monochromatic Colors of #42C47C
Black with #42C47C
Text Example
Text Example
White with #42C47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C47C; }
p { color: rgb(66,196,124); }
H1.HeaderClassName
{
color: #42C47C;
}
.AnyTagClassName
{
color: #42C47C;
}
</style>
background-color css
<style>
a { background-color: #42C47C; }
a { background-color: rgb(66,196,124); }
div.DivClassName
{
background-color: #42C47C;
}
.BgClassName
{
background-color: #42C47C;
}
</style>
border-color css
<style>
span { border-color: #42C47C; }
span { border-color: rgb(66,196,124); }
td.TdClassName
{
border-color: #42C47C;
}
.TagClassName
{
border-color: #42C47C;
}
</style>