Shades of Emerald #4CD46C
Tints of Emerald #4CD46C
RGB
CMYK
RGB Variations
Color information
#4CD46C (or 0x4CD46C) is known color: Emerald. HEX triplet: 4C, D4 and 6C. RGB value is (76,212,108). Sum of RGB (Red+Green+Blue) = 76+212+108=396 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.19% from 396); Green value is 212 (83.20% from 255 or 53.54% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 212 - color contains mainly: green. Hex color #4CD46C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD46C is #B32B93. Grayscale: #9F9F9F. Windows color (decimal): -11742100 or 7132236. OLE color: 7132236.
HSL color Cylindrical-coordinate representation of color #4CD46C: hue angle of 134.12º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD46C is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 76 | 212 | 108 | - |
| CMYK | 0.64 | 0 | 0.49 | 0.17 |
| HSL | 134.12º | 0.61% | 0.56% | - |
| HSV(B) | 134.12º | 0.64% | 0.83% | - |
| XYZ | 29.23 | 49.71 | 22.24 | - |
| YUV | 159.48 | 98.94 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 212 | 108 | 0.64 | 0 | 0.49 | 0.17 | 134.12 | 0.61 | 0.56 |
| Hex | 4C | D4 | 6C | 40 | 0 | 31 | 11 | 86 | 3D | 38 |
| Octal | 114 | 324 | 154 | 100 | 0 | 61 | 21 | 206 | 75 | 70 |
| Binary | 1001100 | 11010100 | 1101100 | 1000000 | 0 | 110001 | 10001 | 10000110 | 111101 | 111000 |
Color Harmonies of #4CD46C
Complementary color
Monochromatic Colors of #4CD46C
Black with #4CD46C
Text Example
Text Example
White with #4CD46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD46C; }
p { color: rgb(76,212,108); }
H1.HeaderClassName
{
color: #4CD46C;
}
.AnyTagClassName
{
color: #4CD46C;
}
</style>
background-color css
<style>
a { background-color: #4CD46C; }
a { background-color: rgb(76,212,108); }
div.DivClassName
{
background-color: #4CD46C;
}
.BgClassName
{
background-color: #4CD46C;
}
</style>
border-color css
<style>
span { border-color: #4CD46C; }
span { border-color: rgb(76,212,108); }
td.TdClassName
{
border-color: #4CD46C;
}
.TagClassName
{
border-color: #4CD46C;
}
</style>