Shades of Emerald #4FC264
Tints of Emerald #4FC264
RGB
CMYK
RGB Variations
Color information
#4FC264 (or 0x4FC264) is known color: Emerald. HEX triplet: 4F, C2 and 64. RGB value is (79,194,100). Sum of RGB (Red+Green+Blue) = 79+194+100=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #4FC264 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FC264 is #B03D9B. Grayscale: #959595. Windows color (decimal): -11550108 or 6603343. OLE color: 6603343.
HSL color Cylindrical-coordinate representation of color #4FC264: hue angle of 130.96º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC264 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 194 | 100 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.24 |
| HSL | 130.96º | 0.49% | 0.54% | - |
| HSV(B) | 130.96º | 0.59% | 0.76% | - |
| XYZ | 24.82 | 41.17 | 18.69 | - |
| YUV | 148.9 | 100.4 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 194 | 100 | 0.59 | 0 | 0.48 | 0.24 | 130.96 | 0.49 | 0.54 |
| Hex | 4F | C2 | 64 | 3B | 0 | 30 | 18 | 83 | 31 | 36 |
| Octal | 117 | 302 | 144 | 73 | 0 | 60 | 30 | 203 | 61 | 66 |
| Binary | 1001111 | 11000010 | 1100100 | 111011 | 0 | 110000 | 11000 | 10000011 | 110001 | 110110 |
Color Harmonies of #4FC264
Complementary color
Monochromatic Colors of #4FC264
Black with #4FC264
Text Example
Text Example
White with #4FC264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC264; }
p { color: rgb(79,194,100); }
H1.HeaderClassName
{
color: #4FC264;
}
.AnyTagClassName
{
color: #4FC264;
}
</style>
background-color css
<style>
a { background-color: #4FC264; }
a { background-color: rgb(79,194,100); }
div.DivClassName
{
background-color: #4FC264;
}
.BgClassName
{
background-color: #4FC264;
}
</style>
border-color css
<style>
span { border-color: #4FC264; }
span { border-color: rgb(79,194,100); }
td.TdClassName
{
border-color: #4FC264;
}
.TagClassName
{
border-color: #4FC264;
}
</style>