Shades of Emerald #4BBC6C
Tints of Emerald #4BBC6C
RGB
CMYK
RGB Variations
Color information
#4BBC6C (or 0x4BBC6C) is known color: Emerald. HEX triplet: 4B, BC and 6C. RGB value is (75,188,108). Sum of RGB (Red+Green+Blue) = 75+188+108=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBC6C is #B44393. Grayscale: #919191. Windows color (decimal): -11813780 or 7126091. OLE color: 7126091.
HSL color Cylindrical-coordinate representation of color #4BBC6C: hue angle of 137.52º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBC6C is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 108 | - |
| CMYK | 0.60 | 0 | 0.43 | 0.26 |
| HSL | 137.52º | 0.46% | 0.52% | - |
| HSV(B) | 137.52º | 0.6% | 0.74% | - |
| XYZ | 23.59 | 38.55 | 20.38 | - |
| YUV | 145.09 | 107.06 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 108 | 0.60 | 0 | 0.43 | 0.26 | 137.52 | 0.46 | 0.52 |
| Hex | 4B | BC | 6C | 3C | 0 | 2B | 1A | 8A | 2E | 34 |
| Octal | 113 | 274 | 154 | 74 | 0 | 53 | 32 | 212 | 56 | 64 |
| Binary | 1001011 | 10111100 | 1101100 | 111100 | 0 | 101011 | 11010 | 10001010 | 101110 | 110100 |
Color Harmonies of #4BBC6C
Complementary color
Monochromatic Colors of #4BBC6C
Black with #4BBC6C
Text Example
Text Example
White with #4BBC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC6C; }
p { color: rgb(75,188,108); }
H1.HeaderClassName
{
color: #4BBC6C;
}
.AnyTagClassName
{
color: #4BBC6C;
}
</style>
background-color css
<style>
a { background-color: #4BBC6C; }
a { background-color: rgb(75,188,108); }
div.DivClassName
{
background-color: #4BBC6C;
}
.BgClassName
{
background-color: #4BBC6C;
}
</style>
border-color css
<style>
span { border-color: #4BBC6C; }
span { border-color: rgb(75,188,108); }
td.TdClassName
{
border-color: #4BBC6C;
}
.TagClassName
{
border-color: #4BBC6C;
}
</style>