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