Shades of Emerald #4CDE64
Tints of Emerald #4CDE64
RGB
CMYK
RGB Variations
Color information
#4CDE64 (or 0x4CDE64) is known color: Emerald. HEX triplet: 4C, DE and 64. RGB value is (76,222,100). Sum of RGB (Red+Green+Blue) = 76+222+100=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 222 (87.11% from 255 or 55.78% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDE64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDE64 is #B3219B. Grayscale: #A4A4A4. Windows color (decimal): -11739548 or 6610508. OLE color: 6610508.
HSL color Cylindrical-coordinate representation of color #4CDE64: hue angle of 129.86º 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 #4CDE64 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 222 | 100 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.13 |
| HSL | 129.86º | 0.69% | 0.58% | - |
| HSV(B) | 129.86º | 0.66% | 0.87% | - |
| XYZ | 31.4 | 54.7 | 20.96 | - |
| YUV | 164.44 | 91.63 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 100 | 0.66 | 0 | 0.55 | 0.13 | 129.86 | 0.69 | 0.58 |
| Hex | 4C | DE | 64 | 42 | 0 | 37 | D | 82 | 45 | 3A |
| Octal | 114 | 336 | 144 | 102 | 0 | 67 | 15 | 202 | 105 | 72 |
| Binary | 1001100 | 11011110 | 1100100 | 1000010 | 0 | 110111 | 1101 | 10000010 | 1000101 | 111010 |
Color Harmonies of #4CDE64
Complementary color
Monochromatic Colors of #4CDE64
Black with #4CDE64
Text Example
Text Example
White with #4CDE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDE64; }
p { color: rgb(76,222,100); }
H1.HeaderClassName
{
color: #4CDE64;
}
.AnyTagClassName
{
color: #4CDE64;
}
</style>
background-color css
<style>
a { background-color: #4CDE64; }
a { background-color: rgb(76,222,100); }
div.DivClassName
{
background-color: #4CDE64;
}
.BgClassName
{
background-color: #4CDE64;
}
</style>
border-color css
<style>
span { border-color: #4CDE64; }
span { border-color: rgb(76,222,100); }
td.TdClassName
{
border-color: #4CDE64;
}
.TagClassName
{
border-color: #4CDE64;
}
</style>