Shades of Emerald #43C772
Tints of Emerald #43C772
RGB
CMYK
RGB Variations
Color information
#43C772 (or 0x43C772) is known color: Emerald. HEX triplet: 43, C7 and 72. RGB value is (67,199,114). Sum of RGB (Red+Green+Blue) = 67+199+114=380 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.63% from 380); Green value is 199 (78.12% from 255 or 52.37% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 199 - color contains mainly: green. Hex color #43C772 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43C772 is #BC388D. Grayscale: #969696. Windows color (decimal): -12335246 or 7522115. OLE color: 7522115.
HSL color Cylindrical-coordinate representation of color #43C772: hue angle of 141.36º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C772 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 199 | 114 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.22 |
| HSL | 141.36º | 0.54% | 0.52% | - |
| HSV(B) | 141.36º | 0.66% | 0.78% | - |
| XYZ | 25.78 | 43.26 | 22.91 | - |
| YUV | 149.84 | 107.77 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 199 | 114 | 0.66 | 0 | 0.43 | 0.22 | 141.36 | 0.54 | 0.52 |
| Hex | 43 | C7 | 72 | 42 | 0 | 2B | 16 | 8D | 36 | 34 |
| Octal | 103 | 307 | 162 | 102 | 0 | 53 | 26 | 215 | 66 | 64 |
| Binary | 1000011 | 11000111 | 1110010 | 1000010 | 0 | 101011 | 10110 | 10001101 | 110110 | 110100 |
Color Harmonies of #43C772
Complementary color
Monochromatic Colors of #43C772
Black with #43C772
Text Example
Text Example
White with #43C772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C772; }
p { color: rgb(67,199,114); }
H1.HeaderClassName
{
color: #43C772;
}
.AnyTagClassName
{
color: #43C772;
}
</style>
background-color css
<style>
a { background-color: #43C772; }
a { background-color: rgb(67,199,114); }
div.DivClassName
{
background-color: #43C772;
}
.BgClassName
{
background-color: #43C772;
}
</style>
border-color css
<style>
span { border-color: #43C772; }
span { border-color: rgb(67,199,114); }
td.TdClassName
{
border-color: #43C772;
}
.TagClassName
{
border-color: #43C772;
}
</style>