Shades of Emerald #4BD063
Tints of Emerald #4BD063
RGB
CMYK
RGB Variations
Color information
#4BD063 (or 0x4BD063) is known color: Emerald. HEX triplet: 4B, D0 and 63. RGB value is (75,208,99). Sum of RGB (Red+Green+Blue) = 75+208+99=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 208 (81.64% from 255 or 54.45% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD063 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD063 is #B42F9C. Grayscale: #9C9C9C. Windows color (decimal): -11808669 or 6541387. OLE color: 6541387.
HSL color Cylindrical-coordinate representation of color #4BD063: hue angle of 130.83º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD063 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 208 | 99 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.18 |
| HSL | 130.83º | 0.59% | 0.55% | - |
| HSV(B) | 130.83º | 0.64% | 0.82% | - |
| XYZ | 27.71 | 47.51 | 19.51 | - |
| YUV | 155.81 | 95.94 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 208 | 99 | 0.64 | 0 | 0.52 | 0.18 | 130.83 | 0.59 | 0.55 |
| Hex | 4B | D0 | 63 | 40 | 0 | 34 | 12 | 83 | 3B | 37 |
| Octal | 113 | 320 | 143 | 100 | 0 | 64 | 22 | 203 | 73 | 67 |
| Binary | 1001011 | 11010000 | 1100011 | 1000000 | 0 | 110100 | 10010 | 10000011 | 111011 | 110111 |
Color Harmonies of #4BD063
Complementary color
Monochromatic Colors of #4BD063
Black with #4BD063
Text Example
Text Example
White with #4BD063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD063; }
p { color: rgb(75,208,99); }
H1.HeaderClassName
{
color: #4BD063;
}
.AnyTagClassName
{
color: #4BD063;
}
</style>
background-color css
<style>
a { background-color: #4BD063; }
a { background-color: rgb(75,208,99); }
div.DivClassName
{
background-color: #4BD063;
}
.BgClassName
{
background-color: #4BD063;
}
</style>
border-color css
<style>
span { border-color: #4BD063; }
span { border-color: rgb(75,208,99); }
td.TdClassName
{
border-color: #4BD063;
}
.TagClassName
{
border-color: #4BD063;
}
</style>