Shades of Emerald #66D07C
Tints of Emerald #66D07C
RGB
CMYK
RGB Variations
Color information
#66D07C (or 0x66D07C) is known color: Emerald. HEX triplet: 66, D0 and 7C. RGB value is (102,208,124). Sum of RGB (Red+Green+Blue) = 102+208+124=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #66D07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D07C is #992F83. Grayscale: #A6A6A6. Windows color (decimal): -10039172 or 8179814. OLE color: 8179814.
HSL color Cylindrical-coordinate representation of color #66D07C: hue angle of 132.45º degrees, saturation: 0.53, 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 #66D07C is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 124 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.18 |
| HSL | 132.45º | 0.53% | 0.61% | - |
| HSV(B) | 132.45º | 0.51% | 0.82% | - |
| XYZ | 31.67 | 49.39 | 26.93 | - |
| YUV | 166.73 | 103.88 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 124 | 0.51 | 0 | 0.40 | 0.18 | 132.45 | 0.53 | 0.61 |
| Hex | 66 | D0 | 7C | 33 | 0 | 28 | 12 | 84 | 35 | 3D |
| Octal | 146 | 320 | 174 | 63 | 0 | 50 | 22 | 204 | 65 | 75 |
| Binary | 1100110 | 11010000 | 1111100 | 110011 | 0 | 101000 | 10010 | 10000100 | 110101 | 111101 |
Color Harmonies of #66D07C
Complementary color
Monochromatic Colors of #66D07C
Black with #66D07C
Text Example
Text Example
White with #66D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D07C; }
p { color: rgb(102,208,124); }
H1.HeaderClassName
{
color: #66D07C;
}
.AnyTagClassName
{
color: #66D07C;
}
</style>
background-color css
<style>
a { background-color: #66D07C; }
a { background-color: rgb(102,208,124); }
div.DivClassName
{
background-color: #66D07C;
}
.BgClassName
{
background-color: #66D07C;
}
</style>
border-color css
<style>
span { border-color: #66D07C; }
span { border-color: rgb(102,208,124); }
td.TdClassName
{
border-color: #66D07C;
}
.TagClassName
{
border-color: #66D07C;
}
</style>