Shades of Emerald #4ADC83
Tints of Emerald #4ADC83
RGB
CMYK
RGB Variations
Color information
#4ADC83 (or 0x4ADC83) is known color: Emerald. HEX triplet: 4A, DC and 83. RGB value is (74,220,131). Sum of RGB (Red+Green+Blue) = 74+220+131=425 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.41% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADC83 is #B5237C. Grayscale: #A6A6A6. Windows color (decimal): -11871101 or 8641610. OLE color: 8641610.
HSL color Cylindrical-coordinate representation of color #4ADC83: hue angle of 143.42º 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 #4ADC83 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 131 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.14 |
| HSL | 143.42º | 0.68% | 0.58% | - |
| HSV(B) | 143.42º | 0.66% | 0.86% | - |
| XYZ | 32.51 | 54.28 | 30.24 | - |
| YUV | 166.2 | 108.13 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 131 | 0.66 | 0 | 0.40 | 0.14 | 143.42 | 0.68 | 0.58 |
| Hex | 4A | DC | 83 | 42 | 0 | 28 | E | 8F | 44 | 3A |
| Octal | 112 | 334 | 203 | 102 | 0 | 50 | 16 | 217 | 104 | 72 |
| Binary | 1001010 | 11011100 | 10000011 | 1000010 | 0 | 101000 | 1110 | 10001111 | 1000100 | 111010 |
Color Harmonies of #4ADC83
Complementary color
Monochromatic Colors of #4ADC83
Black with #4ADC83
Text Example
Text Example
White with #4ADC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADC83; }
p { color: rgb(74,220,131); }
H1.HeaderClassName
{
color: #4ADC83;
}
.AnyTagClassName
{
color: #4ADC83;
}
</style>
background-color css
<style>
a { background-color: #4ADC83; }
a { background-color: rgb(74,220,131); }
div.DivClassName
{
background-color: #4ADC83;
}
.BgClassName
{
background-color: #4ADC83;
}
</style>
border-color css
<style>
span { border-color: #4ADC83; }
span { border-color: rgb(74,220,131); }
td.TdClassName
{
border-color: #4ADC83;
}
.TagClassName
{
border-color: #4ADC83;
}
</style>