Shades of Emerald #4FF085
Tints of Emerald #4FF085
RGB
CMYK
RGB Variations
Color information
#4FF085 (or 0x4FF085) is known color: Emerald. HEX triplet: 4F, F0 and 85. RGB value is (79,240,133). Sum of RGB (Red+Green+Blue) = 79+240+133=452 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.48% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #4FF085 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FF085 is #B00F7A. Grayscale: #B3B3B3. Windows color (decimal): -11538299 or 8777807. OLE color: 8777807.
HSL color Cylindrical-coordinate representation of color #4FF085: hue angle of 140.12º 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 #4FF085 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 240 | 133 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.06 |
| HSL | 140.12º | 0.84% | 0.63% | - |
| HSV(B) | 140.12º | 0.67% | 0.94% | - |
| XYZ | 38.62 | 65.68 | 32.83 | - |
| YUV | 179.66 | 101.66 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 240 | 133 | 0.67 | 0 | 0.45 | 0.06 | 140.12 | 0.84 | 0.63 |
| Hex | 4F | F0 | 85 | 43 | 0 | 2D | 6 | 8C | 54 | 3F |
| Octal | 117 | 360 | 205 | 103 | 0 | 55 | 6 | 214 | 124 | 77 |
| Binary | 1001111 | 11110000 | 10000101 | 1000011 | 0 | 101101 | 110 | 10001100 | 1010100 | 111111 |
Color Harmonies of #4FF085
Complementary color
Monochromatic Colors of #4FF085
Black with #4FF085
Text Example
Text Example
White with #4FF085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF085; }
p { color: rgb(79,240,133); }
H1.HeaderClassName
{
color: #4FF085;
}
.AnyTagClassName
{
color: #4FF085;
}
</style>
background-color css
<style>
a { background-color: #4FF085; }
a { background-color: rgb(79,240,133); }
div.DivClassName
{
background-color: #4FF085;
}
.BgClassName
{
background-color: #4FF085;
}
</style>
border-color css
<style>
span { border-color: #4FF085; }
span { border-color: rgb(79,240,133); }
td.TdClassName
{
border-color: #4FF085;
}
.TagClassName
{
border-color: #4FF085;
}
</style>