Shades of Emerald #66CE7D
Tints of Emerald #66CE7D
RGB
CMYK
RGB Variations
Color information
#66CE7D (or 0x66CE7D) is known color: Emerald. HEX triplet: 66, CE and 7D. RGB value is (102,206,125). Sum of RGB (Red+Green+Blue) = 102+206+125=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #66CE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CE7D is #993182. Grayscale: #A5A5A5. Windows color (decimal): -10039683 or 8244838. OLE color: 8244838.
HSL color Cylindrical-coordinate representation of color #66CE7D: hue angle of 133.27º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CE7D is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 206 | 125 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.19 |
| HSL | 133.27º | 0.51% | 0.6% | - |
| HSV(B) | 133.27º | 0.5% | 0.81% | - |
| XYZ | 31.25 | 48.45 | 27.11 | - |
| YUV | 165.67 | 105.04 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 125 | 0.50 | 0 | 0.39 | 0.19 | 133.27 | 0.51 | 0.6 |
| Hex | 66 | CE | 7D | 32 | 0 | 27 | 13 | 85 | 33 | 3C |
| Octal | 146 | 316 | 175 | 62 | 0 | 47 | 23 | 205 | 63 | 74 |
| Binary | 1100110 | 11001110 | 1111101 | 110010 | 0 | 100111 | 10011 | 10000101 | 110011 | 111100 |
Color Harmonies of #66CE7D
Complementary color
Monochromatic Colors of #66CE7D
Black with #66CE7D
Text Example
Text Example
White with #66CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CE7D; }
p { color: rgb(102,206,125); }
H1.HeaderClassName
{
color: #66CE7D;
}
.AnyTagClassName
{
color: #66CE7D;
}
</style>
background-color css
<style>
a { background-color: #66CE7D; }
a { background-color: rgb(102,206,125); }
div.DivClassName
{
background-color: #66CE7D;
}
.BgClassName
{
background-color: #66CE7D;
}
</style>
border-color css
<style>
span { border-color: #66CE7D; }
span { border-color: rgb(102,206,125); }
td.TdClassName
{
border-color: #66CE7D;
}
.TagClassName
{
border-color: #66CE7D;
}
</style>