Shades of Emerald #42D36D
Tints of Emerald #42D36D
RGB
CMYK
RGB Variations
Color information
#42D36D (or 0x42D36D) is known color: Emerald. HEX triplet: 42, D3 and 6D. RGB value is (66,211,109). Sum of RGB (Red+Green+Blue) = 66+211+109=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 211 (82.81% from 255 or 54.66% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 211 - color contains mainly: green. Hex color #42D36D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D36D is #BD2C92. Grayscale: #9C9C9C. Windows color (decimal): -12397715 or 7197506. OLE color: 7197506.
HSL color Cylindrical-coordinate representation of color #42D36D: hue angle of 137.79º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D36D is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 211 | 109 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.17 |
| HSL | 137.79º | 0.62% | 0.54% | - |
| HSV(B) | 137.79º | 0.69% | 0.83% | - |
| XYZ | 28.3 | 48.85 | 22.41 | - |
| YUV | 156.02 | 101.46 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 211 | 109 | 0.69 | 0 | 0.48 | 0.17 | 137.79 | 0.62 | 0.54 |
| Hex | 42 | D3 | 6D | 45 | 0 | 30 | 11 | 8A | 3E | 36 |
| Octal | 102 | 323 | 155 | 105 | 0 | 60 | 21 | 212 | 76 | 66 |
| Binary | 1000010 | 11010011 | 1101101 | 1000101 | 0 | 110000 | 10001 | 10001010 | 111110 | 110110 |
Color Harmonies of #42D36D
Complementary color
Monochromatic Colors of #42D36D
Black with #42D36D
Text Example
Text Example
White with #42D36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D36D; }
p { color: rgb(66,211,109); }
H1.HeaderClassName
{
color: #42D36D;
}
.AnyTagClassName
{
color: #42D36D;
}
</style>
background-color css
<style>
a { background-color: #42D36D; }
a { background-color: rgb(66,211,109); }
div.DivClassName
{
background-color: #42D36D;
}
.BgClassName
{
background-color: #42D36D;
}
</style>
border-color css
<style>
span { border-color: #42D36D; }
span { border-color: rgb(66,211,109); }
td.TdClassName
{
border-color: #42D36D;
}
.TagClassName
{
border-color: #42D36D;
}
</style>