Shades of Emerald #42D975
Tints of Emerald #42D975
RGB
CMYK
RGB Variations
Color information
#42D975 (or 0x42D975) is known color: Emerald. HEX triplet: 42, D9 and 75. RGB value is (66,217,117). Sum of RGB (Red+Green+Blue) = 66+217+117=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 217 (85.16% from 255 or 54.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 217 - color contains mainly: green. Hex color #42D975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D975 is #BD268A. Grayscale: #A0A0A0. Windows color (decimal): -12396171 or 7723330. OLE color: 7723330.
HSL color Cylindrical-coordinate representation of color #42D975: hue angle of 140.26º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D975 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 217 | 117 | - |
| CMYK | 0.70 | 0 | 0.46 | 0.15 |
| HSL | 140.26º | 0.67% | 0.55% | - |
| HSV(B) | 140.26º | 0.7% | 0.85% | - |
| XYZ | 30.27 | 52.07 | 25.28 | - |
| YUV | 160.45 | 103.47 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 217 | 117 | 0.70 | 0 | 0.46 | 0.15 | 140.26 | 0.67 | 0.55 |
| Hex | 42 | D9 | 75 | 46 | 0 | 2E | F | 8C | 43 | 37 |
| Octal | 102 | 331 | 165 | 106 | 0 | 56 | 17 | 214 | 103 | 67 |
| Binary | 1000010 | 11011001 | 1110101 | 1000110 | 0 | 101110 | 1111 | 10001100 | 1000011 | 110111 |
Color Harmonies of #42D975
Complementary color
Monochromatic Colors of #42D975
Black with #42D975
Text Example
Text Example
White with #42D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D975; }
p { color: rgb(66,217,117); }
H1.HeaderClassName
{
color: #42D975;
}
.AnyTagClassName
{
color: #42D975;
}
</style>
background-color css
<style>
a { background-color: #42D975; }
a { background-color: rgb(66,217,117); }
div.DivClassName
{
background-color: #42D975;
}
.BgClassName
{
background-color: #42D975;
}
</style>
border-color css
<style>
span { border-color: #42D975; }
span { border-color: rgb(66,217,117); }
td.TdClassName
{
border-color: #42D975;
}
.TagClassName
{
border-color: #42D975;
}
</style>