Shades of Emerald #42C26E
Tints of Emerald #42C26E
RGB
CMYK
RGB Variations
Color information
#42C26E (or 0x42C26E) is known color: Emerald. HEX triplet: 42, C2 and 6E. RGB value is (66,194,110). Sum of RGB (Red+Green+Blue) = 66+194+110=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #42C26E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C26E is #BD3D91. Grayscale: #929292. Windows color (decimal): -12402066 or 7258690. OLE color: 7258690.
HSL color Cylindrical-coordinate representation of color #42C26E: hue angle of 140.62º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C26E is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 194 | 110 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.24 |
| HSL | 140.63º | 0.51% | 0.51% | - |
| HSV(B) | 140.63º | 0.66% | 0.76% | - |
| XYZ | 24.35 | 40.87 | 21.36 | - |
| YUV | 146.15 | 107.59 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 194 | 110 | 0.66 | 0 | 0.43 | 0.24 | 140.63 | 0.51 | 0.51 |
| Hex | 42 | C2 | 6E | 42 | 0 | 2B | 18 | 8D | 33 | 33 |
| Octal | 102 | 302 | 156 | 102 | 0 | 53 | 30 | 215 | 63 | 63 |
| Binary | 1000010 | 11000010 | 1101110 | 1000010 | 0 | 101011 | 11000 | 10001101 | 110011 | 110011 |
Color Harmonies of #42C26E
Complementary color
Monochromatic Colors of #42C26E
Black with #42C26E
Text Example
Text Example
White with #42C26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C26E; }
p { color: rgb(66,194,110); }
H1.HeaderClassName
{
color: #42C26E;
}
.AnyTagClassName
{
color: #42C26E;
}
</style>
background-color css
<style>
a { background-color: #42C26E; }
a { background-color: rgb(66,194,110); }
div.DivClassName
{
background-color: #42C26E;
}
.BgClassName
{
background-color: #42C26E;
}
</style>
border-color css
<style>
span { border-color: #42C26E; }
span { border-color: rgb(66,194,110); }
td.TdClassName
{
border-color: #42C26E;
}
.TagClassName
{
border-color: #42C26E;
}
</style>