Shades of Emerald #4ADC85
Tints of Emerald #4ADC85
RGB
CMYK
RGB Variations
Color information
#4ADC85 (or 0x4ADC85) is known color: Emerald. HEX triplet: 4A, DC and 85. RGB value is (74,220,133). Sum of RGB (Red+Green+Blue) = 74+220+133=427 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.33% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADC85 is #B5237A. Grayscale: #A6A6A6. Windows color (decimal): -11871099 or 8772682. OLE color: 8772682.
HSL color Cylindrical-coordinate representation of color #4ADC85: hue angle of 144.25º 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 #4ADC85 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 133 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.14 |
| HSL | 144.25º | 0.68% | 0.58% | - |
| HSV(B) | 144.25º | 0.66% | 0.86% | - |
| XYZ | 32.65 | 54.34 | 30.96 | - |
| YUV | 166.43 | 109.13 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 133 | 0.66 | 0 | 0.40 | 0.14 | 144.25 | 0.68 | 0.58 |
| Hex | 4A | DC | 85 | 42 | 0 | 28 | E | 90 | 44 | 3A |
| Octal | 112 | 334 | 205 | 102 | 0 | 50 | 16 | 220 | 104 | 72 |
| Binary | 1001010 | 11011100 | 10000101 | 1000010 | 0 | 101000 | 1110 | 10010000 | 1000100 | 111010 |
Color Harmonies of #4ADC85
Complementary color
Monochromatic Colors of #4ADC85
Black with #4ADC85
Text Example
Text Example
White with #4ADC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADC85; }
p { color: rgb(74,220,133); }
H1.HeaderClassName
{
color: #4ADC85;
}
.AnyTagClassName
{
color: #4ADC85;
}
</style>
background-color css
<style>
a { background-color: #4ADC85; }
a { background-color: rgb(74,220,133); }
div.DivClassName
{
background-color: #4ADC85;
}
.BgClassName
{
background-color: #4ADC85;
}
</style>
border-color css
<style>
span { border-color: #4ADC85; }
span { border-color: rgb(74,220,133); }
td.TdClassName
{
border-color: #4ADC85;
}
.TagClassName
{
border-color: #4ADC85;
}
</style>