Shades of Emerald #66CC7B
Tints of Emerald #66CC7B
RGB
CMYK
RGB Variations
Color information
#66CC7B (or 0x66CC7B) is known color: Emerald. HEX triplet: 66, CC and 7B. RGB value is (102,204,123). Sum of RGB (Red+Green+Blue) = 102+204+123=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CC7B is #993384. Grayscale: #A4A4A4. Windows color (decimal): -10040197 or 8113254. OLE color: 8113254.
HSL color Cylindrical-coordinate representation of color #66CC7B: hue angle of 132.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CC7B is Cyan = 0.5, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 123 | - |
| CMYK | 0.5 | 0 | 0.40 | 0.2 |
| HSL | 132.35º | 0.5% | 0.6% | - |
| HSV(B) | 132.35º | 0.5% | 0.8% | - |
| XYZ | 30.65 | 47.44 | 26.28 | - |
| YUV | 164.27 | 104.71 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 123 | 0.5 | 0 | 0.40 | 0.2 | 132.35 | 0.5 | 0.6 |
| Hex | 66 | CC | 7B | 32 | 0 | 28 | 14 | 84 | 32 | 3C |
| Octal | 146 | 314 | 173 | 62 | 0 | 50 | 24 | 204 | 62 | 74 |
| Binary | 1100110 | 11001100 | 1111011 | 110010 | 0 | 101000 | 10100 | 10000100 | 110010 | 111100 |
Color Harmonies of #66CC7B
Complementary color
Monochromatic Colors of #66CC7B
Black with #66CC7B
Text Example
Text Example
White with #66CC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CC7B; }
p { color: rgb(102,204,123); }
H1.HeaderClassName
{
color: #66CC7B;
}
.AnyTagClassName
{
color: #66CC7B;
}
</style>
background-color css
<style>
a { background-color: #66CC7B; }
a { background-color: rgb(102,204,123); }
div.DivClassName
{
background-color: #66CC7B;
}
.BgClassName
{
background-color: #66CC7B;
}
</style>
border-color css
<style>
span { border-color: #66CC7B; }
span { border-color: rgb(102,204,123); }
td.TdClassName
{
border-color: #66CC7B;
}
.TagClassName
{
border-color: #66CC7B;
}
</style>