Shades of Emerald #42CB79
Tints of Emerald #42CB79
RGB
CMYK
RGB Variations
Color information
#42CB79 (or 0x42CB79) is known color: Emerald. HEX triplet: 42, CB and 79. RGB value is (66,203,121). Sum of RGB (Red+Green+Blue) = 66+203+121=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CB79 is #BD3486. Grayscale: #989898. Windows color (decimal): -12399751 or 7981890. OLE color: 7981890.
HSL color Cylindrical-coordinate representation of color #42CB79: hue angle of 144.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CB79 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 121 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.20 |
| HSL | 144.09º | 0.57% | 0.53% | - |
| HSV(B) | 144.09º | 0.67% | 0.8% | - |
| XYZ | 27.05 | 45.25 | 25.4 | - |
| YUV | 152.69 | 110.11 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 121 | 0.67 | 0 | 0.40 | 0.20 | 144.09 | 0.57 | 0.53 |
| Hex | 42 | CB | 79 | 43 | 0 | 28 | 14 | 90 | 39 | 35 |
| Octal | 102 | 313 | 171 | 103 | 0 | 50 | 24 | 220 | 71 | 65 |
| Binary | 1000010 | 11001011 | 1111001 | 1000011 | 0 | 101000 | 10100 | 10010000 | 111001 | 110101 |
Color Harmonies of #42CB79
Complementary color
Monochromatic Colors of #42CB79
Black with #42CB79
Text Example
Text Example
White with #42CB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CB79; }
p { color: rgb(66,203,121); }
H1.HeaderClassName
{
color: #42CB79;
}
.AnyTagClassName
{
color: #42CB79;
}
</style>
background-color css
<style>
a { background-color: #42CB79; }
a { background-color: rgb(66,203,121); }
div.DivClassName
{
background-color: #42CB79;
}
.BgClassName
{
background-color: #42CB79;
}
</style>
border-color css
<style>
span { border-color: #42CB79; }
span { border-color: rgb(66,203,121); }
td.TdClassName
{
border-color: #42CB79;
}
.TagClassName
{
border-color: #42CB79;
}
</style>