Shades of Emerald #43CD68
Tints of Emerald #43CD68
RGB
CMYK
RGB Variations
Color information
#43CD68 (or 0x43CD68) is known color: Emerald. HEX triplet: 43, CD and 68. RGB value is (67,205,104). Sum of RGB (Red+Green+Blue) = 67+205+104=376 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.82% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #43CD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43CD68 is #BC3297. Grayscale: #989898. Windows color (decimal): -12333720 or 6868291. OLE color: 6868291.
HSL color Cylindrical-coordinate representation of color #43CD68: hue angle of 136.09º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CD68 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 205 | 104 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.20 |
| HSL | 136.09º | 0.58% | 0.53% | - |
| HSV(B) | 136.09º | 0.67% | 0.8% | - |
| XYZ | 26.64 | 45.86 | 20.54 | - |
| YUV | 152.22 | 100.78 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 205 | 104 | 0.67 | 0 | 0.49 | 0.20 | 136.09 | 0.58 | 0.53 |
| Hex | 43 | CD | 68 | 43 | 0 | 31 | 14 | 88 | 3A | 35 |
| Octal | 103 | 315 | 150 | 103 | 0 | 61 | 24 | 210 | 72 | 65 |
| Binary | 1000011 | 11001101 | 1101000 | 1000011 | 0 | 110001 | 10100 | 10001000 | 111010 | 110101 |
Color Harmonies of #43CD68
Complementary color
Monochromatic Colors of #43CD68
Black with #43CD68
Text Example
Text Example
White with #43CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CD68; }
p { color: rgb(67,205,104); }
H1.HeaderClassName
{
color: #43CD68;
}
.AnyTagClassName
{
color: #43CD68;
}
</style>
background-color css
<style>
a { background-color: #43CD68; }
a { background-color: rgb(67,205,104); }
div.DivClassName
{
background-color: #43CD68;
}
.BgClassName
{
background-color: #43CD68;
}
</style>
border-color css
<style>
span { border-color: #43CD68; }
span { border-color: rgb(67,205,104); }
td.TdClassName
{
border-color: #43CD68;
}
.TagClassName
{
border-color: #43CD68;
}
</style>