Shades of Emerald #42C480
Tints of Emerald #42C480
RGB
CMYK
RGB Variations
Color information
#42C480 (or 0x42C480) is known color: Emerald. HEX triplet: 42, C4 and 80. RGB value is (66,196,128). Sum of RGB (Red+Green+Blue) = 66+196+128=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #42C480 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C480 is #BD3B7F. Grayscale: #959595. Windows color (decimal): -12401536 or 8438850. OLE color: 8438850.
HSL color Cylindrical-coordinate representation of color #42C480: hue angle of 148.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C480 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 196 | 128 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.23 |
| HSL | 148.62º | 0.52% | 0.51% | - |
| HSV(B) | 148.62º | 0.66% | 0.77% | - |
| XYZ | 25.88 | 42.2 | 27.2 | - |
| YUV | 149.38 | 115.93 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 196 | 128 | 0.66 | 0 | 0.35 | 0.23 | 148.62 | 0.52 | 0.51 |
| Hex | 42 | C4 | 80 | 42 | 0 | 23 | 17 | 95 | 34 | 33 |
| Octal | 102 | 304 | 200 | 102 | 0 | 43 | 27 | 225 | 64 | 63 |
| Binary | 1000010 | 11000100 | 10000000 | 1000010 | 0 | 100011 | 10111 | 10010101 | 110100 | 110011 |
Color Harmonies of #42C480
Complementary color
Monochromatic Colors of #42C480
Black with #42C480
Text Example
Text Example
White with #42C480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C480; }
p { color: rgb(66,196,128); }
H1.HeaderClassName
{
color: #42C480;
}
.AnyTagClassName
{
color: #42C480;
}
</style>
background-color css
<style>
a { background-color: #42C480; }
a { background-color: rgb(66,196,128); }
div.DivClassName
{
background-color: #42C480;
}
.BgClassName
{
background-color: #42C480;
}
</style>
border-color css
<style>
span { border-color: #42C480; }
span { border-color: rgb(66,196,128); }
td.TdClassName
{
border-color: #42C480;
}
.TagClassName
{
border-color: #42C480;
}
</style>