Shades of Emerald #43D672
Tints of Emerald #43D672
RGB
CMYK
RGB Variations
Color information
#43D672 (or 0x43D672) is known color: Emerald. HEX triplet: 43, D6 and 72. RGB value is (67,214,114). Sum of RGB (Red+Green+Blue) = 67+214+114=395 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.96% from 395); Green value is 214 (83.98% from 255 or 54.18% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 214 - color contains mainly: green. Hex color #43D672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43D672 is #BC298D. Grayscale: #9E9E9E. Windows color (decimal): -12331406 or 7525955. OLE color: 7525955.
HSL color Cylindrical-coordinate representation of color #43D672: hue angle of 139.18º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D672 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 214 | 114 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.16 |
| HSL | 139.18º | 0.64% | 0.55% | - |
| HSV(B) | 139.18º | 0.69% | 0.84% | - |
| XYZ | 29.4 | 50.5 | 24.12 | - |
| YUV | 158.65 | 102.8 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 214 | 114 | 0.69 | 0 | 0.47 | 0.16 | 139.18 | 0.64 | 0.55 |
| Hex | 43 | D6 | 72 | 45 | 0 | 2F | 10 | 8B | 40 | 37 |
| Octal | 103 | 326 | 162 | 105 | 0 | 57 | 20 | 213 | 100 | 67 |
| Binary | 1000011 | 11010110 | 1110010 | 1000101 | 0 | 101111 | 10000 | 10001011 | 1000000 | 110111 |
Color Harmonies of #43D672
Complementary color
Monochromatic Colors of #43D672
Black with #43D672
Text Example
Text Example
White with #43D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D672; }
p { color: rgb(67,214,114); }
H1.HeaderClassName
{
color: #43D672;
}
.AnyTagClassName
{
color: #43D672;
}
</style>
background-color css
<style>
a { background-color: #43D672; }
a { background-color: rgb(67,214,114); }
div.DivClassName
{
background-color: #43D672;
}
.BgClassName
{
background-color: #43D672;
}
</style>
border-color css
<style>
span { border-color: #43D672; }
span { border-color: rgb(67,214,114); }
td.TdClassName
{
border-color: #43D672;
}
.TagClassName
{
border-color: #43D672;
}
</style>