Shades of Emerald #67D585
Tints of Emerald #67D585
RGB
CMYK
RGB Variations
Color information
#67D585 (or 0x67D585) is known color: Emerald. HEX triplet: 67, D5 and 85. RGB value is (103,213,133). Sum of RGB (Red+Green+Blue) = 103+213+133=449 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.94% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #67D585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D585 is #982A7A. Grayscale: #ABABAB. Windows color (decimal): -9972347 or 8770919. OLE color: 8770919.
HSL color Cylindrical-coordinate representation of color #67D585: hue angle of 136.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D585 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 213 | 133 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.16 |
| HSL | 136.36º | 0.57% | 0.62% | - |
| HSV(B) | 136.36º | 0.52% | 0.84% | - |
| XYZ | 33.62 | 52.17 | 30.49 | - |
| YUV | 170.99 | 106.56 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 213 | 133 | 0.52 | 0 | 0.38 | 0.16 | 136.36 | 0.57 | 0.62 |
| Hex | 67 | D5 | 85 | 34 | 0 | 26 | 10 | 88 | 39 | 3E |
| Octal | 147 | 325 | 205 | 64 | 0 | 46 | 20 | 210 | 71 | 76 |
| Binary | 1100111 | 11010101 | 10000101 | 110100 | 0 | 100110 | 10000 | 10001000 | 111001 | 111110 |
Color Harmonies of #67D585
Complementary color
Monochromatic Colors of #67D585
Black with #67D585
Text Example
Text Example
White with #67D585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D585; }
p { color: rgb(103,213,133); }
H1.HeaderClassName
{
color: #67D585;
}
.AnyTagClassName
{
color: #67D585;
}
</style>
background-color css
<style>
a { background-color: #67D585; }
a { background-color: rgb(103,213,133); }
div.DivClassName
{
background-color: #67D585;
}
.BgClassName
{
background-color: #67D585;
}
</style>
border-color css
<style>
span { border-color: #67D585; }
span { border-color: rgb(103,213,133); }
td.TdClassName
{
border-color: #67D585;
}
.TagClassName
{
border-color: #67D585;
}
</style>