Shades of Emerald #4BDC60
Tints of Emerald #4BDC60
RGB
CMYK
RGB Variations
Color information
#4BDC60 (or 0x4BDC60) is known color: Emerald. HEX triplet: 4B, DC and 60. RGB value is (75,220,96). Sum of RGB (Red+Green+Blue) = 75+220+96=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 220 (86.33% from 255 or 56.27% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDC60 is #B4239F. Grayscale: #A2A2A2. Windows color (decimal): -11805600 or 6347851. OLE color: 6347851.
HSL color Cylindrical-coordinate representation of color #4BDC60: hue angle of 128.69º 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 #4BDC60 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 96 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.14 |
| HSL | 128.69º | 0.67% | 0.58% | - |
| HSV(B) | 128.69º | 0.66% | 0.86% | - |
| XYZ | 30.61 | 53.53 | 19.78 | - |
| YUV | 162.51 | 90.46 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 96 | 0.66 | 0 | 0.56 | 0.14 | 128.69 | 0.67 | 0.58 |
| Hex | 4B | DC | 60 | 42 | 0 | 38 | E | 81 | 43 | 3A |
| Octal | 113 | 334 | 140 | 102 | 0 | 70 | 16 | 201 | 103 | 72 |
| Binary | 1001011 | 11011100 | 1100000 | 1000010 | 0 | 111000 | 1110 | 10000001 | 1000011 | 111010 |
Color Harmonies of #4BDC60
Complementary color
Monochromatic Colors of #4BDC60
Black with #4BDC60
Text Example
Text Example
White with #4BDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDC60; }
p { color: rgb(75,220,96); }
H1.HeaderClassName
{
color: #4BDC60;
}
.AnyTagClassName
{
color: #4BDC60;
}
</style>
background-color css
<style>
a { background-color: #4BDC60; }
a { background-color: rgb(75,220,96); }
div.DivClassName
{
background-color: #4BDC60;
}
.BgClassName
{
background-color: #4BDC60;
}
</style>
border-color css
<style>
span { border-color: #4BDC60; }
span { border-color: rgb(75,220,96); }
td.TdClassName
{
border-color: #4BDC60;
}
.TagClassName
{
border-color: #4BDC60;
}
</style>