Shades of Emerald #4DCD69
Tints of Emerald #4DCD69
RGB
CMYK
RGB Variations
Color information
#4DCD69 (or 0x4DCD69) is known color: Emerald. HEX triplet: 4D, CD and 69. RGB value is (77,205,105). Sum of RGB (Red+Green+Blue) = 77+205+105=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 205 (80.47% from 255 or 52.97% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCD69 is #B23296. Grayscale: #9B9B9B. Windows color (decimal): -11678359 or 6933837. OLE color: 6933837.
HSL color Cylindrical-coordinate representation of color #4DCD69: hue angle of 133.12º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCD69 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 105 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.20 |
| HSL | 133.13º | 0.56% | 0.55% | - |
| HSV(B) | 133.13º | 0.62% | 0.8% | - |
| XYZ | 27.44 | 46.26 | 20.85 | - |
| YUV | 155.33 | 99.59 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 105 | 0.62 | 0 | 0.49 | 0.20 | 133.13 | 0.56 | 0.55 |
| Hex | 4D | CD | 69 | 3E | 0 | 31 | 14 | 85 | 38 | 37 |
| Octal | 115 | 315 | 151 | 76 | 0 | 61 | 24 | 205 | 70 | 67 |
| Binary | 1001101 | 11001101 | 1101001 | 111110 | 0 | 110001 | 10100 | 10000101 | 111000 | 110111 |
Color Harmonies of #4DCD69
Complementary color
Monochromatic Colors of #4DCD69
Black with #4DCD69
Text Example
Text Example
White with #4DCD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD69; }
p { color: rgb(77,205,105); }
H1.HeaderClassName
{
color: #4DCD69;
}
.AnyTagClassName
{
color: #4DCD69;
}
</style>
background-color css
<style>
a { background-color: #4DCD69; }
a { background-color: rgb(77,205,105); }
div.DivClassName
{
background-color: #4DCD69;
}
.BgClassName
{
background-color: #4DCD69;
}
</style>
border-color css
<style>
span { border-color: #4DCD69; }
span { border-color: rgb(77,205,105); }
td.TdClassName
{
border-color: #4DCD69;
}
.TagClassName
{
border-color: #4DCD69;
}
</style>