Shades of Emerald #4BDC5A
Tints of Emerald #4BDC5A
RGB
CMYK
RGB Variations
Color information
#4BDC5A (or 0x4BDC5A) is known color: Emerald. HEX triplet: 4B, DC and 5A. RGB value is (75,220,90). Sum of RGB (Red+Green+Blue) = 75+220+90=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDC5A is #B423A5. Grayscale: #A2A2A2. Windows color (decimal): -11805606 or 5954635. OLE color: 5954635.
HSL color Cylindrical-coordinate representation of color #4BDC5A: hue angle of 126.21º 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 #4BDC5A is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 90 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.14 |
| HSL | 126.21º | 0.67% | 0.58% | - |
| HSV(B) | 126.21º | 0.66% | 0.86% | - |
| XYZ | 30.34 | 53.42 | 18.38 | - |
| YUV | 161.83 | 87.46 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 90 | 0.66 | 0 | 0.59 | 0.14 | 126.21 | 0.67 | 0.58 |
| Hex | 4B | DC | 5A | 42 | 0 | 3B | E | 7E | 43 | 3A |
| Octal | 113 | 334 | 132 | 102 | 0 | 73 | 16 | 176 | 103 | 72 |
| Binary | 1001011 | 11011100 | 1011010 | 1000010 | 0 | 111011 | 1110 | 1111110 | 1000011 | 111010 |
Color Harmonies of #4BDC5A
Complementary color
Monochromatic Colors of #4BDC5A
Black with #4BDC5A
Text Example
Text Example
White with #4BDC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDC5A; }
p { color: rgb(75,220,90); }
H1.HeaderClassName
{
color: #4BDC5A;
}
.AnyTagClassName
{
color: #4BDC5A;
}
</style>
background-color css
<style>
a { background-color: #4BDC5A; }
a { background-color: rgb(75,220,90); }
div.DivClassName
{
background-color: #4BDC5A;
}
.BgClassName
{
background-color: #4BDC5A;
}
</style>
border-color css
<style>
span { border-color: #4BDC5A; }
span { border-color: rgb(75,220,90); }
td.TdClassName
{
border-color: #4BDC5A;
}
.TagClassName
{
border-color: #4BDC5A;
}
</style>