Shades of Emerald #42D36C
Tints of Emerald #42D36C
RGB
CMYK
RGB Variations
Color information
#42D36C (or 0x42D36C) is known color: Emerald. HEX triplet: 42, D3 and 6C. RGB value is (66,211,108). Sum of RGB (Red+Green+Blue) = 66+211+108=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 211 (82.81% from 255 or 54.81% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 211 - color contains mainly: green. Hex color #42D36C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D36C is #BD2C93. Grayscale: #9C9C9C. Windows color (decimal): -12397716 or 7131970. OLE color: 7131970.
HSL color Cylindrical-coordinate representation of color #42D36C: hue angle of 137.38º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D36C is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 211 | 108 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.17 |
| HSL | 137.38º | 0.62% | 0.54% | - |
| HSV(B) | 137.38º | 0.69% | 0.83% | - |
| XYZ | 28.25 | 48.83 | 22.12 | - |
| YUV | 155.9 | 100.96 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 211 | 108 | 0.69 | 0 | 0.49 | 0.17 | 137.38 | 0.62 | 0.54 |
| Hex | 42 | D3 | 6C | 45 | 0 | 31 | 11 | 89 | 3E | 36 |
| Octal | 102 | 323 | 154 | 105 | 0 | 61 | 21 | 211 | 76 | 66 |
| Binary | 1000010 | 11010011 | 1101100 | 1000101 | 0 | 110001 | 10001 | 10001001 | 111110 | 110110 |
Color Harmonies of #42D36C
Complementary color
Monochromatic Colors of #42D36C
Black with #42D36C
Text Example
Text Example
White with #42D36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D36C; }
p { color: rgb(66,211,108); }
H1.HeaderClassName
{
color: #42D36C;
}
.AnyTagClassName
{
color: #42D36C;
}
</style>
background-color css
<style>
a { background-color: #42D36C; }
a { background-color: rgb(66,211,108); }
div.DivClassName
{
background-color: #42D36C;
}
.BgClassName
{
background-color: #42D36C;
}
</style>
border-color css
<style>
span { border-color: #42D36C; }
span { border-color: rgb(66,211,108); }
td.TdClassName
{
border-color: #42D36C;
}
.TagClassName
{
border-color: #42D36C;
}
</style>