Shades of Emerald #4BDC62
Tints of Emerald #4BDC62
RGB
CMYK
RGB Variations
Color information
#4BDC62 (or 0x4BDC62) is known color: Emerald. HEX triplet: 4B, DC and 62. RGB value is (75,220,98). Sum of RGB (Red+Green+Blue) = 75+220+98=393 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.08% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDC62 is #B4239D. Grayscale: #A3A3A3. Windows color (decimal): -11805598 or 6478923. OLE color: 6478923.
HSL color Cylindrical-coordinate representation of color #4BDC62: hue angle of 129.52º 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 #4BDC62 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 98 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.14 |
| HSL | 129.52º | 0.67% | 0.58% | - |
| HSV(B) | 129.52º | 0.66% | 0.86% | - |
| XYZ | 30.7 | 53.56 | 20.28 | - |
| YUV | 162.74 | 91.46 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 98 | 0.66 | 0 | 0.55 | 0.14 | 129.52 | 0.67 | 0.58 |
| Hex | 4B | DC | 62 | 42 | 0 | 37 | E | 82 | 43 | 3A |
| Octal | 113 | 334 | 142 | 102 | 0 | 67 | 16 | 202 | 103 | 72 |
| Binary | 1001011 | 11011100 | 1100010 | 1000010 | 0 | 110111 | 1110 | 10000010 | 1000011 | 111010 |
Color Harmonies of #4BDC62
Complementary color
Monochromatic Colors of #4BDC62
Black with #4BDC62
Text Example
Text Example
White with #4BDC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDC62; }
p { color: rgb(75,220,98); }
H1.HeaderClassName
{
color: #4BDC62;
}
.AnyTagClassName
{
color: #4BDC62;
}
</style>
background-color css
<style>
a { background-color: #4BDC62; }
a { background-color: rgb(75,220,98); }
div.DivClassName
{
background-color: #4BDC62;
}
.BgClassName
{
background-color: #4BDC62;
}
</style>
border-color css
<style>
span { border-color: #4BDC62; }
span { border-color: rgb(75,220,98); }
td.TdClassName
{
border-color: #4BDC62;
}
.TagClassName
{
border-color: #4BDC62;
}
</style>