Shades of Emerald #42C371
Tints of Emerald #42C371
RGB
CMYK
RGB Variations
Color information
#42C371 (or 0x42C371) is known color: Emerald. HEX triplet: 42, C3 and 71. RGB value is (66,195,113). Sum of RGB (Red+Green+Blue) = 66+195+113=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #42C371 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C371 is #BD3C8E. Grayscale: #939393. Windows color (decimal): -12401807 or 7455554. OLE color: 7455554.
HSL color Cylindrical-coordinate representation of color #42C371: hue angle of 141.86º 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 #42C371 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 195 | 113 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.24 |
| HSL | 141.86º | 0.52% | 0.51% | - |
| HSV(B) | 141.86º | 0.66% | 0.76% | - |
| XYZ | 24.74 | 41.38 | 22.31 | - |
| YUV | 147.08 | 108.76 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 195 | 113 | 0.66 | 0 | 0.42 | 0.24 | 141.86 | 0.52 | 0.51 |
| Hex | 42 | C3 | 71 | 42 | 0 | 2A | 18 | 8E | 34 | 33 |
| Octal | 102 | 303 | 161 | 102 | 0 | 52 | 30 | 216 | 64 | 63 |
| Binary | 1000010 | 11000011 | 1110001 | 1000010 | 0 | 101010 | 11000 | 10001110 | 110100 | 110011 |
Color Harmonies of #42C371
Complementary color
Monochromatic Colors of #42C371
Black with #42C371
Text Example
Text Example
White with #42C371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C371; }
p { color: rgb(66,195,113); }
H1.HeaderClassName
{
color: #42C371;
}
.AnyTagClassName
{
color: #42C371;
}
</style>
background-color css
<style>
a { background-color: #42C371; }
a { background-color: rgb(66,195,113); }
div.DivClassName
{
background-color: #42C371;
}
.BgClassName
{
background-color: #42C371;
}
</style>
border-color css
<style>
span { border-color: #42C371; }
span { border-color: rgb(66,195,113); }
td.TdClassName
{
border-color: #42C371;
}
.TagClassName
{
border-color: #42C371;
}
</style>