Shades of Emerald #43D060
Tints of Emerald #43D060
RGB
CMYK
RGB Variations
Color information
#43D060 (or 0x43D060) is known color: Emerald. HEX triplet: 43, D0 and 60. RGB value is (67,208,96). Sum of RGB (Red+Green+Blue) = 67+208+96=371 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.06% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #43D060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43D060 is #BC2F9F. Grayscale: #999999. Windows color (decimal): -12332960 or 6344771. OLE color: 6344771.
HSL color Cylindrical-coordinate representation of color #43D060: hue angle of 132.34º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43D060 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 208 | 96 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.18 |
| HSL | 132.34º | 0.6% | 0.54% | - |
| HSV(B) | 132.34º | 0.68% | 0.82% | - |
| XYZ | 26.98 | 47.15 | 18.75 | - |
| YUV | 153.07 | 95.79 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 208 | 96 | 0.68 | 0 | 0.54 | 0.18 | 132.34 | 0.6 | 0.54 |
| Hex | 43 | D0 | 60 | 44 | 0 | 36 | 12 | 84 | 3C | 36 |
| Octal | 103 | 320 | 140 | 104 | 0 | 66 | 22 | 204 | 74 | 66 |
| Binary | 1000011 | 11010000 | 1100000 | 1000100 | 0 | 110110 | 10010 | 10000100 | 111100 | 110110 |
Color Harmonies of #43D060
Complementary color
Monochromatic Colors of #43D060
Black with #43D060
Text Example
Text Example
White with #43D060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D060; }
p { color: rgb(67,208,96); }
H1.HeaderClassName
{
color: #43D060;
}
.AnyTagClassName
{
color: #43D060;
}
</style>
background-color css
<style>
a { background-color: #43D060; }
a { background-color: rgb(67,208,96); }
div.DivClassName
{
background-color: #43D060;
}
.BgClassName
{
background-color: #43D060;
}
</style>
border-color css
<style>
span { border-color: #43D060; }
span { border-color: rgb(67,208,96); }
td.TdClassName
{
border-color: #43D060;
}
.TagClassName
{
border-color: #43D060;
}
</style>