Shades of Emerald #42D668
Tints of Emerald #42D668
RGB
CMYK
RGB Variations
Color information
#42D668 (or 0x42D668) is known color: Emerald. HEX triplet: 42, D6 and 68. RGB value is (66,214,104). Sum of RGB (Red+Green+Blue) = 66+214+104=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 214 (83.98% from 255 or 55.73% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 214 - color contains mainly: green. Hex color #42D668 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D668 is #BD2997. Grayscale: #9D9D9D. Windows color (decimal): -12396952 or 6870594. OLE color: 6870594.
HSL color Cylindrical-coordinate representation of color #42D668: hue angle of 135.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D668 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 104 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.16 |
| HSL | 135.41º | 0.64% | 0.55% | - |
| HSV(B) | 135.41º | 0.69% | 0.84% | - |
| XYZ | 28.79 | 50.25 | 21.28 | - |
| YUV | 157.21 | 97.97 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 104 | 0.69 | 0 | 0.51 | 0.16 | 135.41 | 0.64 | 0.55 |
| Hex | 42 | D6 | 68 | 45 | 0 | 33 | 10 | 87 | 40 | 37 |
| Octal | 102 | 326 | 150 | 105 | 0 | 63 | 20 | 207 | 100 | 67 |
| Binary | 1000010 | 11010110 | 1101000 | 1000101 | 0 | 110011 | 10000 | 10000111 | 1000000 | 110111 |
Color Harmonies of #42D668
Complementary color
Monochromatic Colors of #42D668
Black with #42D668
Text Example
Text Example
White with #42D668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D668; }
p { color: rgb(66,214,104); }
H1.HeaderClassName
{
color: #42D668;
}
.AnyTagClassName
{
color: #42D668;
}
</style>
background-color css
<style>
a { background-color: #42D668; }
a { background-color: rgb(66,214,104); }
div.DivClassName
{
background-color: #42D668;
}
.BgClassName
{
background-color: #42D668;
}
</style>
border-color css
<style>
span { border-color: #42D668; }
span { border-color: rgb(66,214,104); }
td.TdClassName
{
border-color: #42D668;
}
.TagClassName
{
border-color: #42D668;
}
</style>