Shades of Emerald #42C466
Tints of Emerald #42C466
RGB
CMYK
RGB Variations
Color information
#42C466 (or 0x42C466) is known color: Emerald. HEX triplet: 42, C4 and 66. RGB value is (66,196,102). Sum of RGB (Red+Green+Blue) = 66+196+102=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 196 (76.95% from 255 or 53.85% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 196 - color contains mainly: green. Hex color #42C466 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C466 is #BD3B99. Grayscale: #929292. Windows color (decimal): -12401562 or 6734914. OLE color: 6734914.
HSL color Cylindrical-coordinate representation of color #42C466: hue angle of 136.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C466 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 196 | 102 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.23 |
| HSL | 136.62º | 0.52% | 0.51% | - |
| HSV(B) | 136.62º | 0.66% | 0.77% | - |
| XYZ | 24.38 | 41.6 | 19.31 | - |
| YUV | 146.41 | 102.93 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 196 | 102 | 0.66 | 0 | 0.48 | 0.23 | 136.62 | 0.52 | 0.51 |
| Hex | 42 | C4 | 66 | 42 | 0 | 30 | 17 | 89 | 34 | 33 |
| Octal | 102 | 304 | 146 | 102 | 0 | 60 | 27 | 211 | 64 | 63 |
| Binary | 1000010 | 11000100 | 1100110 | 1000010 | 0 | 110000 | 10111 | 10001001 | 110100 | 110011 |
Color Harmonies of #42C466
Complementary color
Monochromatic Colors of #42C466
Black with #42C466
Text Example
Text Example
White with #42C466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C466; }
p { color: rgb(66,196,102); }
H1.HeaderClassName
{
color: #42C466;
}
.AnyTagClassName
{
color: #42C466;
}
</style>
background-color css
<style>
a { background-color: #42C466; }
a { background-color: rgb(66,196,102); }
div.DivClassName
{
background-color: #42C466;
}
.BgClassName
{
background-color: #42C466;
}
</style>
border-color css
<style>
span { border-color: #42C466; }
span { border-color: rgb(66,196,102); }
td.TdClassName
{
border-color: #42C466;
}
.TagClassName
{
border-color: #42C466;
}
</style>