Shades of Emerald #42DC75
Tints of Emerald #42DC75
RGB
CMYK
RGB Variations
Color information
#42DC75 (or 0x42DC75) is known color: Emerald. HEX triplet: 42, DC and 75. RGB value is (66,220,117). Sum of RGB (Red+Green+Blue) = 66+220+117=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DC75 is #BD238A. Grayscale: #A2A2A2. Windows color (decimal): -12395403 or 7724098. OLE color: 7724098.
HSL color Cylindrical-coordinate representation of color #42DC75: hue angle of 139.87º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DC75 is Cyan = 0.7, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 220 | 117 | - |
| CMYK | 0.7 | 0 | 0.47 | 0.14 |
| HSL | 139.87º | 0.69% | 0.56% | - |
| HSV(B) | 139.87º | 0.7% | 0.86% | - |
| XYZ | 31.05 | 53.63 | 25.54 | - |
| YUV | 162.21 | 102.48 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 117 | 0.7 | 0 | 0.47 | 0.14 | 139.87 | 0.69 | 0.56 |
| Hex | 42 | DC | 75 | 46 | 0 | 2F | E | 8C | 45 | 38 |
| Octal | 102 | 334 | 165 | 106 | 0 | 57 | 16 | 214 | 105 | 70 |
| Binary | 1000010 | 11011100 | 1110101 | 1000110 | 0 | 101111 | 1110 | 10001100 | 1000101 | 111000 |
Color Harmonies of #42DC75
Complementary color
Monochromatic Colors of #42DC75
Black with #42DC75
Text Example
Text Example
White with #42DC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DC75; }
p { color: rgb(66,220,117); }
H1.HeaderClassName
{
color: #42DC75;
}
.AnyTagClassName
{
color: #42DC75;
}
</style>
background-color css
<style>
a { background-color: #42DC75; }
a { background-color: rgb(66,220,117); }
div.DivClassName
{
background-color: #42DC75;
}
.BgClassName
{
background-color: #42DC75;
}
</style>
border-color css
<style>
span { border-color: #42DC75; }
span { border-color: rgb(66,220,117); }
td.TdClassName
{
border-color: #42DC75;
}
.TagClassName
{
border-color: #42DC75;
}
</style>