Shades of Emerald #43C985
Tints of Emerald #43C985
RGB
CMYK
RGB Variations
Color information
#43C985 (or 0x43C985) is known color: Emerald. HEX triplet: 43, C9 and 85. RGB value is (67,201,133). Sum of RGB (Red+Green+Blue) = 67+201+133=401 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.71% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #43C985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43C985 is #BC367A. Grayscale: #999999. Windows color (decimal): -12334715 or 8767811. OLE color: 8767811.
HSL color Cylindrical-coordinate representation of color #43C985: hue angle of 149.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43C985 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 201 | 133 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.21 |
| HSL | 149.55º | 0.55% | 0.53% | - |
| HSV(B) | 149.55º | 0.67% | 0.79% | - |
| XYZ | 27.44 | 44.66 | 29.36 | - |
| YUV | 153.18 | 116.61 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 201 | 133 | 0.67 | 0 | 0.34 | 0.21 | 149.55 | 0.55 | 0.53 |
| Hex | 43 | C9 | 85 | 43 | 0 | 22 | 15 | 96 | 37 | 35 |
| Octal | 103 | 311 | 205 | 103 | 0 | 42 | 25 | 226 | 67 | 65 |
| Binary | 1000011 | 11001001 | 10000101 | 1000011 | 0 | 100010 | 10101 | 10010110 | 110111 | 110101 |
Color Harmonies of #43C985
Complementary color
Monochromatic Colors of #43C985
Black with #43C985
Text Example
Text Example
White with #43C985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C985; }
p { color: rgb(67,201,133); }
H1.HeaderClassName
{
color: #43C985;
}
.AnyTagClassName
{
color: #43C985;
}
</style>
background-color css
<style>
a { background-color: #43C985; }
a { background-color: rgb(67,201,133); }
div.DivClassName
{
background-color: #43C985;
}
.BgClassName
{
background-color: #43C985;
}
</style>
border-color css
<style>
span { border-color: #43C985; }
span { border-color: rgb(67,201,133); }
td.TdClassName
{
border-color: #43C985;
}
.TagClassName
{
border-color: #43C985;
}
</style>