Shades of Emerald #66D07B
Tints of Emerald #66D07B
RGB
CMYK
RGB Variations
Color information
#66D07B (or 0x66D07B) is known color: Emerald. HEX triplet: 66, D0 and 7B. RGB value is (102,208,123). Sum of RGB (Red+Green+Blue) = 102+208+123=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #66D07B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D07B is #992F84. Grayscale: #A6A6A6. Windows color (decimal): -10039173 or 8114278. OLE color: 8114278.
HSL color Cylindrical-coordinate representation of color #66D07B: hue angle of 131.89º 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 #66D07B is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 123 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.18 |
| HSL | 131.89º | 0.53% | 0.61% | - |
| HSV(B) | 131.89º | 0.51% | 0.82% | - |
| XYZ | 31.61 | 49.37 | 26.6 | - |
| YUV | 166.62 | 103.38 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 123 | 0.51 | 0 | 0.41 | 0.18 | 131.89 | 0.53 | 0.61 |
| Hex | 66 | D0 | 7B | 33 | 0 | 29 | 12 | 84 | 35 | 3D |
| Octal | 146 | 320 | 173 | 63 | 0 | 51 | 22 | 204 | 65 | 75 |
| Binary | 1100110 | 11010000 | 1111011 | 110011 | 0 | 101001 | 10010 | 10000100 | 110101 | 111101 |
Color Harmonies of #66D07B
Complementary color
Monochromatic Colors of #66D07B
Black with #66D07B
Text Example
Text Example
White with #66D07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D07B; }
p { color: rgb(102,208,123); }
H1.HeaderClassName
{
color: #66D07B;
}
.AnyTagClassName
{
color: #66D07B;
}
</style>
background-color css
<style>
a { background-color: #66D07B; }
a { background-color: rgb(102,208,123); }
div.DivClassName
{
background-color: #66D07B;
}
.BgClassName
{
background-color: #66D07B;
}
</style>
border-color css
<style>
span { border-color: #66D07B; }
span { border-color: rgb(102,208,123); }
td.TdClassName
{
border-color: #66D07B;
}
.TagClassName
{
border-color: #66D07B;
}
</style>