Shades of Emerald #43D85C
Tints of Emerald #43D85C
RGB
CMYK
RGB Variations
Color information
#43D85C (or 0x43D85C) is known color: Emerald. HEX triplet: 43, D8 and 5C. RGB value is (67,216,92). Sum of RGB (Red+Green+Blue) = 67+216+92=375 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.87% from 375); Green value is 216 (84.77% from 255 or 57.6% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 216 - color contains mainly: green. Hex color #43D85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43D85C is #BC27A3. Grayscale: #9D9D9D. Windows color (decimal): -12330916 or 6084675. OLE color: 6084675.
HSL color Cylindrical-coordinate representation of color #43D85C: hue angle of 130.07º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D85C is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 216 | 92 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.15 |
| HSL | 130.07º | 0.66% | 0.55% | - |
| HSV(B) | 130.07º | 0.69% | 0.85% | - |
| XYZ | 28.8 | 51.08 | 18.47 | - |
| YUV | 157.31 | 91.14 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 216 | 92 | 0.69 | 0 | 0.57 | 0.15 | 130.07 | 0.66 | 0.55 |
| Hex | 43 | D8 | 5C | 45 | 0 | 39 | F | 82 | 42 | 37 |
| Octal | 103 | 330 | 134 | 105 | 0 | 71 | 17 | 202 | 102 | 67 |
| Binary | 1000011 | 11011000 | 1011100 | 1000101 | 0 | 111001 | 1111 | 10000010 | 1000010 | 110111 |
Color Harmonies of #43D85C
Complementary color
Monochromatic Colors of #43D85C
Black with #43D85C
Text Example
Text Example
White with #43D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D85C; }
p { color: rgb(67,216,92); }
H1.HeaderClassName
{
color: #43D85C;
}
.AnyTagClassName
{
color: #43D85C;
}
</style>
background-color css
<style>
a { background-color: #43D85C; }
a { background-color: rgb(67,216,92); }
div.DivClassName
{
background-color: #43D85C;
}
.BgClassName
{
background-color: #43D85C;
}
</style>
border-color css
<style>
span { border-color: #43D85C; }
span { border-color: rgb(67,216,92); }
td.TdClassName
{
border-color: #43D85C;
}
.TagClassName
{
border-color: #43D85C;
}
</style>