Shades of Emerald #43C972
Tints of Emerald #43C972
RGB
CMYK
RGB Variations
Color information
#43C972 (or 0x43C972) is known color: Emerald. HEX triplet: 43, C9 and 72. RGB value is (67,201,114). Sum of RGB (Red+Green+Blue) = 67+201+114=382 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.54% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #43C972 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43C972 is #BC368D. Grayscale: #979797. Windows color (decimal): -12334734 or 7522627. OLE color: 7522627.
HSL color Cylindrical-coordinate representation of color #43C972: hue angle of 141.04º 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 #43C972 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 201 | 114 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.21 |
| HSL | 141.04º | 0.55% | 0.53% | - |
| HSV(B) | 141.04º | 0.67% | 0.79% | - |
| XYZ | 26.24 | 44.18 | 23.06 | - |
| YUV | 151.02 | 107.11 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 201 | 114 | 0.67 | 0 | 0.43 | 0.21 | 141.04 | 0.55 | 0.53 |
| Hex | 43 | C9 | 72 | 43 | 0 | 2B | 15 | 8D | 37 | 35 |
| Octal | 103 | 311 | 162 | 103 | 0 | 53 | 25 | 215 | 67 | 65 |
| Binary | 1000011 | 11001001 | 1110010 | 1000011 | 0 | 101011 | 10101 | 10001101 | 110111 | 110101 |
Color Harmonies of #43C972
Complementary color
Monochromatic Colors of #43C972
Black with #43C972
Text Example
Text Example
White with #43C972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C972; }
p { color: rgb(67,201,114); }
H1.HeaderClassName
{
color: #43C972;
}
.AnyTagClassName
{
color: #43C972;
}
</style>
background-color css
<style>
a { background-color: #43C972; }
a { background-color: rgb(67,201,114); }
div.DivClassName
{
background-color: #43C972;
}
.BgClassName
{
background-color: #43C972;
}
</style>
border-color css
<style>
span { border-color: #43C972; }
span { border-color: rgb(67,201,114); }
td.TdClassName
{
border-color: #43C972;
}
.TagClassName
{
border-color: #43C972;
}
</style>