Shades of Emerald #43C980
Tints of Emerald #43C980
RGB
CMYK
RGB Variations
Color information
#43C980 (or 0x43C980) is known color: Emerald. HEX triplet: 43, C9 and 80. RGB value is (67,201,128). Sum of RGB (Red+Green+Blue) = 67+201+128=396 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.92% from 396); Green value is 201 (78.91% from 255 or 50.76% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 201 - color contains mainly: green. Hex color #43C980 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43C980 is #BC367F. Grayscale: #989898. Windows color (decimal): -12334720 or 8440131. OLE color: 8440131.
HSL color Cylindrical-coordinate representation of color #43C980: hue angle of 147.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43C980 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 201 | 128 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.21 |
| HSL | 147.31º | 0.55% | 0.53% | - |
| HSV(B) | 147.31º | 0.67% | 0.79% | - |
| XYZ | 27.1 | 44.53 | 27.59 | - |
| YUV | 152.61 | 114.11 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 201 | 128 | 0.67 | 0 | 0.36 | 0.21 | 147.31 | 0.55 | 0.53 |
| Hex | 43 | C9 | 80 | 43 | 0 | 24 | 15 | 93 | 37 | 35 |
| Octal | 103 | 311 | 200 | 103 | 0 | 44 | 25 | 223 | 67 | 65 |
| Binary | 1000011 | 11001001 | 10000000 | 1000011 | 0 | 100100 | 10101 | 10010011 | 110111 | 110101 |
Color Harmonies of #43C980
Complementary color
Monochromatic Colors of #43C980
Black with #43C980
Text Example
Text Example
White with #43C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C980; }
p { color: rgb(67,201,128); }
H1.HeaderClassName
{
color: #43C980;
}
.AnyTagClassName
{
color: #43C980;
}
</style>
background-color css
<style>
a { background-color: #43C980; }
a { background-color: rgb(67,201,128); }
div.DivClassName
{
background-color: #43C980;
}
.BgClassName
{
background-color: #43C980;
}
</style>
border-color css
<style>
span { border-color: #43C980; }
span { border-color: rgb(67,201,128); }
td.TdClassName
{
border-color: #43C980;
}
.TagClassName
{
border-color: #43C980;
}
</style>