Shades of Emerald #4FCB6C
Tints of Emerald #4FCB6C
RGB
CMYK
RGB Variations
Color information
#4FCB6C (or 0x4FCB6C) is known color: Emerald. HEX triplet: 4F, CB and 6C. RGB value is (79,203,108). Sum of RGB (Red+Green+Blue) = 79+203+108=390 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.26% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCB6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FCB6C is #B03493. Grayscale: #9B9B9B. Windows color (decimal): -11547796 or 7129935. OLE color: 7129935.
HSL color Cylindrical-coordinate representation of color #4FCB6C: hue angle of 134.03º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCB6C is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 108 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.20 |
| HSL | 134.03º | 0.54% | 0.55% | - |
| HSV(B) | 134.03º | 0.61% | 0.8% | - |
| XYZ | 27.29 | 45.46 | 21.52 | - |
| YUV | 155.09 | 101.42 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 108 | 0.61 | 0 | 0.47 | 0.20 | 134.03 | 0.54 | 0.55 |
| Hex | 4F | CB | 6C | 3D | 0 | 2F | 14 | 86 | 36 | 37 |
| Octal | 117 | 313 | 154 | 75 | 0 | 57 | 24 | 206 | 66 | 67 |
| Binary | 1001111 | 11001011 | 1101100 | 111101 | 0 | 101111 | 10100 | 10000110 | 110110 | 110111 |
Color Harmonies of #4FCB6C
Complementary color
Monochromatic Colors of #4FCB6C
Black with #4FCB6C
Text Example
Text Example
White with #4FCB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCB6C; }
p { color: rgb(79,203,108); }
H1.HeaderClassName
{
color: #4FCB6C;
}
.AnyTagClassName
{
color: #4FCB6C;
}
</style>
background-color css
<style>
a { background-color: #4FCB6C; }
a { background-color: rgb(79,203,108); }
div.DivClassName
{
background-color: #4FCB6C;
}
.BgClassName
{
background-color: #4FCB6C;
}
</style>
border-color css
<style>
span { border-color: #4FCB6C; }
span { border-color: rgb(79,203,108); }
td.TdClassName
{
border-color: #4FCB6C;
}
.TagClassName
{
border-color: #4FCB6C;
}
</style>