Shades of Emerald #42D35D
Tints of Emerald #42D35D
RGB
CMYK
RGB Variations
Color information
#42D35D (or 0x42D35D) is known color: Emerald. HEX triplet: 42, D3 and 5D. RGB value is (66,211,93). Sum of RGB (Red+Green+Blue) = 66+211+93=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 211 (82.81% from 255 or 57.03% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 211 - color contains mainly: green. Hex color #42D35D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D35D is #BD2CA2. Grayscale: #9A9A9A. Windows color (decimal): -12397731 or 6148930. OLE color: 6148930.
HSL color Cylindrical-coordinate representation of color #42D35D: hue angle of 131.17º 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 #42D35D is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 211 | 93 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.17 |
| HSL | 131.17º | 0.62% | 0.54% | - |
| HSV(B) | 131.17º | 0.69% | 0.83% | - |
| XYZ | 27.52 | 48.54 | 18.27 | - |
| YUV | 154.19 | 93.46 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 211 | 93 | 0.69 | 0 | 0.56 | 0.17 | 131.17 | 0.62 | 0.54 |
| Hex | 42 | D3 | 5D | 45 | 0 | 38 | 11 | 83 | 3E | 36 |
| Octal | 102 | 323 | 135 | 105 | 0 | 70 | 21 | 203 | 76 | 66 |
| Binary | 1000010 | 11010011 | 1011101 | 1000101 | 0 | 111000 | 10001 | 10000011 | 111110 | 110110 |
Color Harmonies of #42D35D
Complementary color
Monochromatic Colors of #42D35D
Black with #42D35D
Text Example
Text Example
White with #42D35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D35D; }
p { color: rgb(66,211,93); }
H1.HeaderClassName
{
color: #42D35D;
}
.AnyTagClassName
{
color: #42D35D;
}
</style>
background-color css
<style>
a { background-color: #42D35D; }
a { background-color: rgb(66,211,93); }
div.DivClassName
{
background-color: #42D35D;
}
.BgClassName
{
background-color: #42D35D;
}
</style>
border-color css
<style>
span { border-color: #42D35D; }
span { border-color: rgb(66,211,93); }
td.TdClassName
{
border-color: #42D35D;
}
.TagClassName
{
border-color: #42D35D;
}
</style>