Shades of Emerald #4BDC73
Tints of Emerald #4BDC73
RGB
CMYK
RGB Variations
Color information
#4BDC73 (or 0x4BDC73) is known color: Emerald. HEX triplet: 4B, DC and 73. RGB value is (75,220,115). Sum of RGB (Red+Green+Blue) = 75+220+115=410 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.29% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDC73 is #B4238C. Grayscale: #A4A4A4. Windows color (decimal): -11805581 or 7593035. OLE color: 7593035.
HSL color Cylindrical-coordinate representation of color #4BDC73: hue angle of 136.55º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDC73 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 115 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.14 |
| HSL | 136.55º | 0.67% | 0.58% | - |
| HSV(B) | 136.55º | 0.66% | 0.86% | - |
| XYZ | 31.59 | 53.92 | 24.96 | - |
| YUV | 164.68 | 99.96 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 115 | 0.66 | 0 | 0.48 | 0.14 | 136.55 | 0.67 | 0.58 |
| Hex | 4B | DC | 73 | 42 | 0 | 30 | E | 89 | 43 | 3A |
| Octal | 113 | 334 | 163 | 102 | 0 | 60 | 16 | 211 | 103 | 72 |
| Binary | 1001011 | 11011100 | 1110011 | 1000010 | 0 | 110000 | 1110 | 10001001 | 1000011 | 111010 |
Color Harmonies of #4BDC73
Complementary color
Monochromatic Colors of #4BDC73
Black with #4BDC73
Text Example
Text Example
White with #4BDC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDC73; }
p { color: rgb(75,220,115); }
H1.HeaderClassName
{
color: #4BDC73;
}
.AnyTagClassName
{
color: #4BDC73;
}
</style>
background-color css
<style>
a { background-color: #4BDC73; }
a { background-color: rgb(75,220,115); }
div.DivClassName
{
background-color: #4BDC73;
}
.BgClassName
{
background-color: #4BDC73;
}
</style>
border-color css
<style>
span { border-color: #4BDC73; }
span { border-color: rgb(75,220,115); }
td.TdClassName
{
border-color: #4BDC73;
}
.TagClassName
{
border-color: #4BDC73;
}
</style>