Shades of Emerald #42D673
Tints of Emerald #42D673
RGB
CMYK
RGB Variations
Color information
#42D673 (or 0x42D673) is known color: Emerald. HEX triplet: 42, D6 and 73. RGB value is (66,214,115). Sum of RGB (Red+Green+Blue) = 66+214+115=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 214 (83.98% from 255 or 54.18% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 214 - color contains mainly: green. Hex color #42D673 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D673 is #BD298C. Grayscale: #9E9E9E. Windows color (decimal): -12396941 or 7591490. OLE color: 7591490.
HSL color Cylindrical-coordinate representation of color #42D673: hue angle of 139.86º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D673 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 115 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.16 |
| HSL | 139.86º | 0.64% | 0.55% | - |
| HSV(B) | 139.86º | 0.69% | 0.84% | - |
| XYZ | 29.39 | 50.49 | 24.42 | - |
| YUV | 158.46 | 103.47 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 115 | 0.69 | 0 | 0.46 | 0.16 | 139.86 | 0.64 | 0.55 |
| Hex | 42 | D6 | 73 | 45 | 0 | 2E | 10 | 8C | 40 | 37 |
| Octal | 102 | 326 | 163 | 105 | 0 | 56 | 20 | 214 | 100 | 67 |
| Binary | 1000010 | 11010110 | 1110011 | 1000101 | 0 | 101110 | 10000 | 10001100 | 1000000 | 110111 |
Color Harmonies of #42D673
Complementary color
Monochromatic Colors of #42D673
Black with #42D673
Text Example
Text Example
White with #42D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D673; }
p { color: rgb(66,214,115); }
H1.HeaderClassName
{
color: #42D673;
}
.AnyTagClassName
{
color: #42D673;
}
</style>
background-color css
<style>
a { background-color: #42D673; }
a { background-color: rgb(66,214,115); }
div.DivClassName
{
background-color: #42D673;
}
.BgClassName
{
background-color: #42D673;
}
</style>
border-color css
<style>
span { border-color: #42D673; }
span { border-color: rgb(66,214,115); }
td.TdClassName
{
border-color: #42D673;
}
.TagClassName
{
border-color: #42D673;
}
</style>