Shades of Emerald #4CD55D
Tints of Emerald #4CD55D
RGB
CMYK
RGB Variations
Color information
#4CD55D (or 0x4CD55D) is known color: Emerald. HEX triplet: 4C, D5 and 5D. RGB value is (76,213,93). Sum of RGB (Red+Green+Blue) = 76+213+93=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 213 (83.59% from 255 or 55.76% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 213 - color contains mainly: green. Hex color #4CD55D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD55D is #B32AA2. Grayscale: #9E9E9E. Windows color (decimal): -11741859 or 6149452. OLE color: 6149452.
HSL color Cylindrical-coordinate representation of color #4CD55D: hue angle of 127.45º 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 #4CD55D is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 213 | 93 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.16 |
| HSL | 127.45º | 0.62% | 0.57% | - |
| HSV(B) | 127.45º | 0.64% | 0.84% | - |
| XYZ | 28.75 | 49.92 | 18.48 | - |
| YUV | 158.36 | 91.11 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 213 | 93 | 0.64 | 0 | 0.56 | 0.16 | 127.45 | 0.62 | 0.57 |
| Hex | 4C | D5 | 5D | 40 | 0 | 38 | 10 | 7F | 3E | 39 |
| Octal | 114 | 325 | 135 | 100 | 0 | 70 | 20 | 177 | 76 | 71 |
| Binary | 1001100 | 11010101 | 1011101 | 1000000 | 0 | 111000 | 10000 | 1111111 | 111110 | 111001 |
Color Harmonies of #4CD55D
Complementary color
Monochromatic Colors of #4CD55D
Black with #4CD55D
Text Example
Text Example
White with #4CD55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD55D; }
p { color: rgb(76,213,93); }
H1.HeaderClassName
{
color: #4CD55D;
}
.AnyTagClassName
{
color: #4CD55D;
}
</style>
background-color css
<style>
a { background-color: #4CD55D; }
a { background-color: rgb(76,213,93); }
div.DivClassName
{
background-color: #4CD55D;
}
.BgClassName
{
background-color: #4CD55D;
}
</style>
border-color css
<style>
span { border-color: #4CD55D; }
span { border-color: rgb(76,213,93); }
td.TdClassName
{
border-color: #4CD55D;
}
.TagClassName
{
border-color: #4CD55D;
}
</style>