Shades of Emerald #43C372
Tints of Emerald #43C372
RGB
CMYK
RGB Variations
Color information
#43C372 (or 0x43C372) is known color: Emerald. HEX triplet: 43, C3 and 72. RGB value is (67,195,114). Sum of RGB (Red+Green+Blue) = 67+195+114=376 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.82% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #43C372 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43C372 is #BC3C8D. Grayscale: #939393. Windows color (decimal): -12336270 or 7521091. OLE color: 7521091.
HSL color Cylindrical-coordinate representation of color #43C372: hue angle of 142.03º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C372 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 195 | 114 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.24 |
| HSL | 142.03º | 0.52% | 0.51% | - |
| HSV(B) | 142.03º | 0.66% | 0.76% | - |
| XYZ | 24.87 | 41.44 | 22.61 | - |
| YUV | 147.49 | 109.09 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 195 | 114 | 0.66 | 0 | 0.42 | 0.24 | 142.03 | 0.52 | 0.51 |
| Hex | 43 | C3 | 72 | 42 | 0 | 2A | 18 | 8E | 34 | 33 |
| Octal | 103 | 303 | 162 | 102 | 0 | 52 | 30 | 216 | 64 | 63 |
| Binary | 1000011 | 11000011 | 1110010 | 1000010 | 0 | 101010 | 11000 | 10001110 | 110100 | 110011 |
Color Harmonies of #43C372
Complementary color
Monochromatic Colors of #43C372
Black with #43C372
Text Example
Text Example
White with #43C372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C372; }
p { color: rgb(67,195,114); }
H1.HeaderClassName
{
color: #43C372;
}
.AnyTagClassName
{
color: #43C372;
}
</style>
background-color css
<style>
a { background-color: #43C372; }
a { background-color: rgb(67,195,114); }
div.DivClassName
{
background-color: #43C372;
}
.BgClassName
{
background-color: #43C372;
}
</style>
border-color css
<style>
span { border-color: #43C372; }
span { border-color: rgb(67,195,114); }
td.TdClassName
{
border-color: #43C372;
}
.TagClassName
{
border-color: #43C372;
}
</style>