Shades of Emerald #4DC369
Tints of Emerald #4DC369
RGB
CMYK
RGB Variations
Color information
#4DC369 (or 0x4DC369) is known color: Emerald. HEX triplet: 4D, C3 and 69. RGB value is (77,195,105). Sum of RGB (Red+Green+Blue) = 77+195+105=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 195 (76.56% from 255 or 51.72% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 195 - color contains mainly: green. Hex color #4DC369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC369 is #B23C96. Grayscale: #959595. Windows color (decimal): -11680919 or 6931277. OLE color: 6931277.
HSL color Cylindrical-coordinate representation of color #4DC369: hue angle of 134.24º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC369 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 195 | 105 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.24 |
| HSL | 134.24º | 0.5% | 0.53% | - |
| HSV(B) | 134.24º | 0.61% | 0.76% | - |
| XYZ | 25.13 | 41.63 | 20.08 | - |
| YUV | 149.46 | 102.91 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 195 | 105 | 0.61 | 0 | 0.46 | 0.24 | 134.24 | 0.5 | 0.53 |
| Hex | 4D | C3 | 69 | 3D | 0 | 2E | 18 | 86 | 32 | 35 |
| Octal | 115 | 303 | 151 | 75 | 0 | 56 | 30 | 206 | 62 | 65 |
| Binary | 1001101 | 11000011 | 1101001 | 111101 | 0 | 101110 | 11000 | 10000110 | 110010 | 110101 |
Color Harmonies of #4DC369
Complementary color
Monochromatic Colors of #4DC369
Black with #4DC369
Text Example
Text Example
White with #4DC369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC369; }
p { color: rgb(77,195,105); }
H1.HeaderClassName
{
color: #4DC369;
}
.AnyTagClassName
{
color: #4DC369;
}
</style>
background-color css
<style>
a { background-color: #4DC369; }
a { background-color: rgb(77,195,105); }
div.DivClassName
{
background-color: #4DC369;
}
.BgClassName
{
background-color: #4DC369;
}
</style>
border-color css
<style>
span { border-color: #4DC369; }
span { border-color: rgb(77,195,105); }
td.TdClassName
{
border-color: #4DC369;
}
.TagClassName
{
border-color: #4DC369;
}
</style>