Shades of Emerald #4FDA85
Tints of Emerald #4FDA85
RGB
CMYK
RGB Variations
Color information
#4FDA85 (or 0x4FDA85) is known color: Emerald. HEX triplet: 4F, DA and 85. RGB value is (79,218,133). Sum of RGB (Red+Green+Blue) = 79+218+133=430 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.37% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FDA85 is #B0257A. Grayscale: #A6A6A6. Windows color (decimal): -11543931 or 8772175. OLE color: 8772175.
HSL color Cylindrical-coordinate representation of color #4FDA85: hue angle of 143.31º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDA85 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 218 | 133 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.15 |
| HSL | 143.31º | 0.65% | 0.58% | - |
| HSV(B) | 143.31º | 0.64% | 0.85% | - |
| XYZ | 32.53 | 53.5 | 30.8 | - |
| YUV | 166.75 | 108.95 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 218 | 133 | 0.64 | 0 | 0.39 | 0.15 | 143.31 | 0.65 | 0.58 |
| Hex | 4F | DA | 85 | 40 | 0 | 27 | F | 8F | 41 | 3A |
| Octal | 117 | 332 | 205 | 100 | 0 | 47 | 17 | 217 | 101 | 72 |
| Binary | 1001111 | 11011010 | 10000101 | 1000000 | 0 | 100111 | 1111 | 10001111 | 1000001 | 111010 |
Color Harmonies of #4FDA85
Complementary color
Monochromatic Colors of #4FDA85
Black with #4FDA85
Text Example
Text Example
White with #4FDA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDA85; }
p { color: rgb(79,218,133); }
H1.HeaderClassName
{
color: #4FDA85;
}
.AnyTagClassName
{
color: #4FDA85;
}
</style>
background-color css
<style>
a { background-color: #4FDA85; }
a { background-color: rgb(79,218,133); }
div.DivClassName
{
background-color: #4FDA85;
}
.BgClassName
{
background-color: #4FDA85;
}
</style>
border-color css
<style>
span { border-color: #4FDA85; }
span { border-color: rgb(79,218,133); }
td.TdClassName
{
border-color: #4FDA85;
}
.TagClassName
{
border-color: #4FDA85;
}
</style>