Shades of Emerald #4CD25D
Tints of Emerald #4CD25D
RGB
CMYK
RGB Variations
Color information
#4CD25D (or 0x4CD25D) is known color: Emerald. HEX triplet: 4C, D2 and 5D. RGB value is (76,210,93). Sum of RGB (Red+Green+Blue) = 76+210+93=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 210 (82.42% from 255 or 55.41% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 210 - color contains mainly: green. Hex color #4CD25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD25D is #B32DA2. Grayscale: #9C9C9C. Windows color (decimal): -11742627 or 6148684. OLE color: 6148684.
HSL color Cylindrical-coordinate representation of color #4CD25D: hue angle of 127.61º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD25D is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 210 | 93 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.18 |
| HSL | 127.61º | 0.6% | 0.56% | - |
| HSV(B) | 127.61º | 0.64% | 0.82% | - |
| XYZ | 28 | 48.42 | 18.23 | - |
| YUV | 156.6 | 92.11 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 210 | 93 | 0.64 | 0 | 0.56 | 0.18 | 127.61 | 0.6 | 0.56 |
| Hex | 4C | D2 | 5D | 40 | 0 | 38 | 12 | 80 | 3C | 38 |
| Octal | 114 | 322 | 135 | 100 | 0 | 70 | 22 | 200 | 74 | 70 |
| Binary | 1001100 | 11010010 | 1011101 | 1000000 | 0 | 111000 | 10010 | 10000000 | 111100 | 111000 |
Color Harmonies of #4CD25D
Complementary color
Monochromatic Colors of #4CD25D
Black with #4CD25D
Text Example
Text Example
White with #4CD25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD25D; }
p { color: rgb(76,210,93); }
H1.HeaderClassName
{
color: #4CD25D;
}
.AnyTagClassName
{
color: #4CD25D;
}
</style>
background-color css
<style>
a { background-color: #4CD25D; }
a { background-color: rgb(76,210,93); }
div.DivClassName
{
background-color: #4CD25D;
}
.BgClassName
{
background-color: #4CD25D;
}
</style>
border-color css
<style>
span { border-color: #4CD25D; }
span { border-color: rgb(76,210,93); }
td.TdClassName
{
border-color: #4CD25D;
}
.TagClassName
{
border-color: #4CD25D;
}
</style>