Shades of Emerald #4CB968
Tints of Emerald #4CB968
RGB
CMYK
RGB Variations
Color information
#4CB968 (or 0x4CB968) is known color: Emerald. HEX triplet: 4C, B9 and 68. RGB value is (76,185,104). Sum of RGB (Red+Green+Blue) = 76+185+104=365 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.82% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB968 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB968 is #B34697. Grayscale: #8F8F8F. Windows color (decimal): -11749016 or 6863180. OLE color: 6863180.
HSL color Cylindrical-coordinate representation of color #4CB968: hue angle of 135.41º 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 #4CB968 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 185 | 104 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.27 |
| HSL | 135.41º | 0.44% | 0.51% | - |
| HSV(B) | 135.41º | 0.59% | 0.73% | - |
| XYZ | 22.83 | 37.23 | 19.08 | - |
| YUV | 143.18 | 105.89 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 185 | 104 | 0.59 | 0 | 0.44 | 0.27 | 135.41 | 0.44 | 0.51 |
| Hex | 4C | B9 | 68 | 3B | 0 | 2C | 1B | 87 | 2C | 33 |
| Octal | 114 | 271 | 150 | 73 | 0 | 54 | 33 | 207 | 54 | 63 |
| Binary | 1001100 | 10111001 | 1101000 | 111011 | 0 | 101100 | 11011 | 10000111 | 101100 | 110011 |
Color Harmonies of #4CB968
Complementary color
Monochromatic Colors of #4CB968
Black with #4CB968
Text Example
Text Example
White with #4CB968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB968; }
p { color: rgb(76,185,104); }
H1.HeaderClassName
{
color: #4CB968;
}
.AnyTagClassName
{
color: #4CB968;
}
</style>
background-color css
<style>
a { background-color: #4CB968; }
a { background-color: rgb(76,185,104); }
div.DivClassName
{
background-color: #4CB968;
}
.BgClassName
{
background-color: #4CB968;
}
</style>
border-color css
<style>
span { border-color: #4CB968; }
span { border-color: rgb(76,185,104); }
td.TdClassName
{
border-color: #4CB968;
}
.TagClassName
{
border-color: #4CB968;
}
</style>