Shades of Emerald #4BD564
Tints of Emerald #4BD564
RGB
CMYK
RGB Variations
Color information
#4BD564 (or 0x4BD564) is known color: Emerald. HEX triplet: 4B, D5 and 64. RGB value is (75,213,100). Sum of RGB (Red+Green+Blue) = 75+213+100=388 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.33% from 388); Green value is 213 (83.59% from 255 or 54.90% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 213 - color contains mainly: green. Hex color #4BD564 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD564 is #B42A9B. Grayscale: #9F9F9F. Windows color (decimal): -11807388 or 6608203. OLE color: 6608203.
HSL color Cylindrical-coordinate representation of color #4BD564: hue angle of 130.87º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD564 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 213 | 100 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.16 |
| HSL | 130.87º | 0.62% | 0.56% | - |
| HSV(B) | 130.87º | 0.65% | 0.84% | - |
| XYZ | 29 | 50 | 20.18 | - |
| YUV | 158.86 | 94.78 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 213 | 100 | 0.65 | 0 | 0.53 | 0.16 | 130.87 | 0.62 | 0.56 |
| Hex | 4B | D5 | 64 | 41 | 0 | 35 | 10 | 83 | 3E | 38 |
| Octal | 113 | 325 | 144 | 101 | 0 | 65 | 20 | 203 | 76 | 70 |
| Binary | 1001011 | 11010101 | 1100100 | 1000001 | 0 | 110101 | 10000 | 10000011 | 111110 | 111000 |
Color Harmonies of #4BD564
Complementary color
Monochromatic Colors of #4BD564
Black with #4BD564
Text Example
Text Example
White with #4BD564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD564; }
p { color: rgb(75,213,100); }
H1.HeaderClassName
{
color: #4BD564;
}
.AnyTagClassName
{
color: #4BD564;
}
</style>
background-color css
<style>
a { background-color: #4BD564; }
a { background-color: rgb(75,213,100); }
div.DivClassName
{
background-color: #4BD564;
}
.BgClassName
{
background-color: #4BD564;
}
</style>
border-color css
<style>
span { border-color: #4BD564; }
span { border-color: rgb(75,213,100); }
td.TdClassName
{
border-color: #4BD564;
}
.TagClassName
{
border-color: #4BD564;
}
</style>