Shades of Emerald #4DF385
Tints of Emerald #4DF385
RGB
CMYK
RGB Variations
Color information
#4DF385 (or 0x4DF385) is known color: Emerald. HEX triplet: 4D, F3 and 85. RGB value is (77,243,133). Sum of RGB (Red+Green+Blue) = 77+243+133=453 (60% of max value = 765). Red value is 77 (30.47% from 255 or 17.00% from 453); Green value is 243 (95.31% from 255 or 53.64% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF385 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF385 is #B20C7A. Grayscale: #B5B5B5. Windows color (decimal): -11668603 or 8778573. OLE color: 8778573.
HSL color Cylindrical-coordinate representation of color #4DF385: hue angle of 140.24º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF385 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 133 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.05 |
| HSL | 140.24º | 0.87% | 0.63% | - |
| HSV(B) | 140.24º | 0.68% | 0.95% | - |
| XYZ | 39.34 | 67.37 | 33.12 | - |
| YUV | 180.83 | 101 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 133 | 0.68 | 0 | 0.45 | 0.05 | 140.24 | 0.87 | 0.63 |
| Hex | 4D | F3 | 85 | 44 | 0 | 2D | 5 | 8C | 57 | 3F |
| Octal | 115 | 363 | 205 | 104 | 0 | 55 | 5 | 214 | 127 | 77 |
| Binary | 1001101 | 11110011 | 10000101 | 1000100 | 0 | 101101 | 101 | 10001100 | 1010111 | 111111 |
Color Harmonies of #4DF385
Complementary color
Monochromatic Colors of #4DF385
Black with #4DF385
Text Example
Text Example
White with #4DF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF385; }
p { color: rgb(77,243,133); }
H1.HeaderClassName
{
color: #4DF385;
}
.AnyTagClassName
{
color: #4DF385;
}
</style>
background-color css
<style>
a { background-color: #4DF385; }
a { background-color: rgb(77,243,133); }
div.DivClassName
{
background-color: #4DF385;
}
.BgClassName
{
background-color: #4DF385;
}
</style>
border-color css
<style>
span { border-color: #4DF385; }
span { border-color: rgb(77,243,133); }
td.TdClassName
{
border-color: #4DF385;
}
.TagClassName
{
border-color: #4DF385;
}
</style>