Shades of Emerald #43C585
Tints of Emerald #43C585
RGB
CMYK
RGB Variations
Color information
#43C585 (or 0x43C585) is known color: Emerald. HEX triplet: 43, C5 and 85. RGB value is (67,197,133). Sum of RGB (Red+Green+Blue) = 67+197+133=397 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.88% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #43C585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43C585 is #BC3A7A. Grayscale: #969696. Windows color (decimal): -12335739 or 8766787. OLE color: 8766787.
HSL color Cylindrical-coordinate representation of color #43C585: hue angle of 150.46º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C585 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 197 | 133 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.23 |
| HSL | 150.46º | 0.53% | 0.52% | - |
| HSV(B) | 150.46º | 0.66% | 0.77% | - |
| XYZ | 26.51 | 42.82 | 29.06 | - |
| YUV | 150.83 | 117.93 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 197 | 133 | 0.66 | 0 | 0.32 | 0.23 | 150.46 | 0.53 | 0.52 |
| Hex | 43 | C5 | 85 | 42 | 0 | 20 | 17 | 96 | 35 | 34 |
| Octal | 103 | 305 | 205 | 102 | 0 | 40 | 27 | 226 | 65 | 64 |
| Binary | 1000011 | 11000101 | 10000101 | 1000010 | 0 | 100000 | 10111 | 10010110 | 110101 | 110100 |
Color Harmonies of #43C585
Complementary color
Monochromatic Colors of #43C585
Black with #43C585
Text Example
Text Example
White with #43C585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C585; }
p { color: rgb(67,197,133); }
H1.HeaderClassName
{
color: #43C585;
}
.AnyTagClassName
{
color: #43C585;
}
</style>
background-color css
<style>
a { background-color: #43C585; }
a { background-color: rgb(67,197,133); }
div.DivClassName
{
background-color: #43C585;
}
.BgClassName
{
background-color: #43C585;
}
</style>
border-color css
<style>
span { border-color: #43C585; }
span { border-color: rgb(67,197,133); }
td.TdClassName
{
border-color: #43C585;
}
.TagClassName
{
border-color: #43C585;
}
</style>