Shades of Emerald #4ADC74
Tints of Emerald #4ADC74
RGB
CMYK
RGB Variations
Color information
#4ADC74 (or 0x4ADC74) is known color: Emerald. HEX triplet: 4A, DC and 74. RGB value is (74,220,116). Sum of RGB (Red+Green+Blue) = 74+220+116=410 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.05% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADC74 is #B5238B. Grayscale: #A4A4A4. Windows color (decimal): -11871116 or 7658570. OLE color: 7658570.
HSL color Cylindrical-coordinate representation of color #4ADC74: hue angle of 137.26º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADC74 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 116 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.14 |
| HSL | 137.26º | 0.68% | 0.58% | - |
| HSV(B) | 137.26º | 0.66% | 0.86% | - |
| XYZ | 31.57 | 53.9 | 25.26 | - |
| YUV | 164.49 | 100.63 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 116 | 0.66 | 0 | 0.47 | 0.14 | 137.26 | 0.68 | 0.58 |
| Hex | 4A | DC | 74 | 42 | 0 | 2F | E | 89 | 44 | 3A |
| Octal | 112 | 334 | 164 | 102 | 0 | 57 | 16 | 211 | 104 | 72 |
| Binary | 1001010 | 11011100 | 1110100 | 1000010 | 0 | 101111 | 1110 | 10001001 | 1000100 | 111010 |
Color Harmonies of #4ADC74
Complementary color
Monochromatic Colors of #4ADC74
Black with #4ADC74
Text Example
Text Example
White with #4ADC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADC74; }
p { color: rgb(74,220,116); }
H1.HeaderClassName
{
color: #4ADC74;
}
.AnyTagClassName
{
color: #4ADC74;
}
</style>
background-color css
<style>
a { background-color: #4ADC74; }
a { background-color: rgb(74,220,116); }
div.DivClassName
{
background-color: #4ADC74;
}
.BgClassName
{
background-color: #4ADC74;
}
</style>
border-color css
<style>
span { border-color: #4ADC74; }
span { border-color: rgb(74,220,116); }
td.TdClassName
{
border-color: #4ADC74;
}
.TagClassName
{
border-color: #4ADC74;
}
</style>