Shades of Emerald #4FF080
Tints of Emerald #4FF080
RGB
CMYK
RGB Variations
Color information
#4FF080 (or 0x4FF080) is known color: Emerald. HEX triplet: 4F, F0 and 80. RGB value is (79,240,128). Sum of RGB (Red+Green+Blue) = 79+240+128=447 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.67% from 447); Green value is 240 (94.14% from 255 or 53.69% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 240 - color contains mainly: green. Hex color #4FF080 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FF080 is #B00F7F. Grayscale: #B3B3B3. Windows color (decimal): -11538304 or 8450127. OLE color: 8450127.
HSL color Cylindrical-coordinate representation of color #4FF080: hue angle of 138.26º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF080 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 240 | 128 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.06 |
| HSL | 138.26º | 0.84% | 0.63% | - |
| HSV(B) | 138.26º | 0.67% | 0.94% | - |
| XYZ | 38.28 | 65.54 | 31.06 | - |
| YUV | 179.09 | 99.16 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 240 | 128 | 0.67 | 0 | 0.47 | 0.06 | 138.26 | 0.84 | 0.63 |
| Hex | 4F | F0 | 80 | 43 | 0 | 2F | 6 | 8A | 54 | 3F |
| Octal | 117 | 360 | 200 | 103 | 0 | 57 | 6 | 212 | 124 | 77 |
| Binary | 1001111 | 11110000 | 10000000 | 1000011 | 0 | 101111 | 110 | 10001010 | 1010100 | 111111 |
Color Harmonies of #4FF080
Complementary color
Monochromatic Colors of #4FF080
Black with #4FF080
Text Example
Text Example
White with #4FF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF080; }
p { color: rgb(79,240,128); }
H1.HeaderClassName
{
color: #4FF080;
}
.AnyTagClassName
{
color: #4FF080;
}
</style>
background-color css
<style>
a { background-color: #4FF080; }
a { background-color: rgb(79,240,128); }
div.DivClassName
{
background-color: #4FF080;
}
.BgClassName
{
background-color: #4FF080;
}
</style>
border-color css
<style>
span { border-color: #4FF080; }
span { border-color: rgb(79,240,128); }
td.TdClassName
{
border-color: #4FF080;
}
.TagClassName
{
border-color: #4FF080;
}
</style>