Shades of Emerald #4AC375
Tints of Emerald #4AC375
RGB
CMYK
RGB Variations
Color information
#4AC375 (or 0x4AC375) is known color: Emerald. HEX triplet: 4A, C3 and 75. RGB value is (74,195,117). Sum of RGB (Red+Green+Blue) = 74+195+117=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC375 is #B53C8A. Grayscale: #969696. Windows color (decimal): -11877515 or 7717706. OLE color: 7717706.
HSL color Cylindrical-coordinate representation of color #4AC375: hue angle of 141.32º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC375 is Cyan = 0.62, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 117 | - |
| CMYK | 0.62 | 0 | 0.4 | 0.24 |
| HSL | 141.32º | 0.5% | 0.53% | - |
| HSV(B) | 141.32º | 0.62% | 0.76% | - |
| XYZ | 25.55 | 41.77 | 23.55 | - |
| YUV | 149.93 | 109.41 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 117 | 0.62 | 0 | 0.4 | 0.24 | 141.32 | 0.5 | 0.53 |
| Hex | 4A | C3 | 75 | 3E | 0 | 28 | 18 | 8D | 32 | 35 |
| Octal | 112 | 303 | 165 | 76 | 0 | 50 | 30 | 215 | 62 | 65 |
| Binary | 1001010 | 11000011 | 1110101 | 111110 | 0 | 101000 | 11000 | 10001101 | 110010 | 110101 |
Color Harmonies of #4AC375
Complementary color
Monochromatic Colors of #4AC375
Black with #4AC375
Text Example
Text Example
White with #4AC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC375; }
p { color: rgb(74,195,117); }
H1.HeaderClassName
{
color: #4AC375;
}
.AnyTagClassName
{
color: #4AC375;
}
</style>
background-color css
<style>
a { background-color: #4AC375; }
a { background-color: rgb(74,195,117); }
div.DivClassName
{
background-color: #4AC375;
}
.BgClassName
{
background-color: #4AC375;
}
</style>
border-color css
<style>
span { border-color: #4AC375; }
span { border-color: rgb(74,195,117); }
td.TdClassName
{
border-color: #4AC375;
}
.TagClassName
{
border-color: #4AC375;
}
</style>