Shades of Emerald #42C567
Tints of Emerald #42C567
RGB
CMYK
RGB Variations
Color information
#42C567 (or 0x42C567) is known color: Emerald. HEX triplet: 42, C5 and 67. RGB value is (66,197,103). Sum of RGB (Red+Green+Blue) = 66+197+103=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 197 (77.34% from 255 or 53.83% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 197 - color contains mainly: green. Hex color #42C567 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C567 is #BD3A98. Grayscale: #939393. Windows color (decimal): -12401305 or 6800706. OLE color: 6800706.
HSL color Cylindrical-coordinate representation of color #42C567: hue angle of 136.95º 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 #42C567 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 197 | 103 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.23 |
| HSL | 136.95º | 0.53% | 0.52% | - |
| HSV(B) | 136.95º | 0.66% | 0.77% | - |
| XYZ | 24.66 | 42.07 | 19.65 | - |
| YUV | 147.12 | 103.1 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 197 | 103 | 0.66 | 0 | 0.48 | 0.23 | 136.95 | 0.53 | 0.52 |
| Hex | 42 | C5 | 67 | 42 | 0 | 30 | 17 | 89 | 35 | 34 |
| Octal | 102 | 305 | 147 | 102 | 0 | 60 | 27 | 211 | 65 | 64 |
| Binary | 1000010 | 11000101 | 1100111 | 1000010 | 0 | 110000 | 10111 | 10001001 | 110101 | 110100 |
Color Harmonies of #42C567
Complementary color
Monochromatic Colors of #42C567
Black with #42C567
Text Example
Text Example
White with #42C567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C567; }
p { color: rgb(66,197,103); }
H1.HeaderClassName
{
color: #42C567;
}
.AnyTagClassName
{
color: #42C567;
}
</style>
background-color css
<style>
a { background-color: #42C567; }
a { background-color: rgb(66,197,103); }
div.DivClassName
{
background-color: #42C567;
}
.BgClassName
{
background-color: #42C567;
}
</style>
border-color css
<style>
span { border-color: #42C567; }
span { border-color: rgb(66,197,103); }
td.TdClassName
{
border-color: #42C567;
}
.TagClassName
{
border-color: #42C567;
}
</style>