Shades of Emerald #42D657
Tints of Emerald #42D657
RGB
CMYK
RGB Variations
Color information
#42D657 (or 0x42D657) is known color: Emerald. HEX triplet: 42, D6 and 57. RGB value is (66,214,87). Sum of RGB (Red+Green+Blue) = 66+214+87=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #42D657 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D657 is #BD29A8. Grayscale: #9B9B9B. Windows color (decimal): -12396969 or 5756482. OLE color: 5756482.
HSL color Cylindrical-coordinate representation of color #42D657: hue angle of 128.51º 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 #42D657 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 87 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.16 |
| HSL | 128.51º | 0.64% | 0.55% | - |
| HSV(B) | 128.51º | 0.69% | 0.84% | - |
| XYZ | 28.01 | 49.94 | 17.18 | - |
| YUV | 155.27 | 89.47 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 87 | 0.69 | 0 | 0.59 | 0.16 | 128.51 | 0.64 | 0.55 |
| Hex | 42 | D6 | 57 | 45 | 0 | 3B | 10 | 81 | 40 | 37 |
| Octal | 102 | 326 | 127 | 105 | 0 | 73 | 20 | 201 | 100 | 67 |
| Binary | 1000010 | 11010110 | 1010111 | 1000101 | 0 | 111011 | 10000 | 10000001 | 1000000 | 110111 |
Color Harmonies of #42D657
Complementary color
Monochromatic Colors of #42D657
Black with #42D657
Text Example
Text Example
White with #42D657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D657; }
p { color: rgb(66,214,87); }
H1.HeaderClassName
{
color: #42D657;
}
.AnyTagClassName
{
color: #42D657;
}
</style>
background-color css
<style>
a { background-color: #42D657; }
a { background-color: rgb(66,214,87); }
div.DivClassName
{
background-color: #42D657;
}
.BgClassName
{
background-color: #42D657;
}
</style>
border-color css
<style>
span { border-color: #42D657; }
span { border-color: rgb(66,214,87); }
td.TdClassName
{
border-color: #42D657;
}
.TagClassName
{
border-color: #42D657;
}
</style>