Shades of Emerald #4FBA69
Tints of Emerald #4FBA69
RGB
CMYK
RGB Variations
Color information
#4FBA69 (or 0x4FBA69) is known color: Emerald. HEX triplet: 4F, BA and 69. RGB value is (79,186,105). Sum of RGB (Red+Green+Blue) = 79+186+105=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBA69 is #B04596. Grayscale: #909090. Windows color (decimal): -11552151 or 6928975. OLE color: 6928975.
HSL color Cylindrical-coordinate representation of color #4FBA69: hue angle of 134.58º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBA69 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 105 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.27 |
| HSL | 134.58º | 0.44% | 0.52% | - |
| HSV(B) | 134.58º | 0.58% | 0.73% | - |
| XYZ | 23.33 | 37.8 | 19.43 | - |
| YUV | 144.77 | 105.55 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 105 | 0.58 | 0 | 0.44 | 0.27 | 134.58 | 0.44 | 0.52 |
| Hex | 4F | BA | 69 | 3A | 0 | 2C | 1B | 87 | 2C | 34 |
| Octal | 117 | 272 | 151 | 72 | 0 | 54 | 33 | 207 | 54 | 64 |
| Binary | 1001111 | 10111010 | 1101001 | 111010 | 0 | 101100 | 11011 | 10000111 | 101100 | 110100 |
Color Harmonies of #4FBA69
Complementary color
Monochromatic Colors of #4FBA69
Black with #4FBA69
Text Example
Text Example
White with #4FBA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA69; }
p { color: rgb(79,186,105); }
H1.HeaderClassName
{
color: #4FBA69;
}
.AnyTagClassName
{
color: #4FBA69;
}
</style>
background-color css
<style>
a { background-color: #4FBA69; }
a { background-color: rgb(79,186,105); }
div.DivClassName
{
background-color: #4FBA69;
}
.BgClassName
{
background-color: #4FBA69;
}
</style>
border-color css
<style>
span { border-color: #4FBA69; }
span { border-color: rgb(79,186,105); }
td.TdClassName
{
border-color: #4FBA69;
}
.TagClassName
{
border-color: #4FBA69;
}
</style>