Shades of Emerald #67D484
Tints of Emerald #67D484
RGB
CMYK
RGB Variations
Color information
#67D484 (or 0x67D484) is known color: Emerald. HEX triplet: 67, D4 and 84. RGB value is (103,212,132). Sum of RGB (Red+Green+Blue) = 103+212+132=447 (59% of max value = 765). Red value is 103 (40.62% from 255 or 23.04% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #67D484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D484 is #982B7B. Grayscale: #AAAAAA. Windows color (decimal): -9972604 or 8705127. OLE color: 8705127.
HSL color Cylindrical-coordinate representation of color #67D484: hue angle of 135.96º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67D484 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 103 | 212 | 132 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.17 |
| HSL | 135.96º | 0.56% | 0.62% | - |
| HSV(B) | 135.96º | 0.51% | 0.83% | - |
| XYZ | 33.3 | 51.64 | 30.04 | - |
| YUV | 170.29 | 106.39 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 212 | 132 | 0.51 | 0 | 0.38 | 0.17 | 135.96 | 0.56 | 0.62 |
| Hex | 67 | D4 | 84 | 33 | 0 | 26 | 11 | 88 | 38 | 3E |
| Octal | 147 | 324 | 204 | 63 | 0 | 46 | 21 | 210 | 70 | 76 |
| Binary | 1100111 | 11010100 | 10000100 | 110011 | 0 | 100110 | 10001 | 10001000 | 111000 | 111110 |
Color Harmonies of #67D484
Complementary color
Monochromatic Colors of #67D484
Black with #67D484
Text Example
Text Example
White with #67D484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D484; }
p { color: rgb(103,212,132); }
H1.HeaderClassName
{
color: #67D484;
}
.AnyTagClassName
{
color: #67D484;
}
</style>
background-color css
<style>
a { background-color: #67D484; }
a { background-color: rgb(103,212,132); }
div.DivClassName
{
background-color: #67D484;
}
.BgClassName
{
background-color: #67D484;
}
</style>
border-color css
<style>
span { border-color: #67D484; }
span { border-color: rgb(103,212,132); }
td.TdClassName
{
border-color: #67D484;
}
.TagClassName
{
border-color: #67D484;
}
</style>