Shades of Emerald #42C386
Tints of Emerald #42C386
RGB
CMYK
RGB Variations
Color information
#42C386 (or 0x42C386) is known color: Emerald. HEX triplet: 42, C3 and 86. RGB value is (66,195,134). Sum of RGB (Red+Green+Blue) = 66+195+134=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #42C386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C386 is #BD3C79. Grayscale: #959595. Windows color (decimal): -12401786 or 8831810. OLE color: 8831810.
HSL color Cylindrical-coordinate representation of color #42C386: hue angle of 151.63º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C386 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 195 | 134 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.24 |
| HSL | 151.63º | 0.52% | 0.51% | - |
| HSV(B) | 151.63º | 0.66% | 0.76% | - |
| XYZ | 26.06 | 41.91 | 29.27 | - |
| YUV | 149.48 | 119.26 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 195 | 134 | 0.66 | 0 | 0.31 | 0.24 | 151.63 | 0.52 | 0.51 |
| Hex | 42 | C3 | 86 | 42 | 0 | 1F | 18 | 98 | 34 | 33 |
| Octal | 102 | 303 | 206 | 102 | 0 | 37 | 30 | 230 | 64 | 63 |
| Binary | 1000010 | 11000011 | 10000110 | 1000010 | 0 | 11111 | 11000 | 10011000 | 110100 | 110011 |
Color Harmonies of #42C386
Complementary color
Monochromatic Colors of #42C386
Black with #42C386
Text Example
Text Example
White with #42C386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C386; }
p { color: rgb(66,195,134); }
H1.HeaderClassName
{
color: #42C386;
}
.AnyTagClassName
{
color: #42C386;
}
</style>
background-color css
<style>
a { background-color: #42C386; }
a { background-color: rgb(66,195,134); }
div.DivClassName
{
background-color: #42C386;
}
.BgClassName
{
background-color: #42C386;
}
</style>
border-color css
<style>
span { border-color: #42C386; }
span { border-color: rgb(66,195,134); }
td.TdClassName
{
border-color: #42C386;
}
.TagClassName
{
border-color: #42C386;
}
</style>