Shades of Emerald #43D05C
Tints of Emerald #43D05C
RGB
CMYK
RGB Variations
Color information
#43D05C (or 0x43D05C) is known color: Emerald. HEX triplet: 43, D0 and 5C. RGB value is (67,208,92). Sum of RGB (Red+Green+Blue) = 67+208+92=367 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.26% from 367); Green value is 208 (81.64% from 255 or 56.68% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 208 - color contains mainly: green. Hex color #43D05C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43D05C is #BC2FA3. Grayscale: #989898. Windows color (decimal): -12332964 or 6082627. OLE color: 6082627.
HSL color Cylindrical-coordinate representation of color #43D05C: hue angle of 130.64º 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 #43D05C is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 208 | 92 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.18 |
| HSL | 130.64º | 0.6% | 0.54% | - |
| HSV(B) | 130.64º | 0.68% | 0.82% | - |
| XYZ | 26.8 | 47.08 | 17.8 | - |
| YUV | 152.62 | 93.79 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 208 | 92 | 0.68 | 0 | 0.56 | 0.18 | 130.64 | 0.6 | 0.54 |
| Hex | 43 | D0 | 5C | 44 | 0 | 38 | 12 | 83 | 3C | 36 |
| Octal | 103 | 320 | 134 | 104 | 0 | 70 | 22 | 203 | 74 | 66 |
| Binary | 1000011 | 11010000 | 1011100 | 1000100 | 0 | 111000 | 10010 | 10000011 | 111100 | 110110 |
Color Harmonies of #43D05C
Complementary color
Monochromatic Colors of #43D05C
Black with #43D05C
Text Example
Text Example
White with #43D05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D05C; }
p { color: rgb(67,208,92); }
H1.HeaderClassName
{
color: #43D05C;
}
.AnyTagClassName
{
color: #43D05C;
}
</style>
background-color css
<style>
a { background-color: #43D05C; }
a { background-color: rgb(67,208,92); }
div.DivClassName
{
background-color: #43D05C;
}
.BgClassName
{
background-color: #43D05C;
}
</style>
border-color css
<style>
span { border-color: #43D05C; }
span { border-color: rgb(67,208,92); }
td.TdClassName
{
border-color: #43D05C;
}
.TagClassName
{
border-color: #43D05C;
}
</style>