Shades of Emerald #42C97C
Tints of Emerald #42C97C
RGB
CMYK
RGB Variations
Color information
#42C97C (or 0x42C97C) is known color: Emerald. HEX triplet: 42, C9 and 7C. RGB value is (66,201,124). Sum of RGB (Red+Green+Blue) = 66+201+124=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #42C97C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C97C is #BD3683. Grayscale: #989898. Windows color (decimal): -12400260 or 8177986. OLE color: 8177986.
HSL color Cylindrical-coordinate representation of color #42C97C: hue angle of 145.78º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C97C is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 201 | 124 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.21 |
| HSL | 145.78º | 0.56% | 0.52% | - |
| HSV(B) | 145.78º | 0.67% | 0.79% | - |
| XYZ | 26.77 | 44.39 | 26.23 | - |
| YUV | 151.86 | 112.27 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 201 | 124 | 0.67 | 0 | 0.38 | 0.21 | 145.78 | 0.56 | 0.52 |
| Hex | 42 | C9 | 7C | 43 | 0 | 26 | 15 | 92 | 38 | 34 |
| Octal | 102 | 311 | 174 | 103 | 0 | 46 | 25 | 222 | 70 | 64 |
| Binary | 1000010 | 11001001 | 1111100 | 1000011 | 0 | 100110 | 10101 | 10010010 | 111000 | 110100 |
Color Harmonies of #42C97C
Complementary color
Monochromatic Colors of #42C97C
Black with #42C97C
Text Example
Text Example
White with #42C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C97C; }
p { color: rgb(66,201,124); }
H1.HeaderClassName
{
color: #42C97C;
}
.AnyTagClassName
{
color: #42C97C;
}
</style>
background-color css
<style>
a { background-color: #42C97C; }
a { background-color: rgb(66,201,124); }
div.DivClassName
{
background-color: #42C97C;
}
.BgClassName
{
background-color: #42C97C;
}
</style>
border-color css
<style>
span { border-color: #42C97C; }
span { border-color: rgb(66,201,124); }
td.TdClassName
{
border-color: #42C97C;
}
.TagClassName
{
border-color: #42C97C;
}
</style>