Shades of Emerald #66CF7A
Tints of Emerald #66CF7A
RGB
CMYK
RGB Variations
Color information
#66CF7A (or 0x66CF7A) is known color: Emerald. HEX triplet: 66, CF and 7A. RGB value is (102,207,122). Sum of RGB (Red+Green+Blue) = 102+207+122=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CF7A is #993085. Grayscale: #A6A6A6. Windows color (decimal): -10039430 or 8048486. OLE color: 8048486.
HSL color Cylindrical-coordinate representation of color #66CF7A: hue angle of 131.43º 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 #66CF7A is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 122 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.19 |
| HSL | 131.43º | 0.52% | 0.61% | - |
| HSV(B) | 131.43º | 0.51% | 0.81% | - |
| XYZ | 31.31 | 48.86 | 26.19 | - |
| YUV | 165.92 | 103.21 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 122 | 0.51 | 0 | 0.41 | 0.19 | 131.43 | 0.52 | 0.61 |
| Hex | 66 | CF | 7A | 33 | 0 | 29 | 13 | 83 | 34 | 3D |
| Octal | 146 | 317 | 172 | 63 | 0 | 51 | 23 | 203 | 64 | 75 |
| Binary | 1100110 | 11001111 | 1111010 | 110011 | 0 | 101001 | 10011 | 10000011 | 110100 | 111101 |
Color Harmonies of #66CF7A
Complementary color
Monochromatic Colors of #66CF7A
Black with #66CF7A
Text Example
Text Example
White with #66CF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF7A; }
p { color: rgb(102,207,122); }
H1.HeaderClassName
{
color: #66CF7A;
}
.AnyTagClassName
{
color: #66CF7A;
}
</style>
background-color css
<style>
a { background-color: #66CF7A; }
a { background-color: rgb(102,207,122); }
div.DivClassName
{
background-color: #66CF7A;
}
.BgClassName
{
background-color: #66CF7A;
}
</style>
border-color css
<style>
span { border-color: #66CF7A; }
span { border-color: rgb(102,207,122); }
td.TdClassName
{
border-color: #66CF7A;
}
.TagClassName
{
border-color: #66CF7A;
}
</style>