Shades of Emerald #43DB62
Tints of Emerald #43DB62
RGB
CMYK
RGB Variations
Color information
#43DB62 (or 0x43DB62) is known color: Emerald. HEX triplet: 43, DB and 62. RGB value is (67,219,98). Sum of RGB (Red+Green+Blue) = 67+219+98=384 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.45% from 384); Green value is 219 (85.94% from 255 or 57.03% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 219 - color contains mainly: green. Hex color #43DB62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43DB62 is #BC249D. Grayscale: #A0A0A0. Windows color (decimal): -12330142 or 6478659. OLE color: 6478659.
HSL color Cylindrical-coordinate representation of color #43DB62: hue angle of 132.24º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43DB62 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 219 | 98 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.14 |
| HSL | 132.24º | 0.68% | 0.56% | - |
| HSV(B) | 132.24º | 0.69% | 0.86% | - |
| XYZ | 29.85 | 52.74 | 20.16 | - |
| YUV | 159.76 | 93.14 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 98 | 0.69 | 0 | 0.55 | 0.14 | 132.24 | 0.68 | 0.56 |
| Hex | 43 | DB | 62 | 45 | 0 | 37 | E | 84 | 44 | 38 |
| Octal | 103 | 333 | 142 | 105 | 0 | 67 | 16 | 204 | 104 | 70 |
| Binary | 1000011 | 11011011 | 1100010 | 1000101 | 0 | 110111 | 1110 | 10000100 | 1000100 | 111000 |
Color Harmonies of #43DB62
Complementary color
Monochromatic Colors of #43DB62
Black with #43DB62
Text Example
Text Example
White with #43DB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DB62; }
p { color: rgb(67,219,98); }
H1.HeaderClassName
{
color: #43DB62;
}
.AnyTagClassName
{
color: #43DB62;
}
</style>
background-color css
<style>
a { background-color: #43DB62; }
a { background-color: rgb(67,219,98); }
div.DivClassName
{
background-color: #43DB62;
}
.BgClassName
{
background-color: #43DB62;
}
</style>
border-color css
<style>
span { border-color: #43DB62; }
span { border-color: rgb(67,219,98); }
td.TdClassName
{
border-color: #43DB62;
}
.TagClassName
{
border-color: #43DB62;
}
</style>