Shades of Emerald #42CD6E
Tints of Emerald #42CD6E
RGB
CMYK
RGB Variations
Color information
#42CD6E (or 0x42CD6E) is known color: Emerald. HEX triplet: 42, CD and 6E. RGB value is (66,205,110). Sum of RGB (Red+Green+Blue) = 66+205+110=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CD6E is #BD3291. Grayscale: #989898. Windows color (decimal): -12399250 or 7261506. OLE color: 7261506.
HSL color Cylindrical-coordinate representation of color #42CD6E: hue angle of 138.99º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CD6E is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 205 | 110 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.20 |
| HSL | 138.99º | 0.58% | 0.53% | - |
| HSV(B) | 138.99º | 0.68% | 0.8% | - |
| XYZ | 26.89 | 45.95 | 22.2 | - |
| YUV | 152.61 | 103.95 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 205 | 110 | 0.68 | 0 | 0.46 | 0.20 | 138.99 | 0.58 | 0.53 |
| Hex | 42 | CD | 6E | 44 | 0 | 2E | 14 | 8B | 3A | 35 |
| Octal | 102 | 315 | 156 | 104 | 0 | 56 | 24 | 213 | 72 | 65 |
| Binary | 1000010 | 11001101 | 1101110 | 1000100 | 0 | 101110 | 10100 | 10001011 | 111010 | 110101 |
Color Harmonies of #42CD6E
Complementary color
Monochromatic Colors of #42CD6E
Black with #42CD6E
Text Example
Text Example
White with #42CD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CD6E; }
p { color: rgb(66,205,110); }
H1.HeaderClassName
{
color: #42CD6E;
}
.AnyTagClassName
{
color: #42CD6E;
}
</style>
background-color css
<style>
a { background-color: #42CD6E; }
a { background-color: rgb(66,205,110); }
div.DivClassName
{
background-color: #42CD6E;
}
.BgClassName
{
background-color: #42CD6E;
}
</style>
border-color css
<style>
span { border-color: #42CD6E; }
span { border-color: rgb(66,205,110); }
td.TdClassName
{
border-color: #42CD6E;
}
.TagClassName
{
border-color: #42CD6E;
}
</style>