Shades of Emerald #43E082
Tints of Emerald #43E082
RGB
CMYK
RGB Variations
Color information
#43E082 (or 0x43E082) is known color: Emerald. HEX triplet: 43, E0 and 82. RGB value is (67,224,130). Sum of RGB (Red+Green+Blue) = 67+224+130=421 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.91% from 421); Green value is 224 (87.89% from 255 or 53.21% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 224 - color contains mainly: green. Hex color #43E082 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43E082 is #BC1F7D. Grayscale: #A6A6A6. Windows color (decimal): -12328830 or 8577091. OLE color: 8577091.
HSL color Cylindrical-coordinate representation of color #43E082: hue angle of 144.08º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43E082 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 224 | 130 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.12 |
| HSL | 144.08º | 0.72% | 0.57% | - |
| HSV(B) | 144.08º | 0.7% | 0.88% | - |
| XYZ | 33 | 56.12 | 30.21 | - |
| YUV | 166.34 | 107.49 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 224 | 130 | 0.70 | 0 | 0.42 | 0.12 | 144.08 | 0.72 | 0.57 |
| Hex | 43 | E0 | 82 | 46 | 0 | 2A | C | 90 | 48 | 39 |
| Octal | 103 | 340 | 202 | 106 | 0 | 52 | 14 | 220 | 110 | 71 |
| Binary | 1000011 | 11100000 | 10000010 | 1000110 | 0 | 101010 | 1100 | 10010000 | 1001000 | 111001 |
Color Harmonies of #43E082
Complementary color
Monochromatic Colors of #43E082
Black with #43E082
Text Example
Text Example
White with #43E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E082; }
p { color: rgb(67,224,130); }
H1.HeaderClassName
{
color: #43E082;
}
.AnyTagClassName
{
color: #43E082;
}
</style>
background-color css
<style>
a { background-color: #43E082; }
a { background-color: rgb(67,224,130); }
div.DivClassName
{
background-color: #43E082;
}
.BgClassName
{
background-color: #43E082;
}
</style>
border-color css
<style>
span { border-color: #43E082; }
span { border-color: rgb(67,224,130); }
td.TdClassName
{
border-color: #43E082;
}
.TagClassName
{
border-color: #43E082;
}
</style>