Shades of Emerald #4FB96C
Tints of Emerald #4FB96C
RGB
CMYK
RGB Variations
Color information
#4FB96C (or 0x4FB96C) is known color: Emerald. HEX triplet: 4F, B9 and 6C. RGB value is (79,185,108). Sum of RGB (Red+Green+Blue) = 79+185+108=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #4FB96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB96C is #B04693. Grayscale: #909090. Windows color (decimal): -11552404 or 7125327. OLE color: 7125327.
HSL color Cylindrical-coordinate representation of color #4FB96C: hue angle of 136.42º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB96C is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 185 | 108 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.27 |
| HSL | 136.42º | 0.43% | 0.52% | - |
| HSV(B) | 136.42º | 0.57% | 0.73% | - |
| XYZ | 23.28 | 37.44 | 20.19 | - |
| YUV | 144.53 | 107.38 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 185 | 108 | 0.57 | 0 | 0.42 | 0.27 | 136.42 | 0.43 | 0.52 |
| Hex | 4F | B9 | 6C | 39 | 0 | 2A | 1B | 88 | 2B | 34 |
| Octal | 117 | 271 | 154 | 71 | 0 | 52 | 33 | 210 | 53 | 64 |
| Binary | 1001111 | 10111001 | 1101100 | 111001 | 0 | 101010 | 11011 | 10001000 | 101011 | 110100 |
Color Harmonies of #4FB96C
Complementary color
Monochromatic Colors of #4FB96C
Black with #4FB96C
Text Example
Text Example
White with #4FB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB96C; }
p { color: rgb(79,185,108); }
H1.HeaderClassName
{
color: #4FB96C;
}
.AnyTagClassName
{
color: #4FB96C;
}
</style>
background-color css
<style>
a { background-color: #4FB96C; }
a { background-color: rgb(79,185,108); }
div.DivClassName
{
background-color: #4FB96C;
}
.BgClassName
{
background-color: #4FB96C;
}
</style>
border-color css
<style>
span { border-color: #4FB96C; }
span { border-color: rgb(79,185,108); }
td.TdClassName
{
border-color: #4FB96C;
}
.TagClassName
{
border-color: #4FB96C;
}
</style>