Shades of Emerald #42E671
Tints of Emerald #42E671
RGB
CMYK
RGB Variations
Color information
#42E671 (or 0x42E671) is known color: Emerald. HEX triplet: 42, E6 and 71. RGB value is (66,230,113). Sum of RGB (Red+Green+Blue) = 66+230+113=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 230 (90.23% from 255 or 56.23% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 230 - color contains mainly: green. Hex color #42E671 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E671 is #BD198E. Grayscale: #A7A7A7. Windows color (decimal): -12392847 or 7464514. OLE color: 7464514.
HSL color Cylindrical-coordinate representation of color #42E671: hue angle of 137.2º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E671 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 230 | 113 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.10 |
| HSL | 137.2º | 0.77% | 0.58% | - |
| HSV(B) | 137.2º | 0.71% | 0.9% | - |
| XYZ | 33.52 | 58.94 | 25.23 | - |
| YUV | 167.63 | 97.17 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 230 | 113 | 0.71 | 0 | 0.51 | 0.10 | 137.2 | 0.77 | 0.58 |
| Hex | 42 | E6 | 71 | 47 | 0 | 33 | A | 89 | 4D | 3A |
| Octal | 102 | 346 | 161 | 107 | 0 | 63 | 12 | 211 | 115 | 72 |
| Binary | 1000010 | 11100110 | 1110001 | 1000111 | 0 | 110011 | 1010 | 10001001 | 1001101 | 111010 |
Color Harmonies of #42E671
Complementary color
Monochromatic Colors of #42E671
Black with #42E671
Text Example
Text Example
White with #42E671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E671; }
p { color: rgb(66,230,113); }
H1.HeaderClassName
{
color: #42E671;
}
.AnyTagClassName
{
color: #42E671;
}
</style>
background-color css
<style>
a { background-color: #42E671; }
a { background-color: rgb(66,230,113); }
div.DivClassName
{
background-color: #42E671;
}
.BgClassName
{
background-color: #42E671;
}
</style>
border-color css
<style>
span { border-color: #42E671; }
span { border-color: rgb(66,230,113); }
td.TdClassName
{
border-color: #42E671;
}
.TagClassName
{
border-color: #42E671;
}
</style>