Shades of Emerald #42F686
Tints of Emerald #42F686
RGB
CMYK
RGB Variations
Color information
#42F686 (or 0x42F686) is known color: Emerald. HEX triplet: 42, F6 and 86. RGB value is (66,246,134). Sum of RGB (Red+Green+Blue) = 66+246+134=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 246 (96.48% from 255 or 55.16% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 246 - color contains mainly: green. Hex color #42F686 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F686 is #BD0979. Grayscale: #B3B3B3. Windows color (decimal): -12388730 or 8844866. OLE color: 8844866.
HSL color Cylindrical-coordinate representation of color #42F686: hue angle of 142.67º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F686 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 246 | 134 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.04 |
| HSL | 142.67º | 0.91% | 0.61% | - |
| HSV(B) | 142.67º | 0.73% | 0.96% | - |
| XYZ | 39.51 | 68.79 | 33.75 | - |
| YUV | 179.41 | 102.37 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 246 | 134 | 0.73 | 0 | 0.46 | 0.04 | 142.67 | 0.91 | 0.61 |
| Hex | 42 | F6 | 86 | 49 | 0 | 2E | 4 | 8F | 5B | 3D |
| Octal | 102 | 366 | 206 | 111 | 0 | 56 | 4 | 217 | 133 | 75 |
| Binary | 1000010 | 11110110 | 10000110 | 1001001 | 0 | 101110 | 100 | 10001111 | 1011011 | 111101 |
Color Harmonies of #42F686
Complementary color
Monochromatic Colors of #42F686
Black with #42F686
Text Example
Text Example
White with #42F686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F686; }
p { color: rgb(66,246,134); }
H1.HeaderClassName
{
color: #42F686;
}
.AnyTagClassName
{
color: #42F686;
}
</style>
background-color css
<style>
a { background-color: #42F686; }
a { background-color: rgb(66,246,134); }
div.DivClassName
{
background-color: #42F686;
}
.BgClassName
{
background-color: #42F686;
}
</style>
border-color css
<style>
span { border-color: #42F686; }
span { border-color: rgb(66,246,134); }
td.TdClassName
{
border-color: #42F686;
}
.TagClassName
{
border-color: #42F686;
}
</style>