Shades of Emerald #4CCA7D
Tints of Emerald #4CCA7D
RGB
CMYK
RGB Variations
Color information
#4CCA7D (or 0x4CCA7D) is known color: Emerald. HEX triplet: 4C, CA and 7D. RGB value is (76,202,125). Sum of RGB (Red+Green+Blue) = 76+202+125=403 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.86% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCA7D is #B33582. Grayscale: #9B9B9B. Windows color (decimal): -11744643 or 8243788. OLE color: 8243788.
HSL color Cylindrical-coordinate representation of color #4CCA7D: hue angle of 143.33º 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 #4CCA7D is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 202 | 125 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.21 |
| HSL | 143.33º | 0.54% | 0.55% | - |
| HSV(B) | 143.33º | 0.62% | 0.79% | - |
| XYZ | 27.8 | 45.26 | 26.67 | - |
| YUV | 155.55 | 110.76 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 125 | 0.62 | 0 | 0.38 | 0.21 | 143.33 | 0.54 | 0.55 |
| Hex | 4C | CA | 7D | 3E | 0 | 26 | 15 | 8F | 36 | 37 |
| Octal | 114 | 312 | 175 | 76 | 0 | 46 | 25 | 217 | 66 | 67 |
| Binary | 1001100 | 11001010 | 1111101 | 111110 | 0 | 100110 | 10101 | 10001111 | 110110 | 110111 |
Color Harmonies of #4CCA7D
Complementary color
Monochromatic Colors of #4CCA7D
Black with #4CCA7D
Text Example
Text Example
White with #4CCA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCA7D; }
p { color: rgb(76,202,125); }
H1.HeaderClassName
{
color: #4CCA7D;
}
.AnyTagClassName
{
color: #4CCA7D;
}
</style>
background-color css
<style>
a { background-color: #4CCA7D; }
a { background-color: rgb(76,202,125); }
div.DivClassName
{
background-color: #4CCA7D;
}
.BgClassName
{
background-color: #4CCA7D;
}
</style>
border-color css
<style>
span { border-color: #4CCA7D; }
span { border-color: rgb(76,202,125); }
td.TdClassName
{
border-color: #4CCA7D;
}
.TagClassName
{
border-color: #4CCA7D;
}
</style>