Shades of Emerald #4CCA6C
Tints of Emerald #4CCA6C
RGB
CMYK
RGB Variations
Color information
#4CCA6C (or 0x4CCA6C) is known color: Emerald. HEX triplet: 4C, CA and 6C. RGB value is (76,202,108). Sum of RGB (Red+Green+Blue) = 76+202+108=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCA6C is #B33593. Grayscale: #999999. Windows color (decimal): -11744660 or 7129676. OLE color: 7129676.
HSL color Cylindrical-coordinate representation of color #4CCA6C: hue angle of 135.24º 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 #4CCA6C is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 202 | 108 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.21 |
| HSL | 135.24º | 0.54% | 0.55% | - |
| HSV(B) | 135.24º | 0.62% | 0.79% | - |
| XYZ | 26.81 | 44.86 | 21.43 | - |
| YUV | 153.61 | 102.26 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 108 | 0.62 | 0 | 0.47 | 0.21 | 135.24 | 0.54 | 0.55 |
| Hex | 4C | CA | 6C | 3E | 0 | 2F | 15 | 87 | 36 | 37 |
| Octal | 114 | 312 | 154 | 76 | 0 | 57 | 25 | 207 | 66 | 67 |
| Binary | 1001100 | 11001010 | 1101100 | 111110 | 0 | 101111 | 10101 | 10000111 | 110110 | 110111 |
Color Harmonies of #4CCA6C
Complementary color
Monochromatic Colors of #4CCA6C
Black with #4CCA6C
Text Example
Text Example
White with #4CCA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCA6C; }
p { color: rgb(76,202,108); }
H1.HeaderClassName
{
color: #4CCA6C;
}
.AnyTagClassName
{
color: #4CCA6C;
}
</style>
background-color css
<style>
a { background-color: #4CCA6C; }
a { background-color: rgb(76,202,108); }
div.DivClassName
{
background-color: #4CCA6C;
}
.BgClassName
{
background-color: #4CCA6C;
}
</style>
border-color css
<style>
span { border-color: #4CCA6C; }
span { border-color: rgb(76,202,108); }
td.TdClassName
{
border-color: #4CCA6C;
}
.TagClassName
{
border-color: #4CCA6C;
}
</style>