Shades of Emerald #4AD86B
Tints of Emerald #4AD86B
RGB
CMYK
RGB Variations
Color information
#4AD86B (or 0x4AD86B) is known color: Emerald. HEX triplet: 4A, D8 and 6B. RGB value is (74,216,107). Sum of RGB (Red+Green+Blue) = 74+216+107=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD86B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD86B is #B52794. Grayscale: #A1A1A1. Windows color (decimal): -11872149 or 7067722. OLE color: 7067722.
HSL color Cylindrical-coordinate representation of color #4AD86B: hue angle of 133.94º 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 #4AD86B is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 107 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.15 |
| HSL | 133.94º | 0.65% | 0.57% | - |
| HSV(B) | 133.94º | 0.66% | 0.85% | - |
| XYZ | 30.03 | 51.63 | 22.29 | - |
| YUV | 161.12 | 97.46 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 107 | 0.66 | 0 | 0.50 | 0.15 | 133.94 | 0.65 | 0.57 |
| Hex | 4A | D8 | 6B | 42 | 0 | 32 | F | 86 | 41 | 39 |
| Octal | 112 | 330 | 153 | 102 | 0 | 62 | 17 | 206 | 101 | 71 |
| Binary | 1001010 | 11011000 | 1101011 | 1000010 | 0 | 110010 | 1111 | 10000110 | 1000001 | 111001 |
Color Harmonies of #4AD86B
Complementary color
Monochromatic Colors of #4AD86B
Black with #4AD86B
Text Example
Text Example
White with #4AD86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD86B; }
p { color: rgb(74,216,107); }
H1.HeaderClassName
{
color: #4AD86B;
}
.AnyTagClassName
{
color: #4AD86B;
}
</style>
background-color css
<style>
a { background-color: #4AD86B; }
a { background-color: rgb(74,216,107); }
div.DivClassName
{
background-color: #4AD86B;
}
.BgClassName
{
background-color: #4AD86B;
}
</style>
border-color css
<style>
span { border-color: #4AD86B; }
span { border-color: rgb(74,216,107); }
td.TdClassName
{
border-color: #4AD86B;
}
.TagClassName
{
border-color: #4AD86B;
}
</style>