Shades of Emerald #4BBA82
Tints of Emerald #4BBA82
RGB
CMYK
RGB Variations
Color information
#4BBA82 (or 0x4BBA82) is known color: Emerald. HEX triplet: 4B, BA and 82. RGB value is (75,186,130). Sum of RGB (Red+Green+Blue) = 75+186+130=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBA82 is #B4457D. Grayscale: #929292. Windows color (decimal): -11814270 or 8567371. OLE color: 8567371.
HSL color Cylindrical-coordinate representation of color #4BBA82: hue angle of 149.73º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBA82 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 186 | 130 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.27 |
| HSL | 149.73º | 0.45% | 0.51% | - |
| HSV(B) | 149.73º | 0.6% | 0.73% | - |
| XYZ | 24.49 | 38.23 | 27.21 | - |
| YUV | 146.43 | 118.73 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 186 | 130 | 0.60 | 0 | 0.30 | 0.27 | 149.73 | 0.45 | 0.51 |
| Hex | 4B | BA | 82 | 3C | 0 | 1E | 1B | 96 | 2D | 33 |
| Octal | 113 | 272 | 202 | 74 | 0 | 36 | 33 | 226 | 55 | 63 |
| Binary | 1001011 | 10111010 | 10000010 | 111100 | 0 | 11110 | 11011 | 10010110 | 101101 | 110011 |
Color Harmonies of #4BBA82
Complementary color
Monochromatic Colors of #4BBA82
Black with #4BBA82
Text Example
Text Example
White with #4BBA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBA82; }
p { color: rgb(75,186,130); }
H1.HeaderClassName
{
color: #4BBA82;
}
.AnyTagClassName
{
color: #4BBA82;
}
</style>
background-color css
<style>
a { background-color: #4BBA82; }
a { background-color: rgb(75,186,130); }
div.DivClassName
{
background-color: #4BBA82;
}
.BgClassName
{
background-color: #4BBA82;
}
</style>
border-color css
<style>
span { border-color: #4BBA82; }
span { border-color: rgb(75,186,130); }
td.TdClassName
{
border-color: #4BBA82;
}
.TagClassName
{
border-color: #4BBA82;
}
</style>