Shades of Emerald #42CD5E
Tints of Emerald #42CD5E
RGB
CMYK
RGB Variations
Color information
#42CD5E (or 0x42CD5E) is known color: Emerald. HEX triplet: 42, CD and 5E. RGB value is (66,205,94). Sum of RGB (Red+Green+Blue) = 66+205+94=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CD5E is #BD32A1. Grayscale: #979797. Windows color (decimal): -12399266 or 6212930. OLE color: 6212930.
HSL color Cylindrical-coordinate representation of color #42CD5E: hue angle of 132.09º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CD5E is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 205 | 94 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.20 |
| HSL | 132.09º | 0.58% | 0.53% | - |
| HSV(B) | 132.09º | 0.68% | 0.8% | - |
| XYZ | 26.1 | 45.63 | 18.02 | - |
| YUV | 150.79 | 95.95 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 205 | 94 | 0.68 | 0 | 0.54 | 0.20 | 132.09 | 0.58 | 0.53 |
| Hex | 42 | CD | 5E | 44 | 0 | 36 | 14 | 84 | 3A | 35 |
| Octal | 102 | 315 | 136 | 104 | 0 | 66 | 24 | 204 | 72 | 65 |
| Binary | 1000010 | 11001101 | 1011110 | 1000100 | 0 | 110110 | 10100 | 10000100 | 111010 | 110101 |
Color Harmonies of #42CD5E
Complementary color
Monochromatic Colors of #42CD5E
Black with #42CD5E
Text Example
Text Example
White with #42CD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CD5E; }
p { color: rgb(66,205,94); }
H1.HeaderClassName
{
color: #42CD5E;
}
.AnyTagClassName
{
color: #42CD5E;
}
</style>
background-color css
<style>
a { background-color: #42CD5E; }
a { background-color: rgb(66,205,94); }
div.DivClassName
{
background-color: #42CD5E;
}
.BgClassName
{
background-color: #42CD5E;
}
</style>
border-color css
<style>
span { border-color: #42CD5E; }
span { border-color: rgb(66,205,94); }
td.TdClassName
{
border-color: #42CD5E;
}
.TagClassName
{
border-color: #42CD5E;
}
</style>