Shades of Emerald #43DD64
Tints of Emerald #43DD64
RGB
CMYK
RGB Variations
Color information
#43DD64 (or 0x43DD64) is known color: Emerald. HEX triplet: 43, DD and 64. RGB value is (67,221,100). Sum of RGB (Red+Green+Blue) = 67+221+100=388 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.27% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #43DD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43DD64 is #BC229B. Grayscale: #A1A1A1. Windows color (decimal): -12329628 or 6610243. OLE color: 6610243.
HSL color Cylindrical-coordinate representation of color #43DD64: hue angle of 132.86º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DD64 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 221 | 100 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.13 |
| HSL | 132.86º | 0.69% | 0.56% | - |
| HSV(B) | 132.86º | 0.7% | 0.87% | - |
| XYZ | 30.47 | 53.83 | 20.84 | - |
| YUV | 161.16 | 93.48 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 221 | 100 | 0.70 | 0 | 0.55 | 0.13 | 132.86 | 0.69 | 0.56 |
| Hex | 43 | DD | 64 | 46 | 0 | 37 | D | 85 | 45 | 38 |
| Octal | 103 | 335 | 144 | 106 | 0 | 67 | 15 | 205 | 105 | 70 |
| Binary | 1000011 | 11011101 | 1100100 | 1000110 | 0 | 110111 | 1101 | 10000101 | 1000101 | 111000 |
Color Harmonies of #43DD64
Complementary color
Monochromatic Colors of #43DD64
Black with #43DD64
Text Example
Text Example
White with #43DD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DD64; }
p { color: rgb(67,221,100); }
H1.HeaderClassName
{
color: #43DD64;
}
.AnyTagClassName
{
color: #43DD64;
}
</style>
background-color css
<style>
a { background-color: #43DD64; }
a { background-color: rgb(67,221,100); }
div.DivClassName
{
background-color: #43DD64;
}
.BgClassName
{
background-color: #43DD64;
}
</style>
border-color css
<style>
span { border-color: #43DD64; }
span { border-color: rgb(67,221,100); }
td.TdClassName
{
border-color: #43DD64;
}
.TagClassName
{
border-color: #43DD64;
}
</style>