Shades of Emerald #66CF7B
Tints of Emerald #66CF7B
RGB
CMYK
RGB Variations
Color information
#66CF7B (or 0x66CF7B) is known color: Emerald. HEX triplet: 66, CF and 7B. RGB value is (102,207,123). Sum of RGB (Red+Green+Blue) = 102+207+123=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CF7B is #993084. Grayscale: #A6A6A6. Windows color (decimal): -10039429 or 8114022. OLE color: 8114022.
HSL color Cylindrical-coordinate representation of color #66CF7B: hue angle of 132º 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 #66CF7B is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 123 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.19 |
| HSL | 132º | 0.52% | 0.61% | - |
| HSV(B) | 132º | 0.51% | 0.81% | - |
| XYZ | 31.37 | 48.88 | 26.52 | - |
| YUV | 166.03 | 103.71 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 123 | 0.51 | 0 | 0.41 | 0.19 | 132 | 0.52 | 0.61 |
| Hex | 66 | CF | 7B | 33 | 0 | 29 | 13 | 84 | 34 | 3D |
| Octal | 146 | 317 | 173 | 63 | 0 | 51 | 23 | 204 | 64 | 75 |
| Binary | 1100110 | 11001111 | 1111011 | 110011 | 0 | 101001 | 10011 | 10000100 | 110100 | 111101 |
Color Harmonies of #66CF7B
Complementary color
Monochromatic Colors of #66CF7B
Black with #66CF7B
Text Example
Text Example
White with #66CF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF7B; }
p { color: rgb(102,207,123); }
H1.HeaderClassName
{
color: #66CF7B;
}
.AnyTagClassName
{
color: #66CF7B;
}
</style>
background-color css
<style>
a { background-color: #66CF7B; }
a { background-color: rgb(102,207,123); }
div.DivClassName
{
background-color: #66CF7B;
}
.BgClassName
{
background-color: #66CF7B;
}
</style>
border-color css
<style>
span { border-color: #66CF7B; }
span { border-color: rgb(102,207,123); }
td.TdClassName
{
border-color: #66CF7B;
}
.TagClassName
{
border-color: #66CF7B;
}
</style>