Shades of Emerald #4CBC89
Tints of Emerald #4CBC89
RGB
CMYK
RGB Variations
Color information
#4CBC89 (or 0x4CBC89) is known color: Emerald. HEX triplet: 4C, BC and 89. RGB value is (76,188,137). Sum of RGB (Red+Green+Blue) = 76+188+137=401 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.95% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBC89 is #B34376. Grayscale: #949494. Windows color (decimal): -11748215 or 9026636. OLE color: 9026636.
HSL color Cylindrical-coordinate representation of color #4CBC89: hue angle of 152.68º 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 #4CBC89 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 137 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.26 |
| HSL | 152.68º | 0.46% | 0.52% | - |
| HSV(B) | 152.68º | 0.6% | 0.74% | - |
| XYZ | 25.48 | 39.31 | 29.91 | - |
| YUV | 148.7 | 121.39 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 137 | 0.60 | 0 | 0.27 | 0.26 | 152.68 | 0.46 | 0.52 |
| Hex | 4C | BC | 89 | 3C | 0 | 1B | 1A | 99 | 2E | 34 |
| Octal | 114 | 274 | 211 | 74 | 0 | 33 | 32 | 231 | 56 | 64 |
| Binary | 1001100 | 10111100 | 10001001 | 111100 | 0 | 11011 | 11010 | 10011001 | 101110 | 110100 |
Color Harmonies of #4CBC89
Complementary color
Monochromatic Colors of #4CBC89
Black with #4CBC89
Text Example
Text Example
White with #4CBC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC89; }
p { color: rgb(76,188,137); }
H1.HeaderClassName
{
color: #4CBC89;
}
.AnyTagClassName
{
color: #4CBC89;
}
</style>
background-color css
<style>
a { background-color: #4CBC89; }
a { background-color: rgb(76,188,137); }
div.DivClassName
{
background-color: #4CBC89;
}
.BgClassName
{
background-color: #4CBC89;
}
</style>
border-color css
<style>
span { border-color: #4CBC89; }
span { border-color: rgb(76,188,137); }
td.TdClassName
{
border-color: #4CBC89;
}
.TagClassName
{
border-color: #4CBC89;
}
</style>