Shades of Emerald #42D15D
Tints of Emerald #42D15D
RGB
CMYK
RGB Variations
Color information
#42D15D (or 0x42D15D) is known color: Emerald. HEX triplet: 42, D1 and 5D. RGB value is (66,209,93). Sum of RGB (Red+Green+Blue) = 66+209+93=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 209 (82.03% from 255 or 56.79% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 209 - color contains mainly: green. Hex color #42D15D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D15D is #BD2EA2. Grayscale: #999999. Windows color (decimal): -12398243 or 6148418. OLE color: 6148418.
HSL color Cylindrical-coordinate representation of color #42D15D: hue angle of 131.33º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D15D is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 209 | 93 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.18 |
| HSL | 131.33º | 0.61% | 0.54% | - |
| HSV(B) | 131.33º | 0.68% | 0.82% | - |
| XYZ | 27.02 | 47.55 | 18.11 | - |
| YUV | 153.02 | 94.12 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 209 | 93 | 0.68 | 0 | 0.56 | 0.18 | 131.33 | 0.61 | 0.54 |
| Hex | 42 | D1 | 5D | 44 | 0 | 38 | 12 | 83 | 3D | 36 |
| Octal | 102 | 321 | 135 | 104 | 0 | 70 | 22 | 203 | 75 | 66 |
| Binary | 1000010 | 11010001 | 1011101 | 1000100 | 0 | 111000 | 10010 | 10000011 | 111101 | 110110 |
Color Harmonies of #42D15D
Complementary color
Monochromatic Colors of #42D15D
Black with #42D15D
Text Example
Text Example
White with #42D15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D15D; }
p { color: rgb(66,209,93); }
H1.HeaderClassName
{
color: #42D15D;
}
.AnyTagClassName
{
color: #42D15D;
}
</style>
background-color css
<style>
a { background-color: #42D15D; }
a { background-color: rgb(66,209,93); }
div.DivClassName
{
background-color: #42D15D;
}
.BgClassName
{
background-color: #42D15D;
}
</style>
border-color css
<style>
span { border-color: #42D15D; }
span { border-color: rgb(66,209,93); }
td.TdClassName
{
border-color: #42D15D;
}
.TagClassName
{
border-color: #42D15D;
}
</style>