Shades of Emerald #4BC063
Tints of Emerald #4BC063
RGB
CMYK
RGB Variations
Color information
#4BC063 (or 0x4BC063) is known color: Emerald. HEX triplet: 4B, C0 and 63. RGB value is (75,192,99). Sum of RGB (Red+Green+Blue) = 75+192+99=366 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.49% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC063 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC063 is #B43F9C. Grayscale: #929292. Windows color (decimal): -11812765 or 6537291. OLE color: 6537291.
HSL color Cylindrical-coordinate representation of color #4BC063: hue angle of 132.31º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC063 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 192 | 99 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.25 |
| HSL | 132.31º | 0.48% | 0.52% | - |
| HSV(B) | 132.31º | 0.61% | 0.75% | - |
| XYZ | 24 | 40.1 | 18.28 | - |
| YUV | 146.42 | 101.24 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 192 | 99 | 0.61 | 0 | 0.48 | 0.25 | 132.31 | 0.48 | 0.52 |
| Hex | 4B | C0 | 63 | 3D | 0 | 30 | 19 | 84 | 30 | 34 |
| Octal | 113 | 300 | 143 | 75 | 0 | 60 | 31 | 204 | 60 | 64 |
| Binary | 1001011 | 11000000 | 1100011 | 111101 | 0 | 110000 | 11001 | 10000100 | 110000 | 110100 |
Color Harmonies of #4BC063
Complementary color
Monochromatic Colors of #4BC063
Black with #4BC063
Text Example
Text Example
White with #4BC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC063; }
p { color: rgb(75,192,99); }
H1.HeaderClassName
{
color: #4BC063;
}
.AnyTagClassName
{
color: #4BC063;
}
</style>
background-color css
<style>
a { background-color: #4BC063; }
a { background-color: rgb(75,192,99); }
div.DivClassName
{
background-color: #4BC063;
}
.BgClassName
{
background-color: #4BC063;
}
</style>
border-color css
<style>
span { border-color: #4BC063; }
span { border-color: rgb(75,192,99); }
td.TdClassName
{
border-color: #4BC063;
}
.TagClassName
{
border-color: #4BC063;
}
</style>