Shades of Emerald #43C970
Tints of Emerald #43C970
RGB
CMYK
RGB Variations
Color information
#43C970 (or 0x43C970) is known color: Emerald. HEX triplet: 43, C9 and 70. RGB value is (67,201,112). Sum of RGB (Red+Green+Blue) = 67+201+112=380 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.63% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #43C970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43C970 is #BC368F. Grayscale: #979797. Windows color (decimal): -12334736 or 7391555. OLE color: 7391555.
HSL color Cylindrical-coordinate representation of color #43C970: hue angle of 140.15º 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 #43C970 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 201 | 112 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.21 |
| HSL | 140.15º | 0.55% | 0.53% | - |
| HSV(B) | 140.15º | 0.67% | 0.79% | - |
| XYZ | 26.13 | 44.14 | 22.47 | - |
| YUV | 150.79 | 106.11 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 201 | 112 | 0.67 | 0 | 0.44 | 0.21 | 140.15 | 0.55 | 0.53 |
| Hex | 43 | C9 | 70 | 43 | 0 | 2C | 15 | 8C | 37 | 35 |
| Octal | 103 | 311 | 160 | 103 | 0 | 54 | 25 | 214 | 67 | 65 |
| Binary | 1000011 | 11001001 | 1110000 | 1000011 | 0 | 101100 | 10101 | 10001100 | 110111 | 110101 |
Color Harmonies of #43C970
Complementary color
Monochromatic Colors of #43C970
Black with #43C970
Text Example
Text Example
White with #43C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C970; }
p { color: rgb(67,201,112); }
H1.HeaderClassName
{
color: #43C970;
}
.AnyTagClassName
{
color: #43C970;
}
</style>
background-color css
<style>
a { background-color: #43C970; }
a { background-color: rgb(67,201,112); }
div.DivClassName
{
background-color: #43C970;
}
.BgClassName
{
background-color: #43C970;
}
</style>
border-color css
<style>
span { border-color: #43C970; }
span { border-color: rgb(67,201,112); }
td.TdClassName
{
border-color: #43C970;
}
.TagClassName
{
border-color: #43C970;
}
</style>