Shades of Emerald #42D36B
Tints of Emerald #42D36B
RGB
CMYK
RGB Variations
Color information
#42D36B (or 0x42D36B) is known color: Emerald. HEX triplet: 42, D3 and 6B. RGB value is (66,211,107). Sum of RGB (Red+Green+Blue) = 66+211+107=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 211 (82.81% from 255 or 54.95% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 211 - color contains mainly: green. Hex color #42D36B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D36B is #BD2C94. Grayscale: #9C9C9C. Windows color (decimal): -12397717 or 7066434. OLE color: 7066434.
HSL color Cylindrical-coordinate representation of color #42D36B: hue angle of 136.97º 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 #42D36B is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 211 | 107 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.17 |
| HSL | 136.97º | 0.62% | 0.54% | - |
| HSV(B) | 136.97º | 0.69% | 0.83% | - |
| XYZ | 28.19 | 48.81 | 21.84 | - |
| YUV | 155.79 | 100.46 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 211 | 107 | 0.69 | 0 | 0.49 | 0.17 | 136.97 | 0.62 | 0.54 |
| Hex | 42 | D3 | 6B | 45 | 0 | 31 | 11 | 89 | 3E | 36 |
| Octal | 102 | 323 | 153 | 105 | 0 | 61 | 21 | 211 | 76 | 66 |
| Binary | 1000010 | 11010011 | 1101011 | 1000101 | 0 | 110001 | 10001 | 10001001 | 111110 | 110110 |
Color Harmonies of #42D36B
Complementary color
Monochromatic Colors of #42D36B
Black with #42D36B
Text Example
Text Example
White with #42D36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D36B; }
p { color: rgb(66,211,107); }
H1.HeaderClassName
{
color: #42D36B;
}
.AnyTagClassName
{
color: #42D36B;
}
</style>
background-color css
<style>
a { background-color: #42D36B; }
a { background-color: rgb(66,211,107); }
div.DivClassName
{
background-color: #42D36B;
}
.BgClassName
{
background-color: #42D36B;
}
</style>
border-color css
<style>
span { border-color: #42D36B; }
span { border-color: rgb(66,211,107); }
td.TdClassName
{
border-color: #42D36B;
}
.TagClassName
{
border-color: #42D36B;
}
</style>