Shades of Emerald #66CF80
Tints of Emerald #66CF80
RGB
CMYK
RGB Variations
Color information
#66CF80 (or 0x66CF80) is known color: Emerald. HEX triplet: 66, CF and 80. RGB value is (102,207,128). Sum of RGB (Red+Green+Blue) = 102+207+128=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CF80 is #99307F. Grayscale: #A6A6A6. Windows color (decimal): -10039424 or 8441702. OLE color: 8441702.
HSL color Cylindrical-coordinate representation of color #66CF80: hue angle of 134.86º 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 #66CF80 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 128 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.19 |
| HSL | 134.86º | 0.52% | 0.61% | - |
| HSV(B) | 134.86º | 0.51% | 0.81% | - |
| XYZ | 31.69 | 49.01 | 28.21 | - |
| YUV | 166.6 | 106.21 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 128 | 0.51 | 0 | 0.38 | 0.19 | 134.86 | 0.52 | 0.61 |
| Hex | 66 | CF | 80 | 33 | 0 | 26 | 13 | 87 | 34 | 3D |
| Octal | 146 | 317 | 200 | 63 | 0 | 46 | 23 | 207 | 64 | 75 |
| Binary | 1100110 | 11001111 | 10000000 | 110011 | 0 | 100110 | 10011 | 10000111 | 110100 | 111101 |
Color Harmonies of #66CF80
Complementary color
Monochromatic Colors of #66CF80
Black with #66CF80
Text Example
Text Example
White with #66CF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF80; }
p { color: rgb(102,207,128); }
H1.HeaderClassName
{
color: #66CF80;
}
.AnyTagClassName
{
color: #66CF80;
}
</style>
background-color css
<style>
a { background-color: #66CF80; }
a { background-color: rgb(102,207,128); }
div.DivClassName
{
background-color: #66CF80;
}
.BgClassName
{
background-color: #66CF80;
}
</style>
border-color css
<style>
span { border-color: #66CF80; }
span { border-color: rgb(102,207,128); }
td.TdClassName
{
border-color: #66CF80;
}
.TagClassName
{
border-color: #66CF80;
}
</style>