Shades of Emerald #4BBC6D
Tints of Emerald #4BBC6D
RGB
CMYK
RGB Variations
Color information
#4BBC6D (or 0x4BBC6D) is known color: Emerald. HEX triplet: 4B, BC and 6D. RGB value is (75,188,109). Sum of RGB (Red+Green+Blue) = 75+188+109=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBC6D is #B44392. Grayscale: #919191. Windows color (decimal): -11813779 or 7191627. OLE color: 7191627.
HSL color Cylindrical-coordinate representation of color #4BBC6D: hue angle of 138.05º 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 #4BBC6D is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 109 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.26 |
| HSL | 138.05º | 0.46% | 0.52% | - |
| HSV(B) | 138.05º | 0.6% | 0.74% | - |
| XYZ | 23.65 | 38.57 | 20.67 | - |
| YUV | 145.21 | 107.56 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 109 | 0.60 | 0 | 0.42 | 0.26 | 138.05 | 0.46 | 0.52 |
| Hex | 4B | BC | 6D | 3C | 0 | 2A | 1A | 8A | 2E | 34 |
| Octal | 113 | 274 | 155 | 74 | 0 | 52 | 32 | 212 | 56 | 64 |
| Binary | 1001011 | 10111100 | 1101101 | 111100 | 0 | 101010 | 11010 | 10001010 | 101110 | 110100 |
Color Harmonies of #4BBC6D
Complementary color
Monochromatic Colors of #4BBC6D
Black with #4BBC6D
Text Example
Text Example
White with #4BBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC6D; }
p { color: rgb(75,188,109); }
H1.HeaderClassName
{
color: #4BBC6D;
}
.AnyTagClassName
{
color: #4BBC6D;
}
</style>
background-color css
<style>
a { background-color: #4BBC6D; }
a { background-color: rgb(75,188,109); }
div.DivClassName
{
background-color: #4BBC6D;
}
.BgClassName
{
background-color: #4BBC6D;
}
</style>
border-color css
<style>
span { border-color: #4BBC6D; }
span { border-color: rgb(75,188,109); }
td.TdClassName
{
border-color: #4BBC6D;
}
.TagClassName
{
border-color: #4BBC6D;
}
</style>