Shades of Emerald #4ADA6B
Tints of Emerald #4ADA6B
RGB
CMYK
RGB Variations
Color information
#4ADA6B (or 0x4ADA6B) is known color: Emerald. HEX triplet: 4A, DA and 6B. RGB value is (74,218,107). Sum of RGB (Red+Green+Blue) = 74+218+107=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 218 (85.55% from 255 or 54.64% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADA6B is #B52594. Grayscale: #A2A2A2. Windows color (decimal): -11871637 or 7068234. OLE color: 7068234.
HSL color Cylindrical-coordinate representation of color #4ADA6B: hue angle of 133.75º degrees, saturation: 0.66, 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 #4ADA6B is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 107 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.15 |
| HSL | 133.75º | 0.66% | 0.57% | - |
| HSV(B) | 133.75º | 0.66% | 0.85% | - |
| XYZ | 30.55 | 52.66 | 22.46 | - |
| YUV | 162.29 | 96.79 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 107 | 0.66 | 0 | 0.51 | 0.15 | 133.75 | 0.66 | 0.57 |
| Hex | 4A | DA | 6B | 42 | 0 | 33 | F | 86 | 42 | 39 |
| Octal | 112 | 332 | 153 | 102 | 0 | 63 | 17 | 206 | 102 | 71 |
| Binary | 1001010 | 11011010 | 1101011 | 1000010 | 0 | 110011 | 1111 | 10000110 | 1000010 | 111001 |
Color Harmonies of #4ADA6B
Complementary color
Monochromatic Colors of #4ADA6B
Black with #4ADA6B
Text Example
Text Example
White with #4ADA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADA6B; }
p { color: rgb(74,218,107); }
H1.HeaderClassName
{
color: #4ADA6B;
}
.AnyTagClassName
{
color: #4ADA6B;
}
</style>
background-color css
<style>
a { background-color: #4ADA6B; }
a { background-color: rgb(74,218,107); }
div.DivClassName
{
background-color: #4ADA6B;
}
.BgClassName
{
background-color: #4ADA6B;
}
</style>
border-color css
<style>
span { border-color: #4ADA6B; }
span { border-color: rgb(74,218,107); }
td.TdClassName
{
border-color: #4ADA6B;
}
.TagClassName
{
border-color: #4ADA6B;
}
</style>