Shades of Emerald #4CD56A
Tints of Emerald #4CD56A
RGB
CMYK
RGB Variations
Color information
#4CD56A (or 0x4CD56A) is known color: Emerald. HEX triplet: 4C, D5 and 6A. RGB value is (76,213,106). Sum of RGB (Red+Green+Blue) = 76+213+106=395 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.24% from 395); Green value is 213 (83.59% from 255 or 53.92% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 213 - color contains mainly: green. Hex color #4CD56A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD56A is #B32A95. Grayscale: #A0A0A0. Windows color (decimal): -11741846 or 7001420. OLE color: 7001420.
HSL color Cylindrical-coordinate representation of color #4CD56A: hue angle of 133.14º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD56A is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 213 | 106 | - |
| CMYK | 0.64 | 0 | 0.50 | 0.16 |
| HSL | 133.14º | 0.62% | 0.57% | - |
| HSV(B) | 133.14º | 0.64% | 0.84% | - |
| XYZ | 29.38 | 50.17 | 21.77 | - |
| YUV | 159.84 | 97.61 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 213 | 106 | 0.64 | 0 | 0.50 | 0.16 | 133.14 | 0.62 | 0.57 |
| Hex | 4C | D5 | 6A | 40 | 0 | 32 | 10 | 85 | 3E | 39 |
| Octal | 114 | 325 | 152 | 100 | 0 | 62 | 20 | 205 | 76 | 71 |
| Binary | 1001100 | 11010101 | 1101010 | 1000000 | 0 | 110010 | 10000 | 10000101 | 111110 | 111001 |
Color Harmonies of #4CD56A
Complementary color
Monochromatic Colors of #4CD56A
Black with #4CD56A
Text Example
Text Example
White with #4CD56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD56A; }
p { color: rgb(76,213,106); }
H1.HeaderClassName
{
color: #4CD56A;
}
.AnyTagClassName
{
color: #4CD56A;
}
</style>
background-color css
<style>
a { background-color: #4CD56A; }
a { background-color: rgb(76,213,106); }
div.DivClassName
{
background-color: #4CD56A;
}
.BgClassName
{
background-color: #4CD56A;
}
</style>
border-color css
<style>
span { border-color: #4CD56A; }
span { border-color: rgb(76,213,106); }
td.TdClassName
{
border-color: #4CD56A;
}
.TagClassName
{
border-color: #4CD56A;
}
</style>