Shades of Emerald #4DF185
Tints of Emerald #4DF185
RGB
CMYK
RGB Variations
Color information
#4DF185 (or 0x4DF185) is known color: Emerald. HEX triplet: 4D, F1 and 85. RGB value is (77,241,133). Sum of RGB (Red+Green+Blue) = 77+241+133=451 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.07% from 451); Green value is 241 (94.53% from 255 or 53.44% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF185 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF185 is #B20E7A. Grayscale: #B3B3B3. Windows color (decimal): -11669115 or 8778061. OLE color: 8778061.
HSL color Cylindrical-coordinate representation of color #4DF185: hue angle of 140.49º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF185 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 241 | 133 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.05 |
| HSL | 140.49º | 0.85% | 0.62% | - |
| HSV(B) | 140.49º | 0.68% | 0.95% | - |
| XYZ | 38.75 | 66.18 | 32.92 | - |
| YUV | 179.65 | 101.67 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 241 | 133 | 0.68 | 0 | 0.45 | 0.05 | 140.49 | 0.85 | 0.62 |
| Hex | 4D | F1 | 85 | 44 | 0 | 2D | 5 | 8C | 55 | 3E |
| Octal | 115 | 361 | 205 | 104 | 0 | 55 | 5 | 214 | 125 | 76 |
| Binary | 1001101 | 11110001 | 10000101 | 1000100 | 0 | 101101 | 101 | 10001100 | 1010101 | 111110 |
Color Harmonies of #4DF185
Complementary color
Monochromatic Colors of #4DF185
Black with #4DF185
Text Example
Text Example
White with #4DF185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF185; }
p { color: rgb(77,241,133); }
H1.HeaderClassName
{
color: #4DF185;
}
.AnyTagClassName
{
color: #4DF185;
}
</style>
background-color css
<style>
a { background-color: #4DF185; }
a { background-color: rgb(77,241,133); }
div.DivClassName
{
background-color: #4DF185;
}
.BgClassName
{
background-color: #4DF185;
}
</style>
border-color css
<style>
span { border-color: #4DF185; }
span { border-color: rgb(77,241,133); }
td.TdClassName
{
border-color: #4DF185;
}
.TagClassName
{
border-color: #4DF185;
}
</style>