Shades of Emerald #42CA7A
Tints of Emerald #42CA7A
RGB
CMYK
RGB Variations
Color information
#42CA7A (or 0x42CA7A) is known color: Emerald. HEX triplet: 42, CA and 7A. RGB value is (66,202,122). Sum of RGB (Red+Green+Blue) = 66+202+122=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA7A is #BD3585. Grayscale: #989898. Windows color (decimal): -12400006 or 8047170. OLE color: 8047170.
HSL color Cylindrical-coordinate representation of color #42CA7A: hue angle of 144.71º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CA7A is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 202 | 122 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.21 |
| HSL | 144.71º | 0.56% | 0.53% | - |
| HSV(B) | 144.71º | 0.67% | 0.79% | - |
| XYZ | 26.88 | 44.8 | 25.64 | - |
| YUV | 152.22 | 110.94 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 122 | 0.67 | 0 | 0.40 | 0.21 | 144.71 | 0.56 | 0.53 |
| Hex | 42 | CA | 7A | 43 | 0 | 28 | 15 | 91 | 38 | 35 |
| Octal | 102 | 312 | 172 | 103 | 0 | 50 | 25 | 221 | 70 | 65 |
| Binary | 1000010 | 11001010 | 1111010 | 1000011 | 0 | 101000 | 10101 | 10010001 | 111000 | 110101 |
Color Harmonies of #42CA7A
Complementary color
Monochromatic Colors of #42CA7A
Black with #42CA7A
Text Example
Text Example
White with #42CA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CA7A; }
p { color: rgb(66,202,122); }
H1.HeaderClassName
{
color: #42CA7A;
}
.AnyTagClassName
{
color: #42CA7A;
}
</style>
background-color css
<style>
a { background-color: #42CA7A; }
a { background-color: rgb(66,202,122); }
div.DivClassName
{
background-color: #42CA7A;
}
.BgClassName
{
background-color: #42CA7A;
}
</style>
border-color css
<style>
span { border-color: #42CA7A; }
span { border-color: rgb(66,202,122); }
td.TdClassName
{
border-color: #42CA7A;
}
.TagClassName
{
border-color: #42CA7A;
}
</style>