Shades of Emerald #42C56A
Tints of Emerald #42C56A
RGB
CMYK
RGB Variations
Color information
#42C56A (or 0x42C56A) is known color: Emerald. HEX triplet: 42, C5 and 6A. RGB value is (66,197,106). Sum of RGB (Red+Green+Blue) = 66+197+106=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #42C56A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C56A is #BD3A95. Grayscale: #939393. Windows color (decimal): -12401302 or 6997314. OLE color: 6997314.
HSL color Cylindrical-coordinate representation of color #42C56A: hue angle of 138.32º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C56A is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 197 | 106 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.23 |
| HSL | 138.32º | 0.53% | 0.52% | - |
| HSV(B) | 138.32º | 0.66% | 0.77% | - |
| XYZ | 24.81 | 42.13 | 20.46 | - |
| YUV | 147.46 | 104.6 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 197 | 106 | 0.66 | 0 | 0.46 | 0.23 | 138.32 | 0.53 | 0.52 |
| Hex | 42 | C5 | 6A | 42 | 0 | 2E | 17 | 8A | 35 | 34 |
| Octal | 102 | 305 | 152 | 102 | 0 | 56 | 27 | 212 | 65 | 64 |
| Binary | 1000010 | 11000101 | 1101010 | 1000010 | 0 | 101110 | 10111 | 10001010 | 110101 | 110100 |
Color Harmonies of #42C56A
Complementary color
Monochromatic Colors of #42C56A
Black with #42C56A
Text Example
Text Example
White with #42C56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C56A; }
p { color: rgb(66,197,106); }
H1.HeaderClassName
{
color: #42C56A;
}
.AnyTagClassName
{
color: #42C56A;
}
</style>
background-color css
<style>
a { background-color: #42C56A; }
a { background-color: rgb(66,197,106); }
div.DivClassName
{
background-color: #42C56A;
}
.BgClassName
{
background-color: #42C56A;
}
</style>
border-color css
<style>
span { border-color: #42C56A; }
span { border-color: rgb(66,197,106); }
td.TdClassName
{
border-color: #42C56A;
}
.TagClassName
{
border-color: #42C56A;
}
</style>