Shades of Emerald #4AD35C
Tints of Emerald #4AD35C
RGB
CMYK
RGB Variations
Color information
#4AD35C (or 0x4AD35C) is known color: Emerald. HEX triplet: 4A, D3 and 5C. RGB value is (74,211,92). Sum of RGB (Red+Green+Blue) = 74+211+92=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 211 (82.81% from 255 or 55.97% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 211 - color contains mainly: green. Hex color #4AD35C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD35C is #B52CA3. Grayscale: #9C9C9C. Windows color (decimal): -11873444 or 6083402. OLE color: 6083402.
HSL color Cylindrical-coordinate representation of color #4AD35C: hue angle of 127.88º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD35C is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 74 | 211 | 92 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.17 |
| HSL | 127.88º | 0.61% | 0.56% | - |
| HSV(B) | 127.88º | 0.65% | 0.83% | - |
| XYZ | 28.05 | 48.82 | 18.07 | - |
| YUV | 156.47 | 91.61 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 211 | 92 | 0.65 | 0 | 0.56 | 0.17 | 127.88 | 0.61 | 0.56 |
| Hex | 4A | D3 | 5C | 41 | 0 | 38 | 11 | 80 | 3D | 38 |
| Octal | 112 | 323 | 134 | 101 | 0 | 70 | 21 | 200 | 75 | 70 |
| Binary | 1001010 | 11010011 | 1011100 | 1000001 | 0 | 111000 | 10001 | 10000000 | 111101 | 111000 |
Color Harmonies of #4AD35C
Complementary color
Monochromatic Colors of #4AD35C
Black with #4AD35C
Text Example
Text Example
White with #4AD35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD35C; }
p { color: rgb(74,211,92); }
H1.HeaderClassName
{
color: #4AD35C;
}
.AnyTagClassName
{
color: #4AD35C;
}
</style>
background-color css
<style>
a { background-color: #4AD35C; }
a { background-color: rgb(74,211,92); }
div.DivClassName
{
background-color: #4AD35C;
}
.BgClassName
{
background-color: #4AD35C;
}
</style>
border-color css
<style>
span { border-color: #4AD35C; }
span { border-color: rgb(74,211,92); }
td.TdClassName
{
border-color: #4AD35C;
}
.TagClassName
{
border-color: #4AD35C;
}
</style>