Shades of Emerald #42C97D
Tints of Emerald #42C97D
RGB
CMYK
RGB Variations
Color information
#42C97D (or 0x42C97D) is known color: Emerald. HEX triplet: 42, C9 and 7D. RGB value is (66,201,125). Sum of RGB (Red+Green+Blue) = 66+201+125=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #42C97D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C97D is #BD3682. Grayscale: #989898. Windows color (decimal): -12400259 or 8243522. OLE color: 8243522.
HSL color Cylindrical-coordinate representation of color #42C97D: hue angle of 146.22º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C97D is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 201 | 125 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.21 |
| HSL | 146.22º | 0.56% | 0.52% | - |
| HSV(B) | 146.22º | 0.67% | 0.79% | - |
| XYZ | 26.84 | 44.41 | 26.56 | - |
| YUV | 151.97 | 112.77 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 201 | 125 | 0.67 | 0 | 0.38 | 0.21 | 146.22 | 0.56 | 0.52 |
| Hex | 42 | C9 | 7D | 43 | 0 | 26 | 15 | 92 | 38 | 34 |
| Octal | 102 | 311 | 175 | 103 | 0 | 46 | 25 | 222 | 70 | 64 |
| Binary | 1000010 | 11001001 | 1111101 | 1000011 | 0 | 100110 | 10101 | 10010010 | 111000 | 110100 |
Color Harmonies of #42C97D
Complementary color
Monochromatic Colors of #42C97D
Black with #42C97D
Text Example
Text Example
White with #42C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C97D; }
p { color: rgb(66,201,125); }
H1.HeaderClassName
{
color: #42C97D;
}
.AnyTagClassName
{
color: #42C97D;
}
</style>
background-color css
<style>
a { background-color: #42C97D; }
a { background-color: rgb(66,201,125); }
div.DivClassName
{
background-color: #42C97D;
}
.BgClassName
{
background-color: #42C97D;
}
</style>
border-color css
<style>
span { border-color: #42C97D; }
span { border-color: rgb(66,201,125); }
td.TdClassName
{
border-color: #42C97D;
}
.TagClassName
{
border-color: #42C97D;
}
</style>