Shades of Emerald #4DCF69
Tints of Emerald #4DCF69
RGB
CMYK
RGB Variations
Color information
#4DCF69 (or 0x4DCF69) is known color: Emerald. HEX triplet: 4D, CF and 69. RGB value is (77,207,105). Sum of RGB (Red+Green+Blue) = 77+207+105=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCF69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCF69 is #B23096. Grayscale: #9C9C9C. Windows color (decimal): -11677847 or 6934349. OLE color: 6934349.
HSL color Cylindrical-coordinate representation of color #4DCF69: hue angle of 132.92º 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 #4DCF69 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 207 | 105 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.19 |
| HSL | 132.92º | 0.58% | 0.56% | - |
| HSV(B) | 132.92º | 0.63% | 0.81% | - |
| XYZ | 27.92 | 47.22 | 21.01 | - |
| YUV | 156.5 | 98.93 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 105 | 0.63 | 0 | 0.49 | 0.19 | 132.92 | 0.58 | 0.56 |
| Hex | 4D | CF | 69 | 3F | 0 | 31 | 13 | 85 | 3A | 38 |
| Octal | 115 | 317 | 151 | 77 | 0 | 61 | 23 | 205 | 72 | 70 |
| Binary | 1001101 | 11001111 | 1101001 | 111111 | 0 | 110001 | 10011 | 10000101 | 111010 | 111000 |
Color Harmonies of #4DCF69
Complementary color
Monochromatic Colors of #4DCF69
Black with #4DCF69
Text Example
Text Example
White with #4DCF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCF69; }
p { color: rgb(77,207,105); }
H1.HeaderClassName
{
color: #4DCF69;
}
.AnyTagClassName
{
color: #4DCF69;
}
</style>
background-color css
<style>
a { background-color: #4DCF69; }
a { background-color: rgb(77,207,105); }
div.DivClassName
{
background-color: #4DCF69;
}
.BgClassName
{
background-color: #4DCF69;
}
</style>
border-color css
<style>
span { border-color: #4DCF69; }
span { border-color: rgb(77,207,105); }
td.TdClassName
{
border-color: #4DCF69;
}
.TagClassName
{
border-color: #4DCF69;
}
</style>