Shades of Emerald #4AD975
Tints of Emerald #4AD975
RGB
CMYK
RGB Variations
Color information
#4AD975 (or 0x4AD975) is known color: Emerald. HEX triplet: 4A, D9 and 75. RGB value is (74,217,117). Sum of RGB (Red+Green+Blue) = 74+217+117=408 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.14% from 408); Green value is 217 (85.16% from 255 or 53.19% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD975 is #B5268A. Grayscale: #A3A3A3. Windows color (decimal): -11871883 or 7723338. OLE color: 7723338.
HSL color Cylindrical-coordinate representation of color #4AD975: hue angle of 138.04º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD975 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 217 | 117 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.15 |
| HSL | 138.04º | 0.65% | 0.57% | - |
| HSV(B) | 138.04º | 0.66% | 0.85% | - |
| XYZ | 30.85 | 52.37 | 25.31 | - |
| YUV | 162.84 | 102.12 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 117 | 0.66 | 0 | 0.46 | 0.15 | 138.04 | 0.65 | 0.57 |
| Hex | 4A | D9 | 75 | 42 | 0 | 2E | F | 8A | 41 | 39 |
| Octal | 112 | 331 | 165 | 102 | 0 | 56 | 17 | 212 | 101 | 71 |
| Binary | 1001010 | 11011001 | 1110101 | 1000010 | 0 | 101110 | 1111 | 10001010 | 1000001 | 111001 |
Color Harmonies of #4AD975
Complementary color
Monochromatic Colors of #4AD975
Black with #4AD975
Text Example
Text Example
White with #4AD975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD975; }
p { color: rgb(74,217,117); }
H1.HeaderClassName
{
color: #4AD975;
}
.AnyTagClassName
{
color: #4AD975;
}
</style>
background-color css
<style>
a { background-color: #4AD975; }
a { background-color: rgb(74,217,117); }
div.DivClassName
{
background-color: #4AD975;
}
.BgClassName
{
background-color: #4AD975;
}
</style>
border-color css
<style>
span { border-color: #4AD975; }
span { border-color: rgb(74,217,117); }
td.TdClassName
{
border-color: #4AD975;
}
.TagClassName
{
border-color: #4AD975;
}
</style>