Shades of Emerald #43D05A
Tints of Emerald #43D05A
RGB
CMYK
RGB Variations
Color information
#43D05A (or 0x43D05A) is known color: Emerald. HEX triplet: 43, D0 and 5A. RGB value is (67,208,90). Sum of RGB (Red+Green+Blue) = 67+208+90=365 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.36% from 365); Green value is 208 (81.64% from 255 or 56.99% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 208 - color contains mainly: green. Hex color #43D05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43D05A is #BC2FA5. Grayscale: #989898. Windows color (decimal): -12332966 or 5951555. OLE color: 5951555.
HSL color Cylindrical-coordinate representation of color #43D05A: hue angle of 129.79º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43D05A is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 208 | 90 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.18 |
| HSL | 129.79º | 0.6% | 0.54% | - |
| HSV(B) | 129.79º | 0.68% | 0.82% | - |
| XYZ | 26.72 | 47.04 | 17.35 | - |
| YUV | 152.39 | 92.79 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 208 | 90 | 0.68 | 0 | 0.57 | 0.18 | 129.79 | 0.6 | 0.54 |
| Hex | 43 | D0 | 5A | 44 | 0 | 39 | 12 | 82 | 3C | 36 |
| Octal | 103 | 320 | 132 | 104 | 0 | 71 | 22 | 202 | 74 | 66 |
| Binary | 1000011 | 11010000 | 1011010 | 1000100 | 0 | 111001 | 10010 | 10000010 | 111100 | 110110 |
Color Harmonies of #43D05A
Complementary color
Monochromatic Colors of #43D05A
Black with #43D05A
Text Example
Text Example
White with #43D05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D05A; }
p { color: rgb(67,208,90); }
H1.HeaderClassName
{
color: #43D05A;
}
.AnyTagClassName
{
color: #43D05A;
}
</style>
background-color css
<style>
a { background-color: #43D05A; }
a { background-color: rgb(67,208,90); }
div.DivClassName
{
background-color: #43D05A;
}
.BgClassName
{
background-color: #43D05A;
}
</style>
border-color css
<style>
span { border-color: #43D05A; }
span { border-color: rgb(67,208,90); }
td.TdClassName
{
border-color: #43D05A;
}
.TagClassName
{
border-color: #43D05A;
}
</style>