Shades of Emerald #4ADB6B
Tints of Emerald #4ADB6B
RGB
CMYK
RGB Variations
Color information
#4ADB6B (or 0x4ADB6B) is known color: Emerald. HEX triplet: 4A, DB and 6B. RGB value is (74,219,107). Sum of RGB (Red+Green+Blue) = 74+219+107=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADB6B is #B52494. Grayscale: #A3A3A3. Windows color (decimal): -11871381 or 7068490. OLE color: 7068490.
HSL color Cylindrical-coordinate representation of color #4ADB6B: hue angle of 133.66º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADB6B is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 107 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.14 |
| HSL | 133.66º | 0.67% | 0.57% | - |
| HSV(B) | 133.66º | 0.66% | 0.86% | - |
| XYZ | 30.81 | 53.18 | 22.55 | - |
| YUV | 162.88 | 96.46 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 107 | 0.66 | 0 | 0.51 | 0.14 | 133.66 | 0.67 | 0.57 |
| Hex | 4A | DB | 6B | 42 | 0 | 33 | E | 86 | 43 | 39 |
| Octal | 112 | 333 | 153 | 102 | 0 | 63 | 16 | 206 | 103 | 71 |
| Binary | 1001010 | 11011011 | 1101011 | 1000010 | 0 | 110011 | 1110 | 10000110 | 1000011 | 111001 |
Color Harmonies of #4ADB6B
Complementary color
Monochromatic Colors of #4ADB6B
Black with #4ADB6B
Text Example
Text Example
White with #4ADB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB6B; }
p { color: rgb(74,219,107); }
H1.HeaderClassName
{
color: #4ADB6B;
}
.AnyTagClassName
{
color: #4ADB6B;
}
</style>
background-color css
<style>
a { background-color: #4ADB6B; }
a { background-color: rgb(74,219,107); }
div.DivClassName
{
background-color: #4ADB6B;
}
.BgClassName
{
background-color: #4ADB6B;
}
</style>
border-color css
<style>
span { border-color: #4ADB6B; }
span { border-color: rgb(74,219,107); }
td.TdClassName
{
border-color: #4ADB6B;
}
.TagClassName
{
border-color: #4ADB6B;
}
</style>