Shades of Emerald #4AD75B
Tints of Emerald #4AD75B
RGB
CMYK
RGB Variations
Color information
#4AD75B (or 0x4AD75B) is known color: Emerald. HEX triplet: 4A, D7 and 5B. RGB value is (74,215,91). Sum of RGB (Red+Green+Blue) = 74+215+91=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 215 (84.38% from 255 or 56.58% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD75B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD75B is #B528A4. Grayscale: #9F9F9F. Windows color (decimal): -11872421 or 6018890. OLE color: 6018890.
HSL color Cylindrical-coordinate representation of color #4AD75B: hue angle of 127.23º 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 #4AD75B is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 91 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.16 |
| HSL | 127.23º | 0.64% | 0.57% | - |
| HSV(B) | 127.23º | 0.66% | 0.84% | - |
| XYZ | 29.01 | 50.81 | 18.18 | - |
| YUV | 158.71 | 89.79 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 91 | 0.66 | 0 | 0.58 | 0.16 | 127.23 | 0.64 | 0.57 |
| Hex | 4A | D7 | 5B | 42 | 0 | 3A | 10 | 7F | 40 | 39 |
| Octal | 112 | 327 | 133 | 102 | 0 | 72 | 20 | 177 | 100 | 71 |
| Binary | 1001010 | 11010111 | 1011011 | 1000010 | 0 | 111010 | 10000 | 1111111 | 1000000 | 111001 |
Color Harmonies of #4AD75B
Complementary color
Monochromatic Colors of #4AD75B
Black with #4AD75B
Text Example
Text Example
White with #4AD75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD75B; }
p { color: rgb(74,215,91); }
H1.HeaderClassName
{
color: #4AD75B;
}
.AnyTagClassName
{
color: #4AD75B;
}
</style>
background-color css
<style>
a { background-color: #4AD75B; }
a { background-color: rgb(74,215,91); }
div.DivClassName
{
background-color: #4AD75B;
}
.BgClassName
{
background-color: #4AD75B;
}
</style>
border-color css
<style>
span { border-color: #4AD75B; }
span { border-color: rgb(74,215,91); }
td.TdClassName
{
border-color: #4AD75B;
}
.TagClassName
{
border-color: #4AD75B;
}
</style>