Shades of Emerald #4CB967
Tints of Emerald #4CB967
RGB
CMYK
RGB Variations
Color information
#4CB967 (or 0x4CB967) is known color: Emerald. HEX triplet: 4C, B9 and 67. RGB value is (76,185,103). Sum of RGB (Red+Green+Blue) = 76+185+103=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 185 (72.66% from 255 or 50.82% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB967 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB967 is #B34698. Grayscale: #8F8F8F. Windows color (decimal): -11749017 or 6797644. OLE color: 6797644.
HSL color Cylindrical-coordinate representation of color #4CB967: hue angle of 134.86º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB967 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 185 | 103 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.27 |
| HSL | 134.86º | 0.44% | 0.51% | - |
| HSV(B) | 134.86º | 0.59% | 0.73% | - |
| XYZ | 22.78 | 37.21 | 18.81 | - |
| YUV | 143.06 | 105.39 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 185 | 103 | 0.59 | 0 | 0.44 | 0.27 | 134.86 | 0.44 | 0.51 |
| Hex | 4C | B9 | 67 | 3B | 0 | 2C | 1B | 87 | 2C | 33 |
| Octal | 114 | 271 | 147 | 73 | 0 | 54 | 33 | 207 | 54 | 63 |
| Binary | 1001100 | 10111001 | 1100111 | 111011 | 0 | 101100 | 11011 | 10000111 | 101100 | 110011 |
Color Harmonies of #4CB967
Complementary color
Monochromatic Colors of #4CB967
Black with #4CB967
Text Example
Text Example
White with #4CB967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB967; }
p { color: rgb(76,185,103); }
H1.HeaderClassName
{
color: #4CB967;
}
.AnyTagClassName
{
color: #4CB967;
}
</style>
background-color css
<style>
a { background-color: #4CB967; }
a { background-color: rgb(76,185,103); }
div.DivClassName
{
background-color: #4CB967;
}
.BgClassName
{
background-color: #4CB967;
}
</style>
border-color css
<style>
span { border-color: #4CB967; }
span { border-color: rgb(76,185,103); }
td.TdClassName
{
border-color: #4CB967;
}
.TagClassName
{
border-color: #4CB967;
}
</style>