Shades of Emerald #4AD985
Tints of Emerald #4AD985
RGB
CMYK
RGB Variations
Color information
#4AD985 (or 0x4AD985) is known color: Emerald. HEX triplet: 4A, D9 and 85. RGB value is (74,217,133). Sum of RGB (Red+Green+Blue) = 74+217+133=424 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.45% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD985 is #B5267A. Grayscale: #A4A4A4. Windows color (decimal): -11871867 or 8771914. OLE color: 8771914.
HSL color Cylindrical-coordinate representation of color #4AD985: hue angle of 144.76º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD985 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 217 | 133 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.15 |
| HSL | 144.76º | 0.65% | 0.57% | - |
| HSV(B) | 144.76º | 0.66% | 0.85% | - |
| XYZ | 31.87 | 52.78 | 30.7 | - |
| YUV | 164.67 | 110.12 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 133 | 0.66 | 0 | 0.39 | 0.15 | 144.76 | 0.65 | 0.57 |
| Hex | 4A | D9 | 85 | 42 | 0 | 27 | F | 91 | 41 | 39 |
| Octal | 112 | 331 | 205 | 102 | 0 | 47 | 17 | 221 | 101 | 71 |
| Binary | 1001010 | 11011001 | 10000101 | 1000010 | 0 | 100111 | 1111 | 10010001 | 1000001 | 111001 |
Color Harmonies of #4AD985
Complementary color
Monochromatic Colors of #4AD985
Black with #4AD985
Text Example
Text Example
White with #4AD985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD985; }
p { color: rgb(74,217,133); }
H1.HeaderClassName
{
color: #4AD985;
}
.AnyTagClassName
{
color: #4AD985;
}
</style>
background-color css
<style>
a { background-color: #4AD985; }
a { background-color: rgb(74,217,133); }
div.DivClassName
{
background-color: #4AD985;
}
.BgClassName
{
background-color: #4AD985;
}
</style>
border-color css
<style>
span { border-color: #4AD985; }
span { border-color: rgb(74,217,133); }
td.TdClassName
{
border-color: #4AD985;
}
.TagClassName
{
border-color: #4AD985;
}
</style>