Shades of Emerald #42C27C
Tints of Emerald #42C27C
RGB
CMYK
RGB Variations
Color information
#42C27C (or 0x42C27C) is known color: Emerald. HEX triplet: 42, C2 and 7C. RGB value is (66,194,124). Sum of RGB (Red+Green+Blue) = 66+194+124=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #42C27C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C27C is #BD3D83. Grayscale: #939393. Windows color (decimal): -12402052 or 8176194. OLE color: 8176194.
HSL color Cylindrical-coordinate representation of color #42C27C: hue angle of 147.19º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C27C is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 194 | 124 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.24 |
| HSL | 147.19º | 0.51% | 0.51% | - |
| HSV(B) | 147.19º | 0.66% | 0.76% | - |
| XYZ | 25.18 | 41.2 | 25.69 | - |
| YUV | 147.75 | 114.59 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 194 | 124 | 0.66 | 0 | 0.36 | 0.24 | 147.19 | 0.51 | 0.51 |
| Hex | 42 | C2 | 7C | 42 | 0 | 24 | 18 | 93 | 33 | 33 |
| Octal | 102 | 302 | 174 | 102 | 0 | 44 | 30 | 223 | 63 | 63 |
| Binary | 1000010 | 11000010 | 1111100 | 1000010 | 0 | 100100 | 11000 | 10010011 | 110011 | 110011 |
Color Harmonies of #42C27C
Complementary color
Monochromatic Colors of #42C27C
Black with #42C27C
Text Example
Text Example
White with #42C27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C27C; }
p { color: rgb(66,194,124); }
H1.HeaderClassName
{
color: #42C27C;
}
.AnyTagClassName
{
color: #42C27C;
}
</style>
background-color css
<style>
a { background-color: #42C27C; }
a { background-color: rgb(66,194,124); }
div.DivClassName
{
background-color: #42C27C;
}
.BgClassName
{
background-color: #42C27C;
}
</style>
border-color css
<style>
span { border-color: #42C27C; }
span { border-color: rgb(66,194,124); }
td.TdClassName
{
border-color: #42C27C;
}
.TagClassName
{
border-color: #42C27C;
}
</style>