Shades of Emerald #66D884
Tints of Emerald #66D884
RGB
CMYK
RGB Variations
Color information
#66D884 (or 0x66D884) is known color: Emerald. HEX triplet: 66, D8 and 84. RGB value is (102,216,132). Sum of RGB (Red+Green+Blue) = 102+216+132=450 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.67% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 216 - color contains mainly: green. Hex color #66D884 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D884 is #99277B. Grayscale: #ACACAC. Windows color (decimal): -10037116 or 8706150. OLE color: 8706150.
HSL color Cylindrical-coordinate representation of color #66D884: hue angle of 135.79º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D884 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 216 | 132 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.15 |
| HSL | 135.79º | 0.59% | 0.62% | - |
| HSV(B) | 135.79º | 0.53% | 0.85% | - |
| XYZ | 34.2 | 53.6 | 30.37 | - |
| YUV | 172.34 | 105.23 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 216 | 132 | 0.53 | 0 | 0.39 | 0.15 | 135.79 | 0.59 | 0.62 |
| Hex | 66 | D8 | 84 | 35 | 0 | 27 | F | 88 | 3B | 3E |
| Octal | 146 | 330 | 204 | 65 | 0 | 47 | 17 | 210 | 73 | 76 |
| Binary | 1100110 | 11011000 | 10000100 | 110101 | 0 | 100111 | 1111 | 10001000 | 111011 | 111110 |
Color Harmonies of #66D884
Complementary color
Monochromatic Colors of #66D884
Black with #66D884
Text Example
Text Example
White with #66D884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D884; }
p { color: rgb(102,216,132); }
H1.HeaderClassName
{
color: #66D884;
}
.AnyTagClassName
{
color: #66D884;
}
</style>
background-color css
<style>
a { background-color: #66D884; }
a { background-color: rgb(102,216,132); }
div.DivClassName
{
background-color: #66D884;
}
.BgClassName
{
background-color: #66D884;
}
</style>
border-color css
<style>
span { border-color: #66D884; }
span { border-color: rgb(102,216,132); }
td.TdClassName
{
border-color: #66D884;
}
.TagClassName
{
border-color: #66D884;
}
</style>