Shades of Emerald #42D56A
Tints of Emerald #42D56A
RGB
CMYK
RGB Variations
Color information
#42D56A (or 0x42D56A) is known color: Emerald. HEX triplet: 42, D5 and 6A. RGB value is (66,213,106). Sum of RGB (Red+Green+Blue) = 66+213+106=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #42D56A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D56A is #BD2A95. Grayscale: #9D9D9D. Windows color (decimal): -12397206 or 7001410. OLE color: 7001410.
HSL color Cylindrical-coordinate representation of color #42D56A: hue angle of 136.33º 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 #42D56A is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 213 | 106 | - |
| CMYK | 0.69 | 0 | 0.50 | 0.16 |
| HSL | 136.33º | 0.64% | 0.55% | - |
| HSV(B) | 136.33º | 0.69% | 0.84% | - |
| XYZ | 28.64 | 49.79 | 21.74 | - |
| YUV | 156.85 | 99.3 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 213 | 106 | 0.69 | 0 | 0.50 | 0.16 | 136.33 | 0.64 | 0.55 |
| Hex | 42 | D5 | 6A | 45 | 0 | 32 | 10 | 88 | 40 | 37 |
| Octal | 102 | 325 | 152 | 105 | 0 | 62 | 20 | 210 | 100 | 67 |
| Binary | 1000010 | 11010101 | 1101010 | 1000101 | 0 | 110010 | 10000 | 10001000 | 1000000 | 110111 |
Color Harmonies of #42D56A
Complementary color
Monochromatic Colors of #42D56A
Black with #42D56A
Text Example
Text Example
White with #42D56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D56A; }
p { color: rgb(66,213,106); }
H1.HeaderClassName
{
color: #42D56A;
}
.AnyTagClassName
{
color: #42D56A;
}
</style>
background-color css
<style>
a { background-color: #42D56A; }
a { background-color: rgb(66,213,106); }
div.DivClassName
{
background-color: #42D56A;
}
.BgClassName
{
background-color: #42D56A;
}
</style>
border-color css
<style>
span { border-color: #42D56A; }
span { border-color: rgb(66,213,106); }
td.TdClassName
{
border-color: #42D56A;
}
.TagClassName
{
border-color: #42D56A;
}
</style>