Shades of Emerald #43DC85
Tints of Emerald #43DC85
RGB
CMYK
RGB Variations
Color information
#43DC85 (or 0x43DC85) is known color: Emerald. HEX triplet: 43, DC and 85. RGB value is (67,220,133). Sum of RGB (Red+Green+Blue) = 67+220+133=420 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.95% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #43DC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43DC85 is #BC237A. Grayscale: #A4A4A4. Windows color (decimal): -12329851 or 8772675. OLE color: 8772675.
HSL color Cylindrical-coordinate representation of color #43DC85: hue angle of 145.88º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DC85 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 220 | 133 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.14 |
| HSL | 145.88º | 0.69% | 0.56% | - |
| HSV(B) | 145.88º | 0.7% | 0.86% | - |
| XYZ | 32.14 | 54.07 | 30.93 | - |
| YUV | 164.34 | 110.31 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 220 | 133 | 0.70 | 0 | 0.40 | 0.14 | 145.88 | 0.69 | 0.56 |
| Hex | 43 | DC | 85 | 46 | 0 | 28 | E | 92 | 45 | 38 |
| Octal | 103 | 334 | 205 | 106 | 0 | 50 | 16 | 222 | 105 | 70 |
| Binary | 1000011 | 11011100 | 10000101 | 1000110 | 0 | 101000 | 1110 | 10010010 | 1000101 | 111000 |
Color Harmonies of #43DC85
Complementary color
Monochromatic Colors of #43DC85
Black with #43DC85
Text Example
Text Example
White with #43DC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DC85; }
p { color: rgb(67,220,133); }
H1.HeaderClassName
{
color: #43DC85;
}
.AnyTagClassName
{
color: #43DC85;
}
</style>
background-color css
<style>
a { background-color: #43DC85; }
a { background-color: rgb(67,220,133); }
div.DivClassName
{
background-color: #43DC85;
}
.BgClassName
{
background-color: #43DC85;
}
</style>
border-color css
<style>
span { border-color: #43DC85; }
span { border-color: rgb(67,220,133); }
td.TdClassName
{
border-color: #43DC85;
}
.TagClassName
{
border-color: #43DC85;
}
</style>