Shades of Emerald #66C37F
Tints of Emerald #66C37F
RGB
CMYK
RGB Variations
Color information
#66C37F (or 0x66C37F) is known color: Emerald. HEX triplet: 66, C3 and 7F. RGB value is (102,195,127). Sum of RGB (Red+Green+Blue) = 102+195+127=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #66C37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C37F is #993C80. Grayscale: #9F9F9F. Windows color (decimal): -10042497 or 8373094. OLE color: 8373094.
HSL color Cylindrical-coordinate representation of color #66C37F: hue angle of 136.13º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C37F is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 195 | 127 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.24 |
| HSL | 136.13º | 0.44% | 0.58% | - |
| HSV(B) | 136.13º | 0.48% | 0.76% | - |
| XYZ | 28.83 | 43.39 | 26.93 | - |
| YUV | 159.44 | 109.69 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 195 | 127 | 0.48 | 0 | 0.35 | 0.24 | 136.13 | 0.44 | 0.58 |
| Hex | 66 | C3 | 7F | 30 | 0 | 23 | 18 | 88 | 2C | 3A |
| Octal | 146 | 303 | 177 | 60 | 0 | 43 | 30 | 210 | 54 | 72 |
| Binary | 1100110 | 11000011 | 1111111 | 110000 | 0 | 100011 | 11000 | 10001000 | 101100 | 111010 |
Color Harmonies of #66C37F
Complementary color
Monochromatic Colors of #66C37F
Black with #66C37F
Text Example
Text Example
White with #66C37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C37F; }
p { color: rgb(102,195,127); }
H1.HeaderClassName
{
color: #66C37F;
}
.AnyTagClassName
{
color: #66C37F;
}
</style>
background-color css
<style>
a { background-color: #66C37F; }
a { background-color: rgb(102,195,127); }
div.DivClassName
{
background-color: #66C37F;
}
.BgClassName
{
background-color: #66C37F;
}
</style>
border-color css
<style>
span { border-color: #66C37F; }
span { border-color: rgb(102,195,127); }
td.TdClassName
{
border-color: #66C37F;
}
.TagClassName
{
border-color: #66C37F;
}
</style>