Shades of Emerald #4BD582
Tints of Emerald #4BD582
RGB
CMYK
RGB Variations
Color information
#4BD582 (or 0x4BD582) is known color: Emerald. HEX triplet: 4B, D5 and 82. RGB value is (75,213,130). Sum of RGB (Red+Green+Blue) = 75+213+130=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #4BD582 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD582 is #B42A7D. Grayscale: #A2A2A2. Windows color (decimal): -11807358 or 8574283. OLE color: 8574283.
HSL color Cylindrical-coordinate representation of color #4BD582: hue angle of 143.91º 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 #4BD582 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 213 | 130 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.16 |
| HSL | 143.91º | 0.62% | 0.56% | - |
| HSV(B) | 143.91º | 0.65% | 0.84% | - |
| XYZ | 30.73 | 50.7 | 29.29 | - |
| YUV | 162.28 | 109.78 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 213 | 130 | 0.65 | 0 | 0.39 | 0.16 | 143.91 | 0.62 | 0.56 |
| Hex | 4B | D5 | 82 | 41 | 0 | 27 | 10 | 90 | 3E | 38 |
| Octal | 113 | 325 | 202 | 101 | 0 | 47 | 20 | 220 | 76 | 70 |
| Binary | 1001011 | 11010101 | 10000010 | 1000001 | 0 | 100111 | 10000 | 10010000 | 111110 | 111000 |
Color Harmonies of #4BD582
Complementary color
Monochromatic Colors of #4BD582
Black with #4BD582
Text Example
Text Example
White with #4BD582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD582; }
p { color: rgb(75,213,130); }
H1.HeaderClassName
{
color: #4BD582;
}
.AnyTagClassName
{
color: #4BD582;
}
</style>
background-color css
<style>
a { background-color: #4BD582; }
a { background-color: rgb(75,213,130); }
div.DivClassName
{
background-color: #4BD582;
}
.BgClassName
{
background-color: #4BD582;
}
</style>
border-color css
<style>
span { border-color: #4BD582; }
span { border-color: rgb(75,213,130); }
td.TdClassName
{
border-color: #4BD582;
}
.TagClassName
{
border-color: #4BD582;
}
</style>