Shades of Emerald #66CC7D
Tints of Emerald #66CC7D
RGB
CMYK
RGB Variations
Color information
#66CC7D (or 0x66CC7D) is known color: Emerald. HEX triplet: 66, CC and 7D. RGB value is (102,204,125). Sum of RGB (Red+Green+Blue) = 102+204+125=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CC7D is #993382. Grayscale: #A4A4A4. Windows color (decimal): -10040195 or 8244326. OLE color: 8244326.
HSL color Cylindrical-coordinate representation of color #66CC7D: hue angle of 133.53º 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 #66CC7D is Cyan = 0.5, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 125 | - |
| CMYK | 0.5 | 0 | 0.39 | 0.2 |
| HSL | 133.53º | 0.5% | 0.6% | - |
| HSV(B) | 133.53º | 0.5% | 0.8% | - |
| XYZ | 30.77 | 47.49 | 26.95 | - |
| YUV | 164.5 | 105.71 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 125 | 0.5 | 0 | 0.39 | 0.2 | 133.53 | 0.5 | 0.6 |
| Hex | 66 | CC | 7D | 32 | 0 | 27 | 14 | 86 | 32 | 3C |
| Octal | 146 | 314 | 175 | 62 | 0 | 47 | 24 | 206 | 62 | 74 |
| Binary | 1100110 | 11001100 | 1111101 | 110010 | 0 | 100111 | 10100 | 10000110 | 110010 | 111100 |
Color Harmonies of #66CC7D
Complementary color
Monochromatic Colors of #66CC7D
Black with #66CC7D
Text Example
Text Example
White with #66CC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CC7D; }
p { color: rgb(102,204,125); }
H1.HeaderClassName
{
color: #66CC7D;
}
.AnyTagClassName
{
color: #66CC7D;
}
</style>
background-color css
<style>
a { background-color: #66CC7D; }
a { background-color: rgb(102,204,125); }
div.DivClassName
{
background-color: #66CC7D;
}
.BgClassName
{
background-color: #66CC7D;
}
</style>
border-color css
<style>
span { border-color: #66CC7D; }
span { border-color: rgb(102,204,125); }
td.TdClassName
{
border-color: #66CC7D;
}
.TagClassName
{
border-color: #66CC7D;
}
</style>