Shades of Emerald #4BDC63
Tints of Emerald #4BDC63
RGB
CMYK
RGB Variations
Color information
#4BDC63 (or 0x4BDC63) is known color: Emerald. HEX triplet: 4B, DC and 63. RGB value is (75,220,99). Sum of RGB (Red+Green+Blue) = 75+220+99=394 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.04% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDC63 is #B4239C. Grayscale: #A3A3A3. Windows color (decimal): -11805597 or 6544459. OLE color: 6544459.
HSL color Cylindrical-coordinate representation of color #4BDC63: hue angle of 129.93º 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 #4BDC63 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 99 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.14 |
| HSL | 129.93º | 0.67% | 0.58% | - |
| HSV(B) | 129.93º | 0.66% | 0.86% | - |
| XYZ | 30.75 | 53.58 | 20.53 | - |
| YUV | 162.85 | 91.96 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 99 | 0.66 | 0 | 0.55 | 0.14 | 129.93 | 0.67 | 0.58 |
| Hex | 4B | DC | 63 | 42 | 0 | 37 | E | 82 | 43 | 3A |
| Octal | 113 | 334 | 143 | 102 | 0 | 67 | 16 | 202 | 103 | 72 |
| Binary | 1001011 | 11011100 | 1100011 | 1000010 | 0 | 110111 | 1110 | 10000010 | 1000011 | 111010 |
Color Harmonies of #4BDC63
Complementary color
Monochromatic Colors of #4BDC63
Black with #4BDC63
Text Example
Text Example
White with #4BDC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDC63; }
p { color: rgb(75,220,99); }
H1.HeaderClassName
{
color: #4BDC63;
}
.AnyTagClassName
{
color: #4BDC63;
}
</style>
background-color css
<style>
a { background-color: #4BDC63; }
a { background-color: rgb(75,220,99); }
div.DivClassName
{
background-color: #4BDC63;
}
.BgClassName
{
background-color: #4BDC63;
}
</style>
border-color css
<style>
span { border-color: #4BDC63; }
span { border-color: rgb(75,220,99); }
td.TdClassName
{
border-color: #4BDC63;
}
.TagClassName
{
border-color: #4BDC63;
}
</style>