Shades of Emerald #66D682
Tints of Emerald #66D682
RGB
CMYK
RGB Variations
Color information
#66D682 (or 0x66D682) is known color: Emerald. HEX triplet: 66, D6 and 82. RGB value is (102,214,130). Sum of RGB (Red+Green+Blue) = 102+214+130=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #66D682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D682 is #99297D. Grayscale: #ABABAB. Windows color (decimal): -10037630 or 8574566. OLE color: 8574566.
HSL color Cylindrical-coordinate representation of color #66D682: hue angle of 135º degrees, saturation: 0.58, 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 #66D682 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 130 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.16 |
| HSL | 135º | 0.58% | 0.62% | - |
| HSV(B) | 135º | 0.52% | 0.84% | - |
| XYZ | 33.56 | 52.53 | 29.49 | - |
| YUV | 170.94 | 104.89 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 130 | 0.52 | 0 | 0.39 | 0.16 | 135 | 0.58 | 0.62 |
| Hex | 66 | D6 | 82 | 34 | 0 | 27 | 10 | 87 | 3A | 3E |
| Octal | 146 | 326 | 202 | 64 | 0 | 47 | 20 | 207 | 72 | 76 |
| Binary | 1100110 | 11010110 | 10000010 | 110100 | 0 | 100111 | 10000 | 10000111 | 111010 | 111110 |
Color Harmonies of #66D682
Complementary color
Monochromatic Colors of #66D682
Black with #66D682
Text Example
Text Example
White with #66D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D682; }
p { color: rgb(102,214,130); }
H1.HeaderClassName
{
color: #66D682;
}
.AnyTagClassName
{
color: #66D682;
}
</style>
background-color css
<style>
a { background-color: #66D682; }
a { background-color: rgb(102,214,130); }
div.DivClassName
{
background-color: #66D682;
}
.BgClassName
{
background-color: #66D682;
}
</style>
border-color css
<style>
span { border-color: #66D682; }
span { border-color: rgb(102,214,130); }
td.TdClassName
{
border-color: #66D682;
}
.TagClassName
{
border-color: #66D682;
}
</style>