Shades of Emerald #42C883
Tints of Emerald #42C883
RGB
CMYK
RGB Variations
Color information
#42C883 (or 0x42C883) is known color: Emerald. HEX triplet: 42, C8 and 83. RGB value is (66,200,131). Sum of RGB (Red+Green+Blue) = 66+200+131=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #42C883 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C883 is #BD377C. Grayscale: #989898. Windows color (decimal): -12400509 or 8636482. OLE color: 8636482.
HSL color Cylindrical-coordinate representation of color #42C883: hue angle of 149.1º 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 #42C883 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 200 | 131 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.22 |
| HSL | 149.1º | 0.55% | 0.52% | - |
| HSV(B) | 149.1º | 0.67% | 0.78% | - |
| XYZ | 27 | 44.11 | 28.56 | - |
| YUV | 152.07 | 116.11 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 200 | 131 | 0.67 | 0 | 0.34 | 0.22 | 149.1 | 0.55 | 0.52 |
| Hex | 42 | C8 | 83 | 43 | 0 | 22 | 16 | 95 | 37 | 34 |
| Octal | 102 | 310 | 203 | 103 | 0 | 42 | 26 | 225 | 67 | 64 |
| Binary | 1000010 | 11001000 | 10000011 | 1000011 | 0 | 100010 | 10110 | 10010101 | 110111 | 110100 |
Color Harmonies of #42C883
Complementary color
Monochromatic Colors of #42C883
Black with #42C883
Text Example
Text Example
White with #42C883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C883; }
p { color: rgb(66,200,131); }
H1.HeaderClassName
{
color: #42C883;
}
.AnyTagClassName
{
color: #42C883;
}
</style>
background-color css
<style>
a { background-color: #42C883; }
a { background-color: rgb(66,200,131); }
div.DivClassName
{
background-color: #42C883;
}
.BgClassName
{
background-color: #42C883;
}
</style>
border-color css
<style>
span { border-color: #42C883; }
span { border-color: rgb(66,200,131); }
td.TdClassName
{
border-color: #42C883;
}
.TagClassName
{
border-color: #42C883;
}
</style>