Shades of Emerald #4AD75D
Tints of Emerald #4AD75D
RGB
CMYK
RGB Variations
Color information
#4AD75D (or 0x4AD75D) is known color: Emerald. HEX triplet: 4A, D7 and 5D. RGB value is (74,215,93). Sum of RGB (Red+Green+Blue) = 74+215+93=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 215 (84.38% from 255 or 56.28% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD75D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD75D is #B528A2. Grayscale: #9F9F9F. Windows color (decimal): -11872419 or 6149962. OLE color: 6149962.
HSL color Cylindrical-coordinate representation of color #4AD75D: hue angle of 128.09º 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 #4AD75D is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 93 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.16 |
| HSL | 128.09º | 0.64% | 0.57% | - |
| HSV(B) | 128.09º | 0.66% | 0.84% | - |
| XYZ | 29.1 | 50.85 | 18.64 | - |
| YUV | 158.93 | 90.79 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 93 | 0.66 | 0 | 0.57 | 0.16 | 128.09 | 0.64 | 0.57 |
| Hex | 4A | D7 | 5D | 42 | 0 | 39 | 10 | 80 | 40 | 39 |
| Octal | 112 | 327 | 135 | 102 | 0 | 71 | 20 | 200 | 100 | 71 |
| Binary | 1001010 | 11010111 | 1011101 | 1000010 | 0 | 111001 | 10000 | 10000000 | 1000000 | 111001 |
Color Harmonies of #4AD75D
Complementary color
Monochromatic Colors of #4AD75D
Black with #4AD75D
Text Example
Text Example
White with #4AD75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD75D; }
p { color: rgb(74,215,93); }
H1.HeaderClassName
{
color: #4AD75D;
}
.AnyTagClassName
{
color: #4AD75D;
}
</style>
background-color css
<style>
a { background-color: #4AD75D; }
a { background-color: rgb(74,215,93); }
div.DivClassName
{
background-color: #4AD75D;
}
.BgClassName
{
background-color: #4AD75D;
}
</style>
border-color css
<style>
span { border-color: #4AD75D; }
span { border-color: rgb(74,215,93); }
td.TdClassName
{
border-color: #4AD75D;
}
.TagClassName
{
border-color: #4AD75D;
}
</style>