Shades of Emerald #42D380
Tints of Emerald #42D380
RGB
CMYK
RGB Variations
Color information
#42D380 (or 0x42D380) is known color: Emerald. HEX triplet: 42, D3 and 80. RGB value is (66,211,128). Sum of RGB (Red+Green+Blue) = 66+211+128=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 211 (82.81% from 255 or 52.10% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 211 - color contains mainly: green. Hex color #42D380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D380 is #BD2C7F. Grayscale: #9E9E9E. Windows color (decimal): -12397696 or 8442690. OLE color: 8442690.
HSL color Cylindrical-coordinate representation of color #42D380: hue angle of 145.66º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D380 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 211 | 128 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.17 |
| HSL | 145.66º | 0.62% | 0.54% | - |
| HSV(B) | 145.66º | 0.69% | 0.83% | - |
| XYZ | 29.44 | 49.31 | 28.39 | - |
| YUV | 158.18 | 110.96 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 211 | 128 | 0.69 | 0 | 0.39 | 0.17 | 145.66 | 0.62 | 0.54 |
| Hex | 42 | D3 | 80 | 45 | 0 | 27 | 11 | 92 | 3E | 36 |
| Octal | 102 | 323 | 200 | 105 | 0 | 47 | 21 | 222 | 76 | 66 |
| Binary | 1000010 | 11010011 | 10000000 | 1000101 | 0 | 100111 | 10001 | 10010010 | 111110 | 110110 |
Color Harmonies of #42D380
Complementary color
Monochromatic Colors of #42D380
Black with #42D380
Text Example
Text Example
White with #42D380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D380; }
p { color: rgb(66,211,128); }
H1.HeaderClassName
{
color: #42D380;
}
.AnyTagClassName
{
color: #42D380;
}
</style>
background-color css
<style>
a { background-color: #42D380; }
a { background-color: rgb(66,211,128); }
div.DivClassName
{
background-color: #42D380;
}
.BgClassName
{
background-color: #42D380;
}
</style>
border-color css
<style>
span { border-color: #42D380; }
span { border-color: rgb(66,211,128); }
td.TdClassName
{
border-color: #42D380;
}
.TagClassName
{
border-color: #42D380;
}
</style>