Shades of Emerald #4AD85B
Tints of Emerald #4AD85B
RGB
CMYK
RGB Variations
Color information
#4AD85B (or 0x4AD85B) is known color: Emerald. HEX triplet: 4A, D8 and 5B. RGB value is (74,216,91). Sum of RGB (Red+Green+Blue) = 74+216+91=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 216 (84.77% from 255 or 56.69% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD85B is #B527A4. Grayscale: #9F9F9F. Windows color (decimal): -11872165 or 6019146. OLE color: 6019146.
HSL color Cylindrical-coordinate representation of color #4AD85B: hue angle of 127.18º 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 #4AD85B is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 91 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.15 |
| HSL | 127.18º | 0.65% | 0.57% | - |
| HSV(B) | 127.18º | 0.66% | 0.85% | - |
| XYZ | 29.27 | 51.32 | 18.26 | - |
| YUV | 159.29 | 89.46 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 91 | 0.66 | 0 | 0.58 | 0.15 | 127.18 | 0.65 | 0.57 |
| Hex | 4A | D8 | 5B | 42 | 0 | 3A | F | 7F | 41 | 39 |
| Octal | 112 | 330 | 133 | 102 | 0 | 72 | 17 | 177 | 101 | 71 |
| Binary | 1001010 | 11011000 | 1011011 | 1000010 | 0 | 111010 | 1111 | 1111111 | 1000001 | 111001 |
Color Harmonies of #4AD85B
Complementary color
Monochromatic Colors of #4AD85B
Black with #4AD85B
Text Example
Text Example
White with #4AD85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD85B; }
p { color: rgb(74,216,91); }
H1.HeaderClassName
{
color: #4AD85B;
}
.AnyTagClassName
{
color: #4AD85B;
}
</style>
background-color css
<style>
a { background-color: #4AD85B; }
a { background-color: rgb(74,216,91); }
div.DivClassName
{
background-color: #4AD85B;
}
.BgClassName
{
background-color: #4AD85B;
}
</style>
border-color css
<style>
span { border-color: #4AD85B; }
span { border-color: rgb(74,216,91); }
td.TdClassName
{
border-color: #4AD85B;
}
.TagClassName
{
border-color: #4AD85B;
}
</style>