Shades of Emerald #4FF288
Tints of Emerald #4FF288
RGB
CMYK
RGB Variations
Color information
#4FF288 (or 0x4FF288) is known color: Emerald. HEX triplet: 4F, F2 and 88. RGB value is (79,242,136). Sum of RGB (Red+Green+Blue) = 79+242+136=457 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.29% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF288 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FF288 is #B00D77. Grayscale: #B5B5B5. Windows color (decimal): -11537784 or 8974927. OLE color: 8974927.
HSL color Cylindrical-coordinate representation of color #4FF288: hue angle of 140.98º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF288 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 242 | 136 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.05 |
| HSL | 140.98º | 0.86% | 0.63% | - |
| HSV(B) | 140.98º | 0.67% | 0.95% | - |
| XYZ | 39.42 | 66.94 | 34.14 | - |
| YUV | 181.18 | 102.5 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 242 | 136 | 0.67 | 0 | 0.44 | 0.05 | 140.98 | 0.86 | 0.63 |
| Hex | 4F | F2 | 88 | 43 | 0 | 2C | 5 | 8D | 56 | 3F |
| Octal | 117 | 362 | 210 | 103 | 0 | 54 | 5 | 215 | 126 | 77 |
| Binary | 1001111 | 11110010 | 10001000 | 1000011 | 0 | 101100 | 101 | 10001101 | 1010110 | 111111 |
Color Harmonies of #4FF288
Complementary color
Monochromatic Colors of #4FF288
Black with #4FF288
Text Example
Text Example
White with #4FF288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF288; }
p { color: rgb(79,242,136); }
H1.HeaderClassName
{
color: #4FF288;
}
.AnyTagClassName
{
color: #4FF288;
}
</style>
background-color css
<style>
a { background-color: #4FF288; }
a { background-color: rgb(79,242,136); }
div.DivClassName
{
background-color: #4FF288;
}
.BgClassName
{
background-color: #4FF288;
}
</style>
border-color css
<style>
span { border-color: #4FF288; }
span { border-color: rgb(79,242,136); }
td.TdClassName
{
border-color: #4FF288;
}
.TagClassName
{
border-color: #4FF288;
}
</style>