Shades of Emerald #4AD85F
Tints of Emerald #4AD85F
RGB
CMYK
RGB Variations
Color information
#4AD85F (or 0x4AD85F) is known color: Emerald. HEX triplet: 4A, D8 and 5F. RGB value is (74,216,95). Sum of RGB (Red+Green+Blue) = 74+216+95=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 216 (84.77% from 255 or 56.10% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD85F is #B527A0. Grayscale: #A0A0A0. Windows color (decimal): -11872161 or 6281290. OLE color: 6281290.
HSL color Cylindrical-coordinate representation of color #4AD85F: hue angle of 128.87º 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 #4AD85F is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 95 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.15 |
| HSL | 128.87º | 0.65% | 0.57% | - |
| HSV(B) | 128.87º | 0.66% | 0.85% | - |
| XYZ | 29.45 | 51.39 | 19.19 | - |
| YUV | 159.75 | 91.46 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 95 | 0.66 | 0 | 0.56 | 0.15 | 128.87 | 0.65 | 0.57 |
| Hex | 4A | D8 | 5F | 42 | 0 | 38 | F | 81 | 41 | 39 |
| Octal | 112 | 330 | 137 | 102 | 0 | 70 | 17 | 201 | 101 | 71 |
| Binary | 1001010 | 11011000 | 1011111 | 1000010 | 0 | 111000 | 1111 | 10000001 | 1000001 | 111001 |
Color Harmonies of #4AD85F
Complementary color
Monochromatic Colors of #4AD85F
Black with #4AD85F
Text Example
Text Example
White with #4AD85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD85F; }
p { color: rgb(74,216,95); }
H1.HeaderClassName
{
color: #4AD85F;
}
.AnyTagClassName
{
color: #4AD85F;
}
</style>
background-color css
<style>
a { background-color: #4AD85F; }
a { background-color: rgb(74,216,95); }
div.DivClassName
{
background-color: #4AD85F;
}
.BgClassName
{
background-color: #4AD85F;
}
</style>
border-color css
<style>
span { border-color: #4AD85F; }
span { border-color: rgb(74,216,95); }
td.TdClassName
{
border-color: #4AD85F;
}
.TagClassName
{
border-color: #4AD85F;
}
</style>