Shades of Emerald #42D658
Tints of Emerald #42D658
RGB
CMYK
RGB Variations
Color information
#42D658 (or 0x42D658) is known color: Emerald. HEX triplet: 42, D6 and 58. RGB value is (66,214,88). Sum of RGB (Red+Green+Blue) = 66+214+88=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 214 (83.98% from 255 or 58.15% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 214 - color contains mainly: green. Hex color #42D658 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D658 is #BD29A7. Grayscale: #9B9B9B. Windows color (decimal): -12396968 or 5822018. OLE color: 5822018.
HSL color Cylindrical-coordinate representation of color #42D658: hue angle of 128.92º 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 #42D658 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 88 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.16 |
| HSL | 128.92º | 0.64% | 0.55% | - |
| HSV(B) | 128.92º | 0.69% | 0.84% | - |
| XYZ | 28.05 | 49.96 | 17.4 | - |
| YUV | 155.38 | 89.97 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 88 | 0.69 | 0 | 0.59 | 0.16 | 128.92 | 0.64 | 0.55 |
| Hex | 42 | D6 | 58 | 45 | 0 | 3B | 10 | 81 | 40 | 37 |
| Octal | 102 | 326 | 130 | 105 | 0 | 73 | 20 | 201 | 100 | 67 |
| Binary | 1000010 | 11010110 | 1011000 | 1000101 | 0 | 111011 | 10000 | 10000001 | 1000000 | 110111 |
Color Harmonies of #42D658
Complementary color
Monochromatic Colors of #42D658
Black with #42D658
Text Example
Text Example
White with #42D658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D658; }
p { color: rgb(66,214,88); }
H1.HeaderClassName
{
color: #42D658;
}
.AnyTagClassName
{
color: #42D658;
}
</style>
background-color css
<style>
a { background-color: #42D658; }
a { background-color: rgb(66,214,88); }
div.DivClassName
{
background-color: #42D658;
}
.BgClassName
{
background-color: #42D658;
}
</style>
border-color css
<style>
span { border-color: #42D658; }
span { border-color: rgb(66,214,88); }
td.TdClassName
{
border-color: #42D658;
}
.TagClassName
{
border-color: #42D658;
}
</style>