Shades of Emerald #66CA7B
Tints of Emerald #66CA7B
RGB
CMYK
RGB Variations
Color information
#66CA7B (or 0x66CA7B) is known color: Emerald. HEX triplet: 66, CA and 7B. RGB value is (102,202,123). Sum of RGB (Red+Green+Blue) = 102+202+123=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CA7B is #993584. Grayscale: #A3A3A3. Windows color (decimal): -10040709 or 8112742. OLE color: 8112742.
HSL color Cylindrical-coordinate representation of color #66CA7B: hue angle of 132.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CA7B is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 123 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.21 |
| HSL | 132.6º | 0.49% | 0.6% | - |
| HSV(B) | 132.6º | 0.5% | 0.79% | - |
| XYZ | 30.18 | 46.5 | 26.12 | - |
| YUV | 163.09 | 105.37 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 123 | 0.50 | 0 | 0.39 | 0.21 | 132.6 | 0.49 | 0.6 |
| Hex | 66 | CA | 7B | 32 | 0 | 27 | 15 | 85 | 31 | 3C |
| Octal | 146 | 312 | 173 | 62 | 0 | 47 | 25 | 205 | 61 | 74 |
| Binary | 1100110 | 11001010 | 1111011 | 110010 | 0 | 100111 | 10101 | 10000101 | 110001 | 111100 |
Color Harmonies of #66CA7B
Complementary color
Monochromatic Colors of #66CA7B
Black with #66CA7B
Text Example
Text Example
White with #66CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CA7B; }
p { color: rgb(102,202,123); }
H1.HeaderClassName
{
color: #66CA7B;
}
.AnyTagClassName
{
color: #66CA7B;
}
</style>
background-color css
<style>
a { background-color: #66CA7B; }
a { background-color: rgb(102,202,123); }
div.DivClassName
{
background-color: #66CA7B;
}
.BgClassName
{
background-color: #66CA7B;
}
</style>
border-color css
<style>
span { border-color: #66CA7B; }
span { border-color: rgb(102,202,123); }
td.TdClassName
{
border-color: #66CA7B;
}
.TagClassName
{
border-color: #66CA7B;
}
</style>