Shades of Emerald #4AD85D
Tints of Emerald #4AD85D
RGB
CMYK
RGB Variations
Color information
#4AD85D (or 0x4AD85D) is known color: Emerald. HEX triplet: 4A, D8 and 5D. RGB value is (74,216,93). Sum of RGB (Red+Green+Blue) = 74+216+93=383 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.32% from 383); Green value is 216 (84.77% from 255 or 56.40% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD85D is #B527A2. Grayscale: #9F9F9F. Windows color (decimal): -11872163 or 6150218. OLE color: 6150218.
HSL color Cylindrical-coordinate representation of color #4AD85D: hue angle of 128.03º 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 #4AD85D is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 93 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.15 |
| HSL | 128.03º | 0.65% | 0.57% | - |
| HSV(B) | 128.03º | 0.66% | 0.85% | - |
| XYZ | 29.36 | 51.36 | 18.72 | - |
| YUV | 159.52 | 90.46 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 93 | 0.66 | 0 | 0.57 | 0.15 | 128.03 | 0.65 | 0.57 |
| Hex | 4A | D8 | 5D | 42 | 0 | 39 | F | 80 | 41 | 39 |
| Octal | 112 | 330 | 135 | 102 | 0 | 71 | 17 | 200 | 101 | 71 |
| Binary | 1001010 | 11011000 | 1011101 | 1000010 | 0 | 111001 | 1111 | 10000000 | 1000001 | 111001 |
Color Harmonies of #4AD85D
Complementary color
Monochromatic Colors of #4AD85D
Black with #4AD85D
Text Example
Text Example
White with #4AD85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD85D; }
p { color: rgb(74,216,93); }
H1.HeaderClassName
{
color: #4AD85D;
}
.AnyTagClassName
{
color: #4AD85D;
}
</style>
background-color css
<style>
a { background-color: #4AD85D; }
a { background-color: rgb(74,216,93); }
div.DivClassName
{
background-color: #4AD85D;
}
.BgClassName
{
background-color: #4AD85D;
}
</style>
border-color css
<style>
span { border-color: #4AD85D; }
span { border-color: rgb(74,216,93); }
td.TdClassName
{
border-color: #4AD85D;
}
.TagClassName
{
border-color: #4AD85D;
}
</style>