Shades of Emerald #4DC465
Tints of Emerald #4DC465
RGB
CMYK
RGB Variations
Color information
#4DC465 (or 0x4DC465) is known color: Emerald. HEX triplet: 4D, C4 and 65. RGB value is (77,196,101). Sum of RGB (Red+Green+Blue) = 77+196+101=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 196 (76.95% from 255 or 52.41% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC465 is #B23B9A. Grayscale: #959595. Windows color (decimal): -11680667 or 6669389. OLE color: 6669389.
HSL color Cylindrical-coordinate representation of color #4DC465: hue angle of 132.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC465 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 101 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.23 |
| HSL | 132.1º | 0.5% | 0.54% | - |
| HSV(B) | 132.1º | 0.61% | 0.77% | - |
| XYZ | 25.15 | 42 | 19.09 | - |
| YUV | 149.59 | 100.58 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 101 | 0.61 | 0 | 0.48 | 0.23 | 132.1 | 0.5 | 0.54 |
| Hex | 4D | C4 | 65 | 3D | 0 | 30 | 17 | 84 | 32 | 36 |
| Octal | 115 | 304 | 145 | 75 | 0 | 60 | 27 | 204 | 62 | 66 |
| Binary | 1001101 | 11000100 | 1100101 | 111101 | 0 | 110000 | 10111 | 10000100 | 110010 | 110110 |
Color Harmonies of #4DC465
Complementary color
Monochromatic Colors of #4DC465
Black with #4DC465
Text Example
Text Example
White with #4DC465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC465; }
p { color: rgb(77,196,101); }
H1.HeaderClassName
{
color: #4DC465;
}
.AnyTagClassName
{
color: #4DC465;
}
</style>
background-color css
<style>
a { background-color: #4DC465; }
a { background-color: rgb(77,196,101); }
div.DivClassName
{
background-color: #4DC465;
}
.BgClassName
{
background-color: #4DC465;
}
</style>
border-color css
<style>
span { border-color: #4DC465; }
span { border-color: rgb(77,196,101); }
td.TdClassName
{
border-color: #4DC465;
}
.TagClassName
{
border-color: #4DC465;
}
</style>