Shades of Emerald #4CCA7B
Tints of Emerald #4CCA7B
RGB
CMYK
RGB Variations
Color information
#4CCA7B (or 0x4CCA7B) is known color: Emerald. HEX triplet: 4C, CA and 7B. RGB value is (76,202,123). Sum of RGB (Red+Green+Blue) = 76+202+123=401 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.95% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCA7B is #B33584. Grayscale: #9B9B9B. Windows color (decimal): -11744645 or 8112716. OLE color: 8112716.
HSL color Cylindrical-coordinate representation of color #4CCA7B: hue angle of 142.38º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CCA7B is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 202 | 123 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.21 |
| HSL | 142.38º | 0.54% | 0.55% | - |
| HSV(B) | 142.38º | 0.62% | 0.79% | - |
| XYZ | 27.68 | 45.21 | 26.01 | - |
| YUV | 155.32 | 109.76 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 123 | 0.62 | 0 | 0.39 | 0.21 | 142.38 | 0.54 | 0.55 |
| Hex | 4C | CA | 7B | 3E | 0 | 27 | 15 | 8E | 36 | 37 |
| Octal | 114 | 312 | 173 | 76 | 0 | 47 | 25 | 216 | 66 | 67 |
| Binary | 1001100 | 11001010 | 1111011 | 111110 | 0 | 100111 | 10101 | 10001110 | 110110 | 110111 |
Color Harmonies of #4CCA7B
Complementary color
Monochromatic Colors of #4CCA7B
Black with #4CCA7B
Text Example
Text Example
White with #4CCA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCA7B; }
p { color: rgb(76,202,123); }
H1.HeaderClassName
{
color: #4CCA7B;
}
.AnyTagClassName
{
color: #4CCA7B;
}
</style>
background-color css
<style>
a { background-color: #4CCA7B; }
a { background-color: rgb(76,202,123); }
div.DivClassName
{
background-color: #4CCA7B;
}
.BgClassName
{
background-color: #4CCA7B;
}
</style>
border-color css
<style>
span { border-color: #4CCA7B; }
span { border-color: rgb(76,202,123); }
td.TdClassName
{
border-color: #4CCA7B;
}
.TagClassName
{
border-color: #4CCA7B;
}
</style>