Shades of Emerald #42CE7D
Tints of Emerald #42CE7D
RGB
CMYK
RGB Variations
Color information
#42CE7D (or 0x42CE7D) is known color: Emerald. HEX triplet: 42, CE and 7D. RGB value is (66,206,125). Sum of RGB (Red+Green+Blue) = 66+206+125=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #42CE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CE7D is #BD3182. Grayscale: #9B9B9B. Windows color (decimal): -12398979 or 8244802. OLE color: 8244802.
HSL color Cylindrical-coordinate representation of color #42CE7D: hue angle of 145.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CE7D is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 206 | 125 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.19 |
| HSL | 145.29º | 0.59% | 0.53% | - |
| HSV(B) | 145.29º | 0.68% | 0.81% | - |
| XYZ | 28.02 | 46.78 | 26.95 | - |
| YUV | 154.91 | 111.12 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 206 | 125 | 0.68 | 0 | 0.39 | 0.19 | 145.29 | 0.59 | 0.53 |
| Hex | 42 | CE | 7D | 44 | 0 | 27 | 13 | 91 | 3B | 35 |
| Octal | 102 | 316 | 175 | 104 | 0 | 47 | 23 | 221 | 73 | 65 |
| Binary | 1000010 | 11001110 | 1111101 | 1000100 | 0 | 100111 | 10011 | 10010001 | 111011 | 110101 |
Color Harmonies of #42CE7D
Complementary color
Monochromatic Colors of #42CE7D
Black with #42CE7D
Text Example
Text Example
White with #42CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CE7D; }
p { color: rgb(66,206,125); }
H1.HeaderClassName
{
color: #42CE7D;
}
.AnyTagClassName
{
color: #42CE7D;
}
</style>
background-color css
<style>
a { background-color: #42CE7D; }
a { background-color: rgb(66,206,125); }
div.DivClassName
{
background-color: #42CE7D;
}
.BgClassName
{
background-color: #42CE7D;
}
</style>
border-color css
<style>
span { border-color: #42CE7D; }
span { border-color: rgb(66,206,125); }
td.TdClassName
{
border-color: #42CE7D;
}
.TagClassName
{
border-color: #42CE7D;
}
</style>