Shades of Emerald #4CCB86
Tints of Emerald #4CCB86
RGB
CMYK
RGB Variations
Color information
#4CCB86 (or 0x4CCB86) is known color: Emerald. HEX triplet: 4C, CB and 86. RGB value is (76,203,134). Sum of RGB (Red+Green+Blue) = 76+203+134=413 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.40% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCB86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCB86 is #B33479. Grayscale: #9D9D9D. Windows color (decimal): -11744378 or 8833868. OLE color: 8833868.
HSL color Cylindrical-coordinate representation of color #4CCB86: hue angle of 147.4º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCB86 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 203 | 134 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.20 |
| HSL | 147.4º | 0.55% | 0.55% | - |
| HSV(B) | 147.4º | 0.63% | 0.8% | - |
| XYZ | 28.64 | 45.97 | 29.92 | - |
| YUV | 157.16 | 114.92 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 134 | 0.63 | 0 | 0.34 | 0.20 | 147.4 | 0.55 | 0.55 |
| Hex | 4C | CB | 86 | 3F | 0 | 22 | 14 | 93 | 37 | 37 |
| Octal | 114 | 313 | 206 | 77 | 0 | 42 | 24 | 223 | 67 | 67 |
| Binary | 1001100 | 11001011 | 10000110 | 111111 | 0 | 100010 | 10100 | 10010011 | 110111 | 110111 |
Color Harmonies of #4CCB86
Complementary color
Monochromatic Colors of #4CCB86
Black with #4CCB86
Text Example
Text Example
White with #4CCB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCB86; }
p { color: rgb(76,203,134); }
H1.HeaderClassName
{
color: #4CCB86;
}
.AnyTagClassName
{
color: #4CCB86;
}
</style>
background-color css
<style>
a { background-color: #4CCB86; }
a { background-color: rgb(76,203,134); }
div.DivClassName
{
background-color: #4CCB86;
}
.BgClassName
{
background-color: #4CCB86;
}
</style>
border-color css
<style>
span { border-color: #4CCB86; }
span { border-color: rgb(76,203,134); }
td.TdClassName
{
border-color: #4CCB86;
}
.TagClassName
{
border-color: #4CCB86;
}
</style>