Shades of Emerald #4FC07D
Tints of Emerald #4FC07D
RGB
CMYK
RGB Variations
Color information
#4FC07D (or 0x4FC07D) is known color: Emerald. HEX triplet: 4F, C0 and 7D. RGB value is (79,192,125). Sum of RGB (Red+Green+Blue) = 79+192+125=396 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.95% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #4FC07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FC07D is #B03F82. Grayscale: #969696. Windows color (decimal): -11550595 or 8241231. OLE color: 8241231.
HSL color Cylindrical-coordinate representation of color #4FC07D: hue angle of 144.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC07D is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 192 | 125 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.25 |
| HSL | 144.42º | 0.47% | 0.53% | - |
| HSV(B) | 144.42º | 0.59% | 0.75% | - |
| XYZ | 25.78 | 40.84 | 25.93 | - |
| YUV | 150.58 | 113.56 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 192 | 125 | 0.59 | 0 | 0.35 | 0.25 | 144.42 | 0.47 | 0.53 |
| Hex | 4F | C0 | 7D | 3B | 0 | 23 | 19 | 90 | 2F | 35 |
| Octal | 117 | 300 | 175 | 73 | 0 | 43 | 31 | 220 | 57 | 65 |
| Binary | 1001111 | 11000000 | 1111101 | 111011 | 0 | 100011 | 11001 | 10010000 | 101111 | 110101 |
Color Harmonies of #4FC07D
Complementary color
Monochromatic Colors of #4FC07D
Black with #4FC07D
Text Example
Text Example
White with #4FC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC07D; }
p { color: rgb(79,192,125); }
H1.HeaderClassName
{
color: #4FC07D;
}
.AnyTagClassName
{
color: #4FC07D;
}
</style>
background-color css
<style>
a { background-color: #4FC07D; }
a { background-color: rgb(79,192,125); }
div.DivClassName
{
background-color: #4FC07D;
}
.BgClassName
{
background-color: #4FC07D;
}
</style>
border-color css
<style>
span { border-color: #4FC07D; }
span { border-color: rgb(79,192,125); }
td.TdClassName
{
border-color: #4FC07D;
}
.TagClassName
{
border-color: #4FC07D;
}
</style>