Shades of Emerald #42C47A
Tints of Emerald #42C47A
RGB
CMYK
RGB Variations
Color information
#42C47A (or 0x42C47A) is known color: Emerald. HEX triplet: 42, C4 and 7A. RGB value is (66,196,122). Sum of RGB (Red+Green+Blue) = 66+196+122=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 196 (76.95% from 255 or 51.04% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 196 - color contains mainly: green. Hex color #42C47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C47A is #BD3B85. Grayscale: #949494. Windows color (decimal): -12401542 or 8045634. OLE color: 8045634.
HSL color Cylindrical-coordinate representation of color #42C47A: hue angle of 145.85º 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 #42C47A is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 196 | 122 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.23 |
| HSL | 145.85º | 0.52% | 0.51% | - |
| HSV(B) | 145.85º | 0.66% | 0.77% | - |
| XYZ | 25.5 | 42.04 | 25.18 | - |
| YUV | 148.69 | 112.93 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 196 | 122 | 0.66 | 0 | 0.38 | 0.23 | 145.85 | 0.52 | 0.51 |
| Hex | 42 | C4 | 7A | 42 | 0 | 26 | 17 | 92 | 34 | 33 |
| Octal | 102 | 304 | 172 | 102 | 0 | 46 | 27 | 222 | 64 | 63 |
| Binary | 1000010 | 11000100 | 1111010 | 1000010 | 0 | 100110 | 10111 | 10010010 | 110100 | 110011 |
Color Harmonies of #42C47A
Complementary color
Monochromatic Colors of #42C47A
Black with #42C47A
Text Example
Text Example
White with #42C47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C47A; }
p { color: rgb(66,196,122); }
H1.HeaderClassName
{
color: #42C47A;
}
.AnyTagClassName
{
color: #42C47A;
}
</style>
background-color css
<style>
a { background-color: #42C47A; }
a { background-color: rgb(66,196,122); }
div.DivClassName
{
background-color: #42C47A;
}
.BgClassName
{
background-color: #42C47A;
}
</style>
border-color css
<style>
span { border-color: #42C47A; }
span { border-color: rgb(66,196,122); }
td.TdClassName
{
border-color: #42C47A;
}
.TagClassName
{
border-color: #42C47A;
}
</style>