Shades of Emerald #4CCB84
Tints of Emerald #4CCB84
RGB
CMYK
RGB Variations
Color information
#4CCB84 (or 0x4CCB84) is known color: Emerald. HEX triplet: 4C, CB and 84. RGB value is (76,203,132). Sum of RGB (Red+Green+Blue) = 76+203+132=411 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.49% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCB84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCB84 is #B3347B. Grayscale: #9D9D9D. Windows color (decimal): -11744380 or 8702796. OLE color: 8702796.
HSL color Cylindrical-coordinate representation of color #4CCB84: hue angle of 146.46º 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 #4CCB84 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 203 | 132 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.20 |
| HSL | 146.46º | 0.55% | 0.55% | - |
| HSV(B) | 146.46º | 0.63% | 0.8% | - |
| XYZ | 28.5 | 45.91 | 29.19 | - |
| YUV | 156.93 | 113.92 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 132 | 0.63 | 0 | 0.35 | 0.20 | 146.46 | 0.55 | 0.55 |
| Hex | 4C | CB | 84 | 3F | 0 | 23 | 14 | 92 | 37 | 37 |
| Octal | 114 | 313 | 204 | 77 | 0 | 43 | 24 | 222 | 67 | 67 |
| Binary | 1001100 | 11001011 | 10000100 | 111111 | 0 | 100011 | 10100 | 10010010 | 110111 | 110111 |
Color Harmonies of #4CCB84
Complementary color
Monochromatic Colors of #4CCB84
Black with #4CCB84
Text Example
Text Example
White with #4CCB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCB84; }
p { color: rgb(76,203,132); }
H1.HeaderClassName
{
color: #4CCB84;
}
.AnyTagClassName
{
color: #4CCB84;
}
</style>
background-color css
<style>
a { background-color: #4CCB84; }
a { background-color: rgb(76,203,132); }
div.DivClassName
{
background-color: #4CCB84;
}
.BgClassName
{
background-color: #4CCB84;
}
</style>
border-color css
<style>
span { border-color: #4CCB84; }
span { border-color: rgb(76,203,132); }
td.TdClassName
{
border-color: #4CCB84;
}
.TagClassName
{
border-color: #4CCB84;
}
</style>