Shades of Emerald #42C564
Tints of Emerald #42C564
RGB
CMYK
RGB Variations
Color information
#42C564 (or 0x42C564) is known color: Emerald. HEX triplet: 42, C5 and 64. RGB value is (66,197,100). Sum of RGB (Red+Green+Blue) = 66+197+100=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #42C564 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C564 is #BD3A9B. Grayscale: #939393. Windows color (decimal): -12401308 or 6604098. OLE color: 6604098.
HSL color Cylindrical-coordinate representation of color #42C564: hue angle of 135.57º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C564 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 197 | 100 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.23 |
| HSL | 135.57º | 0.53% | 0.52% | - |
| HSV(B) | 135.57º | 0.66% | 0.77% | - |
| XYZ | 24.51 | 42.01 | 18.87 | - |
| YUV | 146.77 | 101.6 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 197 | 100 | 0.66 | 0 | 0.49 | 0.23 | 135.57 | 0.53 | 0.52 |
| Hex | 42 | C5 | 64 | 42 | 0 | 31 | 17 | 88 | 35 | 34 |
| Octal | 102 | 305 | 144 | 102 | 0 | 61 | 27 | 210 | 65 | 64 |
| Binary | 1000010 | 11000101 | 1100100 | 1000010 | 0 | 110001 | 10111 | 10001000 | 110101 | 110100 |
Color Harmonies of #42C564
Complementary color
Monochromatic Colors of #42C564
Black with #42C564
Text Example
Text Example
White with #42C564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C564; }
p { color: rgb(66,197,100); }
H1.HeaderClassName
{
color: #42C564;
}
.AnyTagClassName
{
color: #42C564;
}
</style>
background-color css
<style>
a { background-color: #42C564; }
a { background-color: rgb(66,197,100); }
div.DivClassName
{
background-color: #42C564;
}
.BgClassName
{
background-color: #42C564;
}
</style>
border-color css
<style>
span { border-color: #42C564; }
span { border-color: rgb(66,197,100); }
td.TdClassName
{
border-color: #42C564;
}
.TagClassName
{
border-color: #42C564;
}
</style>