Shades of Emerald #42D27C
Tints of Emerald #42D27C
RGB
CMYK
RGB Variations
Color information
#42D27C (or 0x42D27C) is known color: Emerald. HEX triplet: 42, D2 and 7C. RGB value is (66,210,124). Sum of RGB (Red+Green+Blue) = 66+210+124=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #42D27C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D27C is #BD2D83. Grayscale: #9D9D9D. Windows color (decimal): -12397956 or 8180290. OLE color: 8180290.
HSL color Cylindrical-coordinate representation of color #42D27C: hue angle of 144.17º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D27C is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 210 | 124 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.18 |
| HSL | 144.17º | 0.62% | 0.54% | - |
| HSV(B) | 144.17º | 0.69% | 0.82% | - |
| XYZ | 28.93 | 48.71 | 26.95 | - |
| YUV | 157.14 | 109.29 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 210 | 124 | 0.69 | 0 | 0.41 | 0.18 | 144.17 | 0.62 | 0.54 |
| Hex | 42 | D2 | 7C | 45 | 0 | 29 | 12 | 90 | 3E | 36 |
| Octal | 102 | 322 | 174 | 105 | 0 | 51 | 22 | 220 | 76 | 66 |
| Binary | 1000010 | 11010010 | 1111100 | 1000101 | 0 | 101001 | 10010 | 10010000 | 111110 | 110110 |
Color Harmonies of #42D27C
Complementary color
Monochromatic Colors of #42D27C
Black with #42D27C
Text Example
Text Example
White with #42D27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D27C; }
p { color: rgb(66,210,124); }
H1.HeaderClassName
{
color: #42D27C;
}
.AnyTagClassName
{
color: #42D27C;
}
</style>
background-color css
<style>
a { background-color: #42D27C; }
a { background-color: rgb(66,210,124); }
div.DivClassName
{
background-color: #42D27C;
}
.BgClassName
{
background-color: #42D27C;
}
</style>
border-color css
<style>
span { border-color: #42D27C; }
span { border-color: rgb(66,210,124); }
td.TdClassName
{
border-color: #42D27C;
}
.TagClassName
{
border-color: #42D27C;
}
</style>