Shades of Emerald #42CA7B
Tints of Emerald #42CA7B
RGB
CMYK
RGB Variations
Color information
#42CA7B (or 0x42CA7B) is known color: Emerald. HEX triplet: 42, CA and 7B. RGB value is (66,202,123). Sum of RGB (Red+Green+Blue) = 66+202+123=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA7B is #BD3584. Grayscale: #989898. Windows color (decimal): -12400005 or 8112706. OLE color: 8112706.
HSL color Cylindrical-coordinate representation of color #42CA7B: hue angle of 145.15º 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 #42CA7B is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 202 | 123 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.21 |
| HSL | 145.15º | 0.56% | 0.53% | - |
| HSV(B) | 145.15º | 0.67% | 0.79% | - |
| XYZ | 26.94 | 44.83 | 25.97 | - |
| YUV | 152.33 | 111.44 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 123 | 0.67 | 0 | 0.39 | 0.21 | 145.15 | 0.56 | 0.53 |
| Hex | 42 | CA | 7B | 43 | 0 | 27 | 15 | 91 | 38 | 35 |
| Octal | 102 | 312 | 173 | 103 | 0 | 47 | 25 | 221 | 70 | 65 |
| Binary | 1000010 | 11001010 | 1111011 | 1000011 | 0 | 100111 | 10101 | 10010001 | 111000 | 110101 |
Color Harmonies of #42CA7B
Complementary color
Monochromatic Colors of #42CA7B
Black with #42CA7B
Text Example
Text Example
White with #42CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CA7B; }
p { color: rgb(66,202,123); }
H1.HeaderClassName
{
color: #42CA7B;
}
.AnyTagClassName
{
color: #42CA7B;
}
</style>
background-color css
<style>
a { background-color: #42CA7B; }
a { background-color: rgb(66,202,123); }
div.DivClassName
{
background-color: #42CA7B;
}
.BgClassName
{
background-color: #42CA7B;
}
</style>
border-color css
<style>
span { border-color: #42CA7B; }
span { border-color: rgb(66,202,123); }
td.TdClassName
{
border-color: #42CA7B;
}
.TagClassName
{
border-color: #42CA7B;
}
</style>