Shades of Emerald #66C37E
Tints of Emerald #66C37E
RGB
CMYK
RGB Variations
Color information
#66C37E (or 0x66C37E) is known color: Emerald. HEX triplet: 66, C3 and 7E. RGB value is (102,195,126). Sum of RGB (Red+Green+Blue) = 102+195+126=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #66C37E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C37E is #993C81. Grayscale: #9F9F9F. Windows color (decimal): -10042498 or 8307558. OLE color: 8307558.
HSL color Cylindrical-coordinate representation of color #66C37E: hue angle of 135.48º 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 #66C37E is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 195 | 126 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.24 |
| HSL | 135.48º | 0.44% | 0.58% | - |
| HSV(B) | 135.48º | 0.48% | 0.76% | - |
| XYZ | 28.76 | 43.36 | 26.59 | - |
| YUV | 159.33 | 109.19 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 195 | 126 | 0.48 | 0 | 0.35 | 0.24 | 135.48 | 0.44 | 0.58 |
| Hex | 66 | C3 | 7E | 30 | 0 | 23 | 18 | 87 | 2C | 3A |
| Octal | 146 | 303 | 176 | 60 | 0 | 43 | 30 | 207 | 54 | 72 |
| Binary | 1100110 | 11000011 | 1111110 | 110000 | 0 | 100011 | 11000 | 10000111 | 101100 | 111010 |
Color Harmonies of #66C37E
Complementary color
Monochromatic Colors of #66C37E
Black with #66C37E
Text Example
Text Example
White with #66C37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C37E; }
p { color: rgb(102,195,126); }
H1.HeaderClassName
{
color: #66C37E;
}
.AnyTagClassName
{
color: #66C37E;
}
</style>
background-color css
<style>
a { background-color: #66C37E; }
a { background-color: rgb(102,195,126); }
div.DivClassName
{
background-color: #66C37E;
}
.BgClassName
{
background-color: #66C37E;
}
</style>
border-color css
<style>
span { border-color: #66C37E; }
span { border-color: rgb(102,195,126); }
td.TdClassName
{
border-color: #66C37E;
}
.TagClassName
{
border-color: #66C37E;
}
</style>