Shades of Emerald #4FF482
Tints of Emerald #4FF482
RGB
CMYK
RGB Variations
Color information
#4FF482 (or 0x4FF482) is known color: Emerald. HEX triplet: 4F, F4 and 82. RGB value is (79,244,130). Sum of RGB (Red+Green+Blue) = 79+244+130=453 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.44% from 453); Green value is 244 (95.70% from 255 or 53.86% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 244 - color contains mainly: green. Hex color #4FF482 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FF482 is #B00B7D. Grayscale: #B5B5B5. Windows color (decimal): -11537278 or 8582223. OLE color: 8582223.
HSL color Cylindrical-coordinate representation of color #4FF482: hue angle of 138.55º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FF482 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 244 | 130 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.04 |
| HSL | 138.55º | 0.88% | 0.63% | - |
| HSV(B) | 138.55º | 0.68% | 0.96% | - |
| XYZ | 39.6 | 67.98 | 32.15 | - |
| YUV | 181.67 | 98.84 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 244 | 130 | 0.68 | 0 | 0.47 | 0.04 | 138.55 | 0.88 | 0.63 |
| Hex | 4F | F4 | 82 | 44 | 0 | 2F | 4 | 8B | 58 | 3F |
| Octal | 117 | 364 | 202 | 104 | 0 | 57 | 4 | 213 | 130 | 77 |
| Binary | 1001111 | 11110100 | 10000010 | 1000100 | 0 | 101111 | 100 | 10001011 | 1011000 | 111111 |
Color Harmonies of #4FF482
Complementary color
Monochromatic Colors of #4FF482
Black with #4FF482
Text Example
Text Example
White with #4FF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF482; }
p { color: rgb(79,244,130); }
H1.HeaderClassName
{
color: #4FF482;
}
.AnyTagClassName
{
color: #4FF482;
}
</style>
background-color css
<style>
a { background-color: #4FF482; }
a { background-color: rgb(79,244,130); }
div.DivClassName
{
background-color: #4FF482;
}
.BgClassName
{
background-color: #4FF482;
}
</style>
border-color css
<style>
span { border-color: #4FF482; }
span { border-color: rgb(79,244,130); }
td.TdClassName
{
border-color: #4FF482;
}
.TagClassName
{
border-color: #4FF482;
}
</style>