Shades of Emerald #4DCF63
Tints of Emerald #4DCF63
RGB
CMYK
RGB Variations
Color information
#4DCF63 (or 0x4DCF63) is known color: Emerald. HEX triplet: 4D, CF and 63. RGB value is (77,207,99). Sum of RGB (Red+Green+Blue) = 77+207+99=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCF63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCF63 is #B2309C. Grayscale: #9C9C9C. Windows color (decimal): -11677853 or 6541133. OLE color: 6541133.
HSL color Cylindrical-coordinate representation of color #4DCF63: hue angle of 130.15º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCF63 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 207 | 99 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.19 |
| HSL | 130.15º | 0.58% | 0.56% | - |
| HSV(B) | 130.15º | 0.63% | 0.81% | - |
| XYZ | 27.63 | 47.1 | 19.44 | - |
| YUV | 155.82 | 95.93 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 99 | 0.63 | 0 | 0.52 | 0.19 | 130.15 | 0.58 | 0.56 |
| Hex | 4D | CF | 63 | 3F | 0 | 34 | 13 | 82 | 3A | 38 |
| Octal | 115 | 317 | 143 | 77 | 0 | 64 | 23 | 202 | 72 | 70 |
| Binary | 1001101 | 11001111 | 1100011 | 111111 | 0 | 110100 | 10011 | 10000010 | 111010 | 111000 |
Color Harmonies of #4DCF63
Complementary color
Monochromatic Colors of #4DCF63
Black with #4DCF63
Text Example
Text Example
White with #4DCF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCF63; }
p { color: rgb(77,207,99); }
H1.HeaderClassName
{
color: #4DCF63;
}
.AnyTagClassName
{
color: #4DCF63;
}
</style>
background-color css
<style>
a { background-color: #4DCF63; }
a { background-color: rgb(77,207,99); }
div.DivClassName
{
background-color: #4DCF63;
}
.BgClassName
{
background-color: #4DCF63;
}
</style>
border-color css
<style>
span { border-color: #4DCF63; }
span { border-color: rgb(77,207,99); }
td.TdClassName
{
border-color: #4DCF63;
}
.TagClassName
{
border-color: #4DCF63;
}
</style>