Shades of Emerald #4CBC83
Tints of Emerald #4CBC83
RGB
CMYK
RGB Variations
Color information
#4CBC83 (or 0x4CBC83) is known color: Emerald. HEX triplet: 4C, BC and 83. RGB value is (76,188,131). Sum of RGB (Red+Green+Blue) = 76+188+131=395 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.24% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBC83 is #B3437C. Grayscale: #949494. Windows color (decimal): -11748221 or 8633420. OLE color: 8633420.
HSL color Cylindrical-coordinate representation of color #4CBC83: hue angle of 149.46º 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 #4CBC83 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 131 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.26 |
| HSL | 149.46º | 0.46% | 0.52% | - |
| HSV(B) | 149.46º | 0.6% | 0.74% | - |
| XYZ | 25.06 | 39.14 | 27.71 | - |
| YUV | 148.01 | 118.39 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 131 | 0.60 | 0 | 0.30 | 0.26 | 149.46 | 0.46 | 0.52 |
| Hex | 4C | BC | 83 | 3C | 0 | 1E | 1A | 95 | 2E | 34 |
| Octal | 114 | 274 | 203 | 74 | 0 | 36 | 32 | 225 | 56 | 64 |
| Binary | 1001100 | 10111100 | 10000011 | 111100 | 0 | 11110 | 11010 | 10010101 | 101110 | 110100 |
Color Harmonies of #4CBC83
Complementary color
Monochromatic Colors of #4CBC83
Black with #4CBC83
Text Example
Text Example
White with #4CBC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC83; }
p { color: rgb(76,188,131); }
H1.HeaderClassName
{
color: #4CBC83;
}
.AnyTagClassName
{
color: #4CBC83;
}
</style>
background-color css
<style>
a { background-color: #4CBC83; }
a { background-color: rgb(76,188,131); }
div.DivClassName
{
background-color: #4CBC83;
}
.BgClassName
{
background-color: #4CBC83;
}
</style>
border-color css
<style>
span { border-color: #4CBC83; }
span { border-color: rgb(76,188,131); }
td.TdClassName
{
border-color: #4CBC83;
}
.TagClassName
{
border-color: #4CBC83;
}
</style>