Shades of Emerald #4DC665
Tints of Emerald #4DC665
RGB
CMYK
RGB Variations
Color information
#4DC665 (or 0x4DC665) is known color: Emerald. HEX triplet: 4D, C6 and 65. RGB value is (77,198,101). Sum of RGB (Red+Green+Blue) = 77+198+101=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 198 (77.73% from 255 or 52.66% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 198 - color contains mainly: green. Hex color #4DC665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC665 is #B2399A. Grayscale: #979797. Windows color (decimal): -11680155 or 6669901. OLE color: 6669901.
HSL color Cylindrical-coordinate representation of color #4DC665: hue angle of 131.9º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC665 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 198 | 101 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.22 |
| HSL | 131.9º | 0.51% | 0.54% | - |
| HSV(B) | 131.9º | 0.61% | 0.78% | - |
| XYZ | 25.6 | 42.91 | 19.24 | - |
| YUV | 150.76 | 99.91 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 198 | 101 | 0.61 | 0 | 0.49 | 0.22 | 131.9 | 0.51 | 0.54 |
| Hex | 4D | C6 | 65 | 3D | 0 | 31 | 16 | 84 | 33 | 36 |
| Octal | 115 | 306 | 145 | 75 | 0 | 61 | 26 | 204 | 63 | 66 |
| Binary | 1001101 | 11000110 | 1100101 | 111101 | 0 | 110001 | 10110 | 10000100 | 110011 | 110110 |
Color Harmonies of #4DC665
Complementary color
Monochromatic Colors of #4DC665
Black with #4DC665
Text Example
Text Example
White with #4DC665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC665; }
p { color: rgb(77,198,101); }
H1.HeaderClassName
{
color: #4DC665;
}
.AnyTagClassName
{
color: #4DC665;
}
</style>
background-color css
<style>
a { background-color: #4DC665; }
a { background-color: rgb(77,198,101); }
div.DivClassName
{
background-color: #4DC665;
}
.BgClassName
{
background-color: #4DC665;
}
</style>
border-color css
<style>
span { border-color: #4DC665; }
span { border-color: rgb(77,198,101); }
td.TdClassName
{
border-color: #4DC665;
}
.TagClassName
{
border-color: #4DC665;
}
</style>