Shades of Emerald #4BBC6B
Tints of Emerald #4BBC6B
RGB
CMYK
RGB Variations
Color information
#4BBC6B (or 0x4BBC6B) is known color: Emerald. HEX triplet: 4B, BC and 6B. RGB value is (75,188,107). Sum of RGB (Red+Green+Blue) = 75+188+107=370 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.27% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBC6B is #B44394. Grayscale: #919191. Windows color (decimal): -11813781 or 7060555. OLE color: 7060555.
HSL color Cylindrical-coordinate representation of color #4BBC6B: hue angle of 136.99º 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 #4BBC6B is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 107 | - |
| CMYK | 0.60 | 0 | 0.43 | 0.26 |
| HSL | 136.99º | 0.46% | 0.52% | - |
| HSV(B) | 136.99º | 0.6% | 0.74% | - |
| XYZ | 23.54 | 38.52 | 20.11 | - |
| YUV | 144.98 | 106.56 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 107 | 0.60 | 0 | 0.43 | 0.26 | 136.99 | 0.46 | 0.52 |
| Hex | 4B | BC | 6B | 3C | 0 | 2B | 1A | 89 | 2E | 34 |
| Octal | 113 | 274 | 153 | 74 | 0 | 53 | 32 | 211 | 56 | 64 |
| Binary | 1001011 | 10111100 | 1101011 | 111100 | 0 | 101011 | 11010 | 10001001 | 101110 | 110100 |
Color Harmonies of #4BBC6B
Complementary color
Monochromatic Colors of #4BBC6B
Black with #4BBC6B
Text Example
Text Example
White with #4BBC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC6B; }
p { color: rgb(75,188,107); }
H1.HeaderClassName
{
color: #4BBC6B;
}
.AnyTagClassName
{
color: #4BBC6B;
}
</style>
background-color css
<style>
a { background-color: #4BBC6B; }
a { background-color: rgb(75,188,107); }
div.DivClassName
{
background-color: #4BBC6B;
}
.BgClassName
{
background-color: #4BBC6B;
}
</style>
border-color css
<style>
span { border-color: #4BBC6B; }
span { border-color: rgb(75,188,107); }
td.TdClassName
{
border-color: #4BBC6B;
}
.TagClassName
{
border-color: #4BBC6B;
}
</style>