Shades of Emerald #42D068
Tints of Emerald #42D068
RGB
CMYK
RGB Variations
Color information
#42D068 (or 0x42D068) is known color: Emerald. HEX triplet: 42, D0 and 68. RGB value is (66,208,104). Sum of RGB (Red+Green+Blue) = 66+208+104=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 208 (81.64% from 255 or 55.03% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 208 - color contains mainly: green. Hex color #42D068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D068 is #BD2F97. Grayscale: #999999. Windows color (decimal): -12398488 or 6869058. OLE color: 6869058.
HSL color Cylindrical-coordinate representation of color #42D068: hue angle of 136.06º degrees, saturation: 0.6, 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 #42D068 is Cyan = 0.68, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 104 | - |
| CMYK | 0.68 | 0 | 0.5 | 0.18 |
| HSL | 136.06º | 0.6% | 0.54% | - |
| HSV(B) | 136.06º | 0.68% | 0.82% | - |
| XYZ | 27.3 | 47.27 | 20.78 | - |
| YUV | 153.69 | 99.96 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 104 | 0.68 | 0 | 0.5 | 0.18 | 136.06 | 0.6 | 0.54 |
| Hex | 42 | D0 | 68 | 44 | 0 | 32 | 12 | 88 | 3C | 36 |
| Octal | 102 | 320 | 150 | 104 | 0 | 62 | 22 | 210 | 74 | 66 |
| Binary | 1000010 | 11010000 | 1101000 | 1000100 | 0 | 110010 | 10010 | 10001000 | 111100 | 110110 |
Color Harmonies of #42D068
Complementary color
Monochromatic Colors of #42D068
Black with #42D068
Text Example
Text Example
White with #42D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D068; }
p { color: rgb(66,208,104); }
H1.HeaderClassName
{
color: #42D068;
}
.AnyTagClassName
{
color: #42D068;
}
</style>
background-color css
<style>
a { background-color: #42D068; }
a { background-color: rgb(66,208,104); }
div.DivClassName
{
background-color: #42D068;
}
.BgClassName
{
background-color: #42D068;
}
</style>
border-color css
<style>
span { border-color: #42D068; }
span { border-color: rgb(66,208,104); }
td.TdClassName
{
border-color: #42D068;
}
.TagClassName
{
border-color: #42D068;
}
</style>