Shades of Emerald #67D180
Tints of Emerald #67D180
RGB
CMYK
RGB Variations
Color information
#67D180 (or 0x67D180) is known color: Emerald. HEX triplet: 67, D1 and 80. RGB value is (103,209,128). Sum of RGB (Red+Green+Blue) = 103+209+128=440 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.41% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 209 - color contains mainly: green. Hex color #67D180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D180 is #982E7F. Grayscale: #A8A8A8. Windows color (decimal): -9973376 or 8442215. OLE color: 8442215.
HSL color Cylindrical-coordinate representation of color #67D180: hue angle of 134.15º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67D180 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 209 | 128 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.18 |
| HSL | 134.15º | 0.54% | 0.61% | - |
| HSV(B) | 134.15º | 0.51% | 0.82% | - |
| XYZ | 32.29 | 50.04 | 28.38 | - |
| YUV | 168.07 | 105.38 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 209 | 128 | 0.51 | 0 | 0.39 | 0.18 | 134.15 | 0.54 | 0.61 |
| Hex | 67 | D1 | 80 | 33 | 0 | 27 | 12 | 86 | 36 | 3D |
| Octal | 147 | 321 | 200 | 63 | 0 | 47 | 22 | 206 | 66 | 75 |
| Binary | 1100111 | 11010001 | 10000000 | 110011 | 0 | 100111 | 10010 | 10000110 | 110110 | 111101 |
Color Harmonies of #67D180
Complementary color
Monochromatic Colors of #67D180
Black with #67D180
Text Example
Text Example
White with #67D180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D180; }
p { color: rgb(103,209,128); }
H1.HeaderClassName
{
color: #67D180;
}
.AnyTagClassName
{
color: #67D180;
}
</style>
background-color css
<style>
a { background-color: #67D180; }
a { background-color: rgb(103,209,128); }
div.DivClassName
{
background-color: #67D180;
}
.BgClassName
{
background-color: #67D180;
}
</style>
border-color css
<style>
span { border-color: #67D180; }
span { border-color: rgb(103,209,128); }
td.TdClassName
{
border-color: #67D180;
}
.TagClassName
{
border-color: #67D180;
}
</style>