Shades of Emerald #4FDA82
Tints of Emerald #4FDA82
RGB
CMYK
RGB Variations
Color information
#4FDA82 (or 0x4FDA82) is known color: Emerald. HEX triplet: 4F, DA and 82. RGB value is (79,218,130). Sum of RGB (Red+Green+Blue) = 79+218+130=427 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.50% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FDA82 is #B0257D. Grayscale: #A6A6A6. Windows color (decimal): -11543934 or 8575567. OLE color: 8575567.
HSL color Cylindrical-coordinate representation of color #4FDA82: hue angle of 142.01º 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 #4FDA82 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 218 | 130 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.15 |
| HSL | 142.01º | 0.65% | 0.58% | - |
| HSV(B) | 142.01º | 0.64% | 0.85% | - |
| XYZ | 32.33 | 53.42 | 29.73 | - |
| YUV | 166.41 | 107.45 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 218 | 130 | 0.64 | 0 | 0.40 | 0.15 | 142.01 | 0.65 | 0.58 |
| Hex | 4F | DA | 82 | 40 | 0 | 28 | F | 8E | 41 | 3A |
| Octal | 117 | 332 | 202 | 100 | 0 | 50 | 17 | 216 | 101 | 72 |
| Binary | 1001111 | 11011010 | 10000010 | 1000000 | 0 | 101000 | 1111 | 10001110 | 1000001 | 111010 |
Color Harmonies of #4FDA82
Complementary color
Monochromatic Colors of #4FDA82
Black with #4FDA82
Text Example
Text Example
White with #4FDA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDA82; }
p { color: rgb(79,218,130); }
H1.HeaderClassName
{
color: #4FDA82;
}
.AnyTagClassName
{
color: #4FDA82;
}
</style>
background-color css
<style>
a { background-color: #4FDA82; }
a { background-color: rgb(79,218,130); }
div.DivClassName
{
background-color: #4FDA82;
}
.BgClassName
{
background-color: #4FDA82;
}
</style>
border-color css
<style>
span { border-color: #4FDA82; }
span { border-color: rgb(79,218,130); }
td.TdClassName
{
border-color: #4FDA82;
}
.TagClassName
{
border-color: #4FDA82;
}
</style>