Shades of Emerald #42D57A
Tints of Emerald #42D57A
RGB
CMYK
RGB Variations
Color information
#42D57A (or 0x42D57A) is known color: Emerald. HEX triplet: 42, D5 and 7A. RGB value is (66,213,122). Sum of RGB (Red+Green+Blue) = 66+213+122=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 213 (83.59% from 255 or 53.12% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 213 - color contains mainly: green. Hex color #42D57A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D57A is #BD2A85. Grayscale: #9E9E9E. Windows color (decimal): -12397190 or 8049986. OLE color: 8049986.
HSL color Cylindrical-coordinate representation of color #42D57A: hue angle of 142.86º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D57A is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 213 | 122 | - |
| CMYK | 0.69 | 0 | 0.43 | 0.16 |
| HSL | 142.86º | 0.64% | 0.55% | - |
| HSV(B) | 142.86º | 0.69% | 0.84% | - |
| XYZ | 29.55 | 50.15 | 26.53 | - |
| YUV | 158.67 | 107.3 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 213 | 122 | 0.69 | 0 | 0.43 | 0.16 | 142.86 | 0.64 | 0.55 |
| Hex | 42 | D5 | 7A | 45 | 0 | 2B | 10 | 8F | 40 | 37 |
| Octal | 102 | 325 | 172 | 105 | 0 | 53 | 20 | 217 | 100 | 67 |
| Binary | 1000010 | 11010101 | 1111010 | 1000101 | 0 | 101011 | 10000 | 10001111 | 1000000 | 110111 |
Color Harmonies of #42D57A
Complementary color
Monochromatic Colors of #42D57A
Black with #42D57A
Text Example
Text Example
White with #42D57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D57A; }
p { color: rgb(66,213,122); }
H1.HeaderClassName
{
color: #42D57A;
}
.AnyTagClassName
{
color: #42D57A;
}
</style>
background-color css
<style>
a { background-color: #42D57A; }
a { background-color: rgb(66,213,122); }
div.DivClassName
{
background-color: #42D57A;
}
.BgClassName
{
background-color: #42D57A;
}
</style>
border-color css
<style>
span { border-color: #42D57A; }
span { border-color: rgb(66,213,122); }
td.TdClassName
{
border-color: #42D57A;
}
.TagClassName
{
border-color: #42D57A;
}
</style>