Shades of Emerald #4ADD85
Tints of Emerald #4ADD85
RGB
CMYK
RGB Variations
Color information
#4ADD85 (or 0x4ADD85) is known color: Emerald. HEX triplet: 4A, DD and 85. RGB value is (74,221,133). Sum of RGB (Red+Green+Blue) = 74+221+133=428 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.29% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADD85 is #B5227A. Grayscale: #A7A7A7. Windows color (decimal): -11870843 or 8772938. OLE color: 8772938.
HSL color Cylindrical-coordinate representation of color #4ADD85: hue angle of 144.08º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADD85 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 133 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.13 |
| HSL | 144.08º | 0.68% | 0.58% | - |
| HSV(B) | 144.08º | 0.67% | 0.87% | - |
| XYZ | 32.91 | 54.86 | 31.05 | - |
| YUV | 167.02 | 108.8 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 133 | 0.67 | 0 | 0.40 | 0.13 | 144.08 | 0.68 | 0.58 |
| Hex | 4A | DD | 85 | 43 | 0 | 28 | D | 90 | 44 | 3A |
| Octal | 112 | 335 | 205 | 103 | 0 | 50 | 15 | 220 | 104 | 72 |
| Binary | 1001010 | 11011101 | 10000101 | 1000011 | 0 | 101000 | 1101 | 10010000 | 1000100 | 111010 |
Color Harmonies of #4ADD85
Complementary color
Monochromatic Colors of #4ADD85
Black with #4ADD85
Text Example
Text Example
White with #4ADD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADD85; }
p { color: rgb(74,221,133); }
H1.HeaderClassName
{
color: #4ADD85;
}
.AnyTagClassName
{
color: #4ADD85;
}
</style>
background-color css
<style>
a { background-color: #4ADD85; }
a { background-color: rgb(74,221,133); }
div.DivClassName
{
background-color: #4ADD85;
}
.BgClassName
{
background-color: #4ADD85;
}
</style>
border-color css
<style>
span { border-color: #4ADD85; }
span { border-color: rgb(74,221,133); }
td.TdClassName
{
border-color: #4ADD85;
}
.TagClassName
{
border-color: #4ADD85;
}
</style>