Shades of Emerald #4BBA6B
Tints of Emerald #4BBA6B
RGB
CMYK
RGB Variations
Color information
#4BBA6B (or 0x4BBA6B) is known color: Emerald. HEX triplet: 4B, BA and 6B. RGB value is (75,186,107). Sum of RGB (Red+Green+Blue) = 75+186+107=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBA6B is #B44594. Grayscale: #909090. Windows color (decimal): -11814293 or 7060043. OLE color: 7060043.
HSL color Cylindrical-coordinate representation of color #4BBA6B: hue angle of 137.3º 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 #4BBA6B is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 186 | 107 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.27 |
| HSL | 137.3º | 0.45% | 0.51% | - |
| HSV(B) | 137.3º | 0.6% | 0.73% | - |
| XYZ | 23.11 | 37.68 | 19.96 | - |
| YUV | 143.81 | 107.23 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 186 | 107 | 0.60 | 0 | 0.42 | 0.27 | 137.3 | 0.45 | 0.51 |
| Hex | 4B | BA | 6B | 3C | 0 | 2A | 1B | 89 | 2D | 33 |
| Octal | 113 | 272 | 153 | 74 | 0 | 52 | 33 | 211 | 55 | 63 |
| Binary | 1001011 | 10111010 | 1101011 | 111100 | 0 | 101010 | 11011 | 10001001 | 101101 | 110011 |
Color Harmonies of #4BBA6B
Complementary color
Monochromatic Colors of #4BBA6B
Black with #4BBA6B
Text Example
Text Example
White with #4BBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBA6B; }
p { color: rgb(75,186,107); }
H1.HeaderClassName
{
color: #4BBA6B;
}
.AnyTagClassName
{
color: #4BBA6B;
}
</style>
background-color css
<style>
a { background-color: #4BBA6B; }
a { background-color: rgb(75,186,107); }
div.DivClassName
{
background-color: #4BBA6B;
}
.BgClassName
{
background-color: #4BBA6B;
}
</style>
border-color css
<style>
span { border-color: #4BBA6B; }
span { border-color: rgb(75,186,107); }
td.TdClassName
{
border-color: #4BBA6B;
}
.TagClassName
{
border-color: #4BBA6B;
}
</style>