Shades of Emerald #67D182
Tints of Emerald #67D182
RGB
CMYK
RGB Variations
Color information
#67D182 (or 0x67D182) is known color: Emerald. HEX triplet: 67, D1 and 82. RGB value is (103,209,130). Sum of RGB (Red+Green+Blue) = 103+209+130=442 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.30% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #67D182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D182 is #982E7D. Grayscale: #A8A8A8. Windows color (decimal): -9973374 or 8573287. OLE color: 8573287.
HSL color Cylindrical-coordinate representation of color #67D182: hue angle of 135.28º 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 #67D182 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 209 | 130 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.18 |
| HSL | 135.28º | 0.54% | 0.61% | - |
| HSV(B) | 135.28º | 0.51% | 0.82% | - |
| XYZ | 32.42 | 50.1 | 29.08 | - |
| YUV | 168.3 | 106.38 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 209 | 130 | 0.51 | 0 | 0.38 | 0.18 | 135.28 | 0.54 | 0.61 |
| Hex | 67 | D1 | 82 | 33 | 0 | 26 | 12 | 87 | 36 | 3D |
| Octal | 147 | 321 | 202 | 63 | 0 | 46 | 22 | 207 | 66 | 75 |
| Binary | 1100111 | 11010001 | 10000010 | 110011 | 0 | 100110 | 10010 | 10000111 | 110110 | 111101 |
Color Harmonies of #67D182
Complementary color
Monochromatic Colors of #67D182
Black with #67D182
Text Example
Text Example
White with #67D182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D182; }
p { color: rgb(103,209,130); }
H1.HeaderClassName
{
color: #67D182;
}
.AnyTagClassName
{
color: #67D182;
}
</style>
background-color css
<style>
a { background-color: #67D182; }
a { background-color: rgb(103,209,130); }
div.DivClassName
{
background-color: #67D182;
}
.BgClassName
{
background-color: #67D182;
}
</style>
border-color css
<style>
span { border-color: #67D182; }
span { border-color: rgb(103,209,130); }
td.TdClassName
{
border-color: #67D182;
}
.TagClassName
{
border-color: #67D182;
}
</style>