Shades of Emerald #43CA70
Tints of Emerald #43CA70
RGB
CMYK
RGB Variations
Color information
#43CA70 (or 0x43CA70) is known color: Emerald. HEX triplet: 43, CA and 70. RGB value is (67,202,112). Sum of RGB (Red+Green+Blue) = 67+202+112=381 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.59% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #43CA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43CA70 is #BC358F. Grayscale: #979797. Windows color (decimal): -12334480 or 7391811. OLE color: 7391811.
HSL color Cylindrical-coordinate representation of color #43CA70: hue angle of 140º degrees, saturation: 0.56, 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 #43CA70 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 202 | 112 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.21 |
| HSL | 140º | 0.56% | 0.53% | - |
| HSV(B) | 140º | 0.67% | 0.79% | - |
| XYZ | 26.36 | 44.6 | 22.55 | - |
| YUV | 151.38 | 105.77 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 202 | 112 | 0.67 | 0 | 0.45 | 0.21 | 140 | 0.56 | 0.53 |
| Hex | 43 | CA | 70 | 43 | 0 | 2D | 15 | 8C | 38 | 35 |
| Octal | 103 | 312 | 160 | 103 | 0 | 55 | 25 | 214 | 70 | 65 |
| Binary | 1000011 | 11001010 | 1110000 | 1000011 | 0 | 101101 | 10101 | 10001100 | 111000 | 110101 |
Color Harmonies of #43CA70
Complementary color
Monochromatic Colors of #43CA70
Black with #43CA70
Text Example
Text Example
White with #43CA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CA70; }
p { color: rgb(67,202,112); }
H1.HeaderClassName
{
color: #43CA70;
}
.AnyTagClassName
{
color: #43CA70;
}
</style>
background-color css
<style>
a { background-color: #43CA70; }
a { background-color: rgb(67,202,112); }
div.DivClassName
{
background-color: #43CA70;
}
.BgClassName
{
background-color: #43CA70;
}
</style>
border-color css
<style>
span { border-color: #43CA70; }
span { border-color: rgb(67,202,112); }
td.TdClassName
{
border-color: #43CA70;
}
.TagClassName
{
border-color: #43CA70;
}
</style>