Shades of Emerald #4AD75C
Tints of Emerald #4AD75C
RGB
CMYK
RGB Variations
Color information
#4AD75C (or 0x4AD75C) is known color: Emerald. HEX triplet: 4A, D7 and 5C. RGB value is (74,215,92). Sum of RGB (Red+Green+Blue) = 74+215+92=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 215 (84.38% from 255 or 56.43% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD75C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD75C is #B528A3. Grayscale: #9F9F9F. Windows color (decimal): -11872420 or 6084426. OLE color: 6084426.
HSL color Cylindrical-coordinate representation of color #4AD75C: hue angle of 127.66º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD75C is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 92 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.16 |
| HSL | 127.66º | 0.64% | 0.57% | - |
| HSV(B) | 127.66º | 0.66% | 0.84% | - |
| XYZ | 29.06 | 50.83 | 18.4 | - |
| YUV | 158.82 | 90.29 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 92 | 0.66 | 0 | 0.57 | 0.16 | 127.66 | 0.64 | 0.57 |
| Hex | 4A | D7 | 5C | 42 | 0 | 39 | 10 | 80 | 40 | 39 |
| Octal | 112 | 327 | 134 | 102 | 0 | 71 | 20 | 200 | 100 | 71 |
| Binary | 1001010 | 11010111 | 1011100 | 1000010 | 0 | 111001 | 10000 | 10000000 | 1000000 | 111001 |
Color Harmonies of #4AD75C
Complementary color
Monochromatic Colors of #4AD75C
Black with #4AD75C
Text Example
Text Example
White with #4AD75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD75C; }
p { color: rgb(74,215,92); }
H1.HeaderClassName
{
color: #4AD75C;
}
.AnyTagClassName
{
color: #4AD75C;
}
</style>
background-color css
<style>
a { background-color: #4AD75C; }
a { background-color: rgb(74,215,92); }
div.DivClassName
{
background-color: #4AD75C;
}
.BgClassName
{
background-color: #4AD75C;
}
</style>
border-color css
<style>
span { border-color: #4AD75C; }
span { border-color: rgb(74,215,92); }
td.TdClassName
{
border-color: #4AD75C;
}
.TagClassName
{
border-color: #4AD75C;
}
</style>