Shades of Emerald #4CDE66
Tints of Emerald #4CDE66
RGB
CMYK
RGB Variations
Color information
#4CDE66 (or 0x4CDE66) is known color: Emerald. HEX triplet: 4C, DE and 66. RGB value is (76,222,102). Sum of RGB (Red+Green+Blue) = 76+222+102=400 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19% from 400); Green value is 222 (87.11% from 255 or 55.5% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDE66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDE66 is #B32199. Grayscale: #A5A5A5. Windows color (decimal): -11739546 or 6741580. OLE color: 6741580.
HSL color Cylindrical-coordinate representation of color #4CDE66: hue angle of 130.68º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDE66 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 222 | 102 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.13 |
| HSL | 130.68º | 0.69% | 0.58% | - |
| HSV(B) | 130.68º | 0.66% | 0.87% | - |
| XYZ | 31.5 | 54.74 | 21.48 | - |
| YUV | 164.67 | 92.63 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 102 | 0.66 | 0 | 0.54 | 0.13 | 130.68 | 0.69 | 0.58 |
| Hex | 4C | DE | 66 | 42 | 0 | 36 | D | 83 | 45 | 3A |
| Octal | 114 | 336 | 146 | 102 | 0 | 66 | 15 | 203 | 105 | 72 |
| Binary | 1001100 | 11011110 | 1100110 | 1000010 | 0 | 110110 | 1101 | 10000011 | 1000101 | 111010 |
Color Harmonies of #4CDE66
Complementary color
Monochromatic Colors of #4CDE66
Black with #4CDE66
Text Example
Text Example
White with #4CDE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDE66; }
p { color: rgb(76,222,102); }
H1.HeaderClassName
{
color: #4CDE66;
}
.AnyTagClassName
{
color: #4CDE66;
}
</style>
background-color css
<style>
a { background-color: #4CDE66; }
a { background-color: rgb(76,222,102); }
div.DivClassName
{
background-color: #4CDE66;
}
.BgClassName
{
background-color: #4CDE66;
}
</style>
border-color css
<style>
span { border-color: #4CDE66; }
span { border-color: rgb(76,222,102); }
td.TdClassName
{
border-color: #4CDE66;
}
.TagClassName
{
border-color: #4CDE66;
}
</style>