Shades of Emerald #42DE68
Tints of Emerald #42DE68
RGB
CMYK
RGB Variations
Color information
#42DE68 (or 0x42DE68) is known color: Emerald. HEX triplet: 42, DE and 68. RGB value is (66,222,104). Sum of RGB (Red+Green+Blue) = 66+222+104=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 222 (87.11% from 255 or 56.63% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 222 - color contains mainly: green. Hex color #42DE68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DE68 is #BD2197. Grayscale: #A2A2A2. Windows color (decimal): -12394904 or 6872642. OLE color: 6872642.
HSL color Cylindrical-coordinate representation of color #42DE68: hue angle of 134.62º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DE68 is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 222 | 104 | - |
| CMYK | 0.70 | 0 | 0.53 | 0.13 |
| HSL | 134.62º | 0.7% | 0.56% | - |
| HSV(B) | 134.62º | 0.7% | 0.87% | - |
| XYZ | 30.87 | 54.4 | 21.97 | - |
| YUV | 161.9 | 95.32 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 222 | 104 | 0.70 | 0 | 0.53 | 0.13 | 134.62 | 0.7 | 0.56 |
| Hex | 42 | DE | 68 | 46 | 0 | 35 | D | 87 | 46 | 38 |
| Octal | 102 | 336 | 150 | 106 | 0 | 65 | 15 | 207 | 106 | 70 |
| Binary | 1000010 | 11011110 | 1101000 | 1000110 | 0 | 110101 | 1101 | 10000111 | 1000110 | 111000 |
Color Harmonies of #42DE68
Complementary color
Monochromatic Colors of #42DE68
Black with #42DE68
Text Example
Text Example
White with #42DE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DE68; }
p { color: rgb(66,222,104); }
H1.HeaderClassName
{
color: #42DE68;
}
.AnyTagClassName
{
color: #42DE68;
}
</style>
background-color css
<style>
a { background-color: #42DE68; }
a { background-color: rgb(66,222,104); }
div.DivClassName
{
background-color: #42DE68;
}
.BgClassName
{
background-color: #42DE68;
}
</style>
border-color css
<style>
span { border-color: #42DE68; }
span { border-color: rgb(66,222,104); }
td.TdClassName
{
border-color: #42DE68;
}
.TagClassName
{
border-color: #42DE68;
}
</style>