Shades of Emerald #42C77D
Tints of Emerald #42C77D
RGB
CMYK
RGB Variations
Color information
#42C77D (or 0x42C77D) is known color: Emerald. HEX triplet: 42, C7 and 7D. RGB value is (66,199,125). Sum of RGB (Red+Green+Blue) = 66+199+125=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #42C77D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C77D is #BD3882. Grayscale: #969696. Windows color (decimal): -12400771 or 8243010. OLE color: 8243010.
HSL color Cylindrical-coordinate representation of color #42C77D: hue angle of 146.62º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C77D is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 199 | 125 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.22 |
| HSL | 146.62º | 0.54% | 0.52% | - |
| HSV(B) | 146.62º | 0.67% | 0.78% | - |
| XYZ | 26.37 | 43.49 | 26.41 | - |
| YUV | 150.8 | 113.44 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 199 | 125 | 0.67 | 0 | 0.37 | 0.22 | 146.62 | 0.54 | 0.52 |
| Hex | 42 | C7 | 7D | 43 | 0 | 25 | 16 | 93 | 36 | 34 |
| Octal | 102 | 307 | 175 | 103 | 0 | 45 | 26 | 223 | 66 | 64 |
| Binary | 1000010 | 11000111 | 1111101 | 1000011 | 0 | 100101 | 10110 | 10010011 | 110110 | 110100 |
Color Harmonies of #42C77D
Complementary color
Monochromatic Colors of #42C77D
Black with #42C77D
Text Example
Text Example
White with #42C77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C77D; }
p { color: rgb(66,199,125); }
H1.HeaderClassName
{
color: #42C77D;
}
.AnyTagClassName
{
color: #42C77D;
}
</style>
background-color css
<style>
a { background-color: #42C77D; }
a { background-color: rgb(66,199,125); }
div.DivClassName
{
background-color: #42C77D;
}
.BgClassName
{
background-color: #42C77D;
}
</style>
border-color css
<style>
span { border-color: #42C77D; }
span { border-color: rgb(66,199,125); }
td.TdClassName
{
border-color: #42C77D;
}
.TagClassName
{
border-color: #42C77D;
}
</style>