Shades of Emerald #4BBA6C
Tints of Emerald #4BBA6C
RGB
CMYK
RGB Variations
Color information
#4BBA6C (or 0x4BBA6C) is known color: Emerald. HEX triplet: 4B, BA and 6C. RGB value is (75,186,108). Sum of RGB (Red+Green+Blue) = 75+186+108=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBA6C is #B44593. Grayscale: #909090. Windows color (decimal): -11814292 or 7125579. OLE color: 7125579.
HSL color Cylindrical-coordinate representation of color #4BBA6C: hue angle of 137.84º 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 #4BBA6C is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 186 | 108 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.27 |
| HSL | 137.84º | 0.45% | 0.51% | - |
| HSV(B) | 137.84º | 0.6% | 0.73% | - |
| XYZ | 23.17 | 37.7 | 20.24 | - |
| YUV | 143.92 | 107.73 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 186 | 108 | 0.60 | 0 | 0.42 | 0.27 | 137.84 | 0.45 | 0.51 |
| Hex | 4B | BA | 6C | 3C | 0 | 2A | 1B | 8A | 2D | 33 |
| Octal | 113 | 272 | 154 | 74 | 0 | 52 | 33 | 212 | 55 | 63 |
| Binary | 1001011 | 10111010 | 1101100 | 111100 | 0 | 101010 | 11011 | 10001010 | 101101 | 110011 |
Color Harmonies of #4BBA6C
Complementary color
Monochromatic Colors of #4BBA6C
Black with #4BBA6C
Text Example
Text Example
White with #4BBA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBA6C; }
p { color: rgb(75,186,108); }
H1.HeaderClassName
{
color: #4BBA6C;
}
.AnyTagClassName
{
color: #4BBA6C;
}
</style>
background-color css
<style>
a { background-color: #4BBA6C; }
a { background-color: rgb(75,186,108); }
div.DivClassName
{
background-color: #4BBA6C;
}
.BgClassName
{
background-color: #4BBA6C;
}
</style>
border-color css
<style>
span { border-color: #4BBA6C; }
span { border-color: rgb(75,186,108); }
td.TdClassName
{
border-color: #4BBA6C;
}
.TagClassName
{
border-color: #4BBA6C;
}
</style>