Shades of Emerald #42C882
Tints of Emerald #42C882
RGB
CMYK
RGB Variations
Color information
#42C882 (or 0x42C882) is known color: Emerald. HEX triplet: 42, C8 and 82. RGB value is (66,200,130). Sum of RGB (Red+Green+Blue) = 66+200+130=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #42C882 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C882 is #BD377D. Grayscale: #989898. Windows color (decimal): -12400510 or 8570946. OLE color: 8570946.
HSL color Cylindrical-coordinate representation of color #42C882: hue angle of 148.66º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C882 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 200 | 130 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.22 |
| HSL | 148.66º | 0.55% | 0.52% | - |
| HSV(B) | 148.66º | 0.67% | 0.78% | - |
| XYZ | 26.93 | 44.08 | 28.21 | - |
| YUV | 151.95 | 115.61 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 200 | 130 | 0.67 | 0 | 0.35 | 0.22 | 148.66 | 0.55 | 0.52 |
| Hex | 42 | C8 | 82 | 43 | 0 | 23 | 16 | 95 | 37 | 34 |
| Octal | 102 | 310 | 202 | 103 | 0 | 43 | 26 | 225 | 67 | 64 |
| Binary | 1000010 | 11001000 | 10000010 | 1000011 | 0 | 100011 | 10110 | 10010101 | 110111 | 110100 |
Color Harmonies of #42C882
Complementary color
Monochromatic Colors of #42C882
Black with #42C882
Text Example
Text Example
White with #42C882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C882; }
p { color: rgb(66,200,130); }
H1.HeaderClassName
{
color: #42C882;
}
.AnyTagClassName
{
color: #42C882;
}
</style>
background-color css
<style>
a { background-color: #42C882; }
a { background-color: rgb(66,200,130); }
div.DivClassName
{
background-color: #42C882;
}
.BgClassName
{
background-color: #42C882;
}
</style>
border-color css
<style>
span { border-color: #42C882; }
span { border-color: rgb(66,200,130); }
td.TdClassName
{
border-color: #42C882;
}
.TagClassName
{
border-color: #42C882;
}
</style>