Shades of Emerald #43D075
Tints of Emerald #43D075
RGB
CMYK
RGB Variations
Color information
#43D075 (or 0x43D075) is known color: Emerald. HEX triplet: 43, D0 and 75. RGB value is (67,208,117). Sum of RGB (Red+Green+Blue) = 67+208+117=392 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.09% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #43D075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43D075 is #BC2F8A. Grayscale: #9B9B9B. Windows color (decimal): -12332939 or 7721027. OLE color: 7721027.
HSL color Cylindrical-coordinate representation of color #43D075: hue angle of 141.28º 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 #43D075 is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 208 | 117 | - |
| CMYK | 0.68 | 0 | 0.44 | 0.18 |
| HSL | 141.28º | 0.6% | 0.54% | - |
| HSV(B) | 141.28º | 0.68% | 0.82% | - |
| XYZ | 28.08 | 47.59 | 24.54 | - |
| YUV | 155.47 | 106.29 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 208 | 117 | 0.68 | 0 | 0.44 | 0.18 | 141.28 | 0.6 | 0.54 |
| Hex | 43 | D0 | 75 | 44 | 0 | 2C | 12 | 8D | 3C | 36 |
| Octal | 103 | 320 | 165 | 104 | 0 | 54 | 22 | 215 | 74 | 66 |
| Binary | 1000011 | 11010000 | 1110101 | 1000100 | 0 | 101100 | 10010 | 10001101 | 111100 | 110110 |
Color Harmonies of #43D075
Complementary color
Monochromatic Colors of #43D075
Black with #43D075
Text Example
Text Example
White with #43D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D075; }
p { color: rgb(67,208,117); }
H1.HeaderClassName
{
color: #43D075;
}
.AnyTagClassName
{
color: #43D075;
}
</style>
background-color css
<style>
a { background-color: #43D075; }
a { background-color: rgb(67,208,117); }
div.DivClassName
{
background-color: #43D075;
}
.BgClassName
{
background-color: #43D075;
}
</style>
border-color css
<style>
span { border-color: #43D075; }
span { border-color: rgb(67,208,117); }
td.TdClassName
{
border-color: #43D075;
}
.TagClassName
{
border-color: #43D075;
}
</style>