Shades of Emerald #4CD766
Tints of Emerald #4CD766
RGB
CMYK
RGB Variations
Color information
#4CD766 (or 0x4CD766) is known color: Emerald. HEX triplet: 4C, D7 and 66. RGB value is (76,215,102). Sum of RGB (Red+Green+Blue) = 76+215+102=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 215 (84.38% from 255 or 54.71% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 215 - color contains mainly: green. Hex color #4CD766 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD766 is #B32899. Grayscale: #A0A0A0. Windows color (decimal): -11741338 or 6739788. OLE color: 6739788.
HSL color Cylindrical-coordinate representation of color #4CD766: hue angle of 131.22º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CD766 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 215 | 102 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.16 |
| HSL | 131.22º | 0.63% | 0.57% | - |
| HSV(B) | 131.22º | 0.65% | 0.84% | - |
| XYZ | 29.68 | 51.1 | 20.87 | - |
| YUV | 160.56 | 94.95 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 215 | 102 | 0.65 | 0 | 0.53 | 0.16 | 131.22 | 0.63 | 0.57 |
| Hex | 4C | D7 | 66 | 41 | 0 | 35 | 10 | 83 | 3F | 39 |
| Octal | 114 | 327 | 146 | 101 | 0 | 65 | 20 | 203 | 77 | 71 |
| Binary | 1001100 | 11010111 | 1100110 | 1000001 | 0 | 110101 | 10000 | 10000011 | 111111 | 111001 |
Color Harmonies of #4CD766
Complementary color
Monochromatic Colors of #4CD766
Black with #4CD766
Text Example
Text Example
White with #4CD766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD766; }
p { color: rgb(76,215,102); }
H1.HeaderClassName
{
color: #4CD766;
}
.AnyTagClassName
{
color: #4CD766;
}
</style>
background-color css
<style>
a { background-color: #4CD766; }
a { background-color: rgb(76,215,102); }
div.DivClassName
{
background-color: #4CD766;
}
.BgClassName
{
background-color: #4CD766;
}
</style>
border-color css
<style>
span { border-color: #4CD766; }
span { border-color: rgb(76,215,102); }
td.TdClassName
{
border-color: #4CD766;
}
.TagClassName
{
border-color: #4CD766;
}
</style>