Shades of Emerald #4AD76C
Tints of Emerald #4AD76C
RGB
CMYK
RGB Variations
Color information
#4AD76C (or 0x4AD76C) is known color: Emerald. HEX triplet: 4A, D7 and 6C. RGB value is (74,215,108). Sum of RGB (Red+Green+Blue) = 74+215+108=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 215 (84.38% from 255 or 54.16% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD76C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD76C is #B52893. Grayscale: #A0A0A0. Windows color (decimal): -11872404 or 7133002. OLE color: 7133002.
HSL color Cylindrical-coordinate representation of color #4AD76C: hue angle of 134.47º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD76C is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 108 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.16 |
| HSL | 134.47º | 0.64% | 0.57% | - |
| HSV(B) | 134.47º | 0.66% | 0.84% | - |
| XYZ | 29.83 | 51.14 | 22.49 | - |
| YUV | 160.64 | 98.29 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 108 | 0.66 | 0 | 0.50 | 0.16 | 134.47 | 0.64 | 0.57 |
| Hex | 4A | D7 | 6C | 42 | 0 | 32 | 10 | 86 | 40 | 39 |
| Octal | 112 | 327 | 154 | 102 | 0 | 62 | 20 | 206 | 100 | 71 |
| Binary | 1001010 | 11010111 | 1101100 | 1000010 | 0 | 110010 | 10000 | 10000110 | 1000000 | 111001 |
Color Harmonies of #4AD76C
Complementary color
Monochromatic Colors of #4AD76C
Black with #4AD76C
Text Example
Text Example
White with #4AD76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD76C; }
p { color: rgb(74,215,108); }
H1.HeaderClassName
{
color: #4AD76C;
}
.AnyTagClassName
{
color: #4AD76C;
}
</style>
background-color css
<style>
a { background-color: #4AD76C; }
a { background-color: rgb(74,215,108); }
div.DivClassName
{
background-color: #4AD76C;
}
.BgClassName
{
background-color: #4AD76C;
}
</style>
border-color css
<style>
span { border-color: #4AD76C; }
span { border-color: rgb(74,215,108); }
td.TdClassName
{
border-color: #4AD76C;
}
.TagClassName
{
border-color: #4AD76C;
}
</style>