Shades of Emerald #4DC965
Tints of Emerald #4DC965
RGB
CMYK
RGB Variations
Color information
#4DC965 (or 0x4DC965) is known color: Emerald. HEX triplet: 4D, C9 and 65. RGB value is (77,201,101). Sum of RGB (Red+Green+Blue) = 77+201+101=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 201 (78.91% from 255 or 53.03% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC965 is #B2369A. Grayscale: #989898. Windows color (decimal): -11679387 or 6670669. OLE color: 6670669.
HSL color Cylindrical-coordinate representation of color #4DC965: hue angle of 131.61º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC965 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 201 | 101 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.21 |
| HSL | 131.61º | 0.53% | 0.55% | - |
| HSV(B) | 131.61º | 0.62% | 0.79% | - |
| XYZ | 26.3 | 44.29 | 19.47 | - |
| YUV | 152.52 | 98.92 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 201 | 101 | 0.62 | 0 | 0.50 | 0.21 | 131.61 | 0.53 | 0.55 |
| Hex | 4D | C9 | 65 | 3E | 0 | 32 | 15 | 84 | 35 | 37 |
| Octal | 115 | 311 | 145 | 76 | 0 | 62 | 25 | 204 | 65 | 67 |
| Binary | 1001101 | 11001001 | 1100101 | 111110 | 0 | 110010 | 10101 | 10000100 | 110101 | 110111 |
Color Harmonies of #4DC965
Complementary color
Monochromatic Colors of #4DC965
Black with #4DC965
Text Example
Text Example
White with #4DC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC965; }
p { color: rgb(77,201,101); }
H1.HeaderClassName
{
color: #4DC965;
}
.AnyTagClassName
{
color: #4DC965;
}
</style>
background-color css
<style>
a { background-color: #4DC965; }
a { background-color: rgb(77,201,101); }
div.DivClassName
{
background-color: #4DC965;
}
.BgClassName
{
background-color: #4DC965;
}
</style>
border-color css
<style>
span { border-color: #4DC965; }
span { border-color: rgb(77,201,101); }
td.TdClassName
{
border-color: #4DC965;
}
.TagClassName
{
border-color: #4DC965;
}
</style>