Shades of Emerald #66CF7C
Tints of Emerald #66CF7C
RGB
CMYK
RGB Variations
Color information
#66CF7C (or 0x66CF7C) is known color: Emerald. HEX triplet: 66, CF and 7C. RGB value is (102,207,124). Sum of RGB (Red+Green+Blue) = 102+207+124=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CF7C is #993083. Grayscale: #A6A6A6. Windows color (decimal): -10039428 or 8179558. OLE color: 8179558.
HSL color Cylindrical-coordinate representation of color #66CF7C: hue angle of 132.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CF7C is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 124 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.19 |
| HSL | 132.57º | 0.52% | 0.61% | - |
| HSV(B) | 132.57º | 0.51% | 0.81% | - |
| XYZ | 31.43 | 48.91 | 26.85 | - |
| YUV | 166.14 | 104.21 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 124 | 0.51 | 0 | 0.40 | 0.19 | 132.57 | 0.52 | 0.61 |
| Hex | 66 | CF | 7C | 33 | 0 | 28 | 13 | 85 | 34 | 3D |
| Octal | 146 | 317 | 174 | 63 | 0 | 50 | 23 | 205 | 64 | 75 |
| Binary | 1100110 | 11001111 | 1111100 | 110011 | 0 | 101000 | 10011 | 10000101 | 110100 | 111101 |
Color Harmonies of #66CF7C
Complementary color
Monochromatic Colors of #66CF7C
Black with #66CF7C
Text Example
Text Example
White with #66CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF7C; }
p { color: rgb(102,207,124); }
H1.HeaderClassName
{
color: #66CF7C;
}
.AnyTagClassName
{
color: #66CF7C;
}
</style>
background-color css
<style>
a { background-color: #66CF7C; }
a { background-color: rgb(102,207,124); }
div.DivClassName
{
background-color: #66CF7C;
}
.BgClassName
{
background-color: #66CF7C;
}
</style>
border-color css
<style>
span { border-color: #66CF7C; }
span { border-color: rgb(102,207,124); }
td.TdClassName
{
border-color: #66CF7C;
}
.TagClassName
{
border-color: #66CF7C;
}
</style>