Shades of Emerald #4FC364
Tints of Emerald #4FC364
RGB
CMYK
RGB Variations
Color information
#4FC364 (or 0x4FC364) is known color: Emerald. HEX triplet: 4F, C3 and 64. RGB value is (79,195,100). Sum of RGB (Red+Green+Blue) = 79+195+100=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #4FC364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FC364 is #B03C9B. Grayscale: #959595. Windows color (decimal): -11549852 or 6603599. OLE color: 6603599.
HSL color Cylindrical-coordinate representation of color #4FC364: hue angle of 130.86º 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 #4FC364 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 195 | 100 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.24 |
| HSL | 130.86º | 0.49% | 0.54% | - |
| HSV(B) | 130.86º | 0.59% | 0.76% | - |
| XYZ | 25.04 | 41.61 | 18.77 | - |
| YUV | 149.49 | 100.07 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 195 | 100 | 0.59 | 0 | 0.49 | 0.24 | 130.86 | 0.49 | 0.54 |
| Hex | 4F | C3 | 64 | 3B | 0 | 31 | 18 | 83 | 31 | 36 |
| Octal | 117 | 303 | 144 | 73 | 0 | 61 | 30 | 203 | 61 | 66 |
| Binary | 1001111 | 11000011 | 1100100 | 111011 | 0 | 110001 | 11000 | 10000011 | 110001 | 110110 |
Color Harmonies of #4FC364
Complementary color
Monochromatic Colors of #4FC364
Black with #4FC364
Text Example
Text Example
White with #4FC364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC364; }
p { color: rgb(79,195,100); }
H1.HeaderClassName
{
color: #4FC364;
}
.AnyTagClassName
{
color: #4FC364;
}
</style>
background-color css
<style>
a { background-color: #4FC364; }
a { background-color: rgb(79,195,100); }
div.DivClassName
{
background-color: #4FC364;
}
.BgClassName
{
background-color: #4FC364;
}
</style>
border-color css
<style>
span { border-color: #4FC364; }
span { border-color: rgb(79,195,100); }
td.TdClassName
{
border-color: #4FC364;
}
.TagClassName
{
border-color: #4FC364;
}
</style>