Shades of Emerald #43C282
Tints of Emerald #43C282
RGB
CMYK
RGB Variations
Color information
#43C282 (or 0x43C282) is known color: Emerald. HEX triplet: 43, C2 and 82. RGB value is (67,194,130). Sum of RGB (Red+Green+Blue) = 67+194+130=391 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.14% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #43C282 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43C282 is #BC3D7D. Grayscale: #949494. Windows color (decimal): -12336510 or 8569411. OLE color: 8569411.
HSL color Cylindrical-coordinate representation of color #43C282: hue angle of 149.76º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43C282 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 194 | 130 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.24 |
| HSL | 149.76º | 0.51% | 0.51% | - |
| HSV(B) | 149.76º | 0.65% | 0.76% | - |
| XYZ | 25.64 | 41.39 | 27.76 | - |
| YUV | 148.73 | 117.42 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 194 | 130 | 0.65 | 0 | 0.33 | 0.24 | 149.76 | 0.51 | 0.51 |
| Hex | 43 | C2 | 82 | 41 | 0 | 21 | 18 | 96 | 33 | 33 |
| Octal | 103 | 302 | 202 | 101 | 0 | 41 | 30 | 226 | 63 | 63 |
| Binary | 1000011 | 11000010 | 10000010 | 1000001 | 0 | 100001 | 11000 | 10010110 | 110011 | 110011 |
Color Harmonies of #43C282
Complementary color
Monochromatic Colors of #43C282
Black with #43C282
Text Example
Text Example
White with #43C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C282; }
p { color: rgb(67,194,130); }
H1.HeaderClassName
{
color: #43C282;
}
.AnyTagClassName
{
color: #43C282;
}
</style>
background-color css
<style>
a { background-color: #43C282; }
a { background-color: rgb(67,194,130); }
div.DivClassName
{
background-color: #43C282;
}
.BgClassName
{
background-color: #43C282;
}
</style>
border-color css
<style>
span { border-color: #43C282; }
span { border-color: rgb(67,194,130); }
td.TdClassName
{
border-color: #43C282;
}
.TagClassName
{
border-color: #43C282;
}
</style>