Shades of Emerald #42C565
Tints of Emerald #42C565
RGB
CMYK
RGB Variations
Color information
#42C565 (or 0x42C565) is known color: Emerald. HEX triplet: 42, C5 and 65. RGB value is (66,197,101). Sum of RGB (Red+Green+Blue) = 66+197+101=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 197 (77.34% from 255 or 54.12% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 197 - color contains mainly: green. Hex color #42C565 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C565 is #BD3A9A. Grayscale: #939393. Windows color (decimal): -12401307 or 6669634. OLE color: 6669634.
HSL color Cylindrical-coordinate representation of color #42C565: hue angle of 136.03º 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 #42C565 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 197 | 101 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.23 |
| HSL | 136.03º | 0.53% | 0.52% | - |
| HSV(B) | 136.03º | 0.66% | 0.77% | - |
| XYZ | 24.56 | 42.03 | 19.13 | - |
| YUV | 146.89 | 102.1 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 197 | 101 | 0.66 | 0 | 0.49 | 0.23 | 136.03 | 0.53 | 0.52 |
| Hex | 42 | C5 | 65 | 42 | 0 | 31 | 17 | 88 | 35 | 34 |
| Octal | 102 | 305 | 145 | 102 | 0 | 61 | 27 | 210 | 65 | 64 |
| Binary | 1000010 | 11000101 | 1100101 | 1000010 | 0 | 110001 | 10111 | 10001000 | 110101 | 110100 |
Color Harmonies of #42C565
Complementary color
Monochromatic Colors of #42C565
Black with #42C565
Text Example
Text Example
White with #42C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C565; }
p { color: rgb(66,197,101); }
H1.HeaderClassName
{
color: #42C565;
}
.AnyTagClassName
{
color: #42C565;
}
</style>
background-color css
<style>
a { background-color: #42C565; }
a { background-color: rgb(66,197,101); }
div.DivClassName
{
background-color: #42C565;
}
.BgClassName
{
background-color: #42C565;
}
</style>
border-color css
<style>
span { border-color: #42C565; }
span { border-color: rgb(66,197,101); }
td.TdClassName
{
border-color: #42C565;
}
.TagClassName
{
border-color: #42C565;
}
</style>