Shades of Emerald #4BC16E
Tints of Emerald #4BC16E
RGB
CMYK
RGB Variations
Color information
#4BC16E (or 0x4BC16E) is known color: Emerald. HEX triplet: 4B, C1 and 6E. RGB value is (75,193,110). Sum of RGB (Red+Green+Blue) = 75+193+110=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC16E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC16E is #B43E91. Grayscale: #949494. Windows color (decimal): -11812498 or 7258443. OLE color: 7258443.
HSL color Cylindrical-coordinate representation of color #4BC16E: hue angle of 137.8º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC16E is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 193 | 110 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.24 |
| HSL | 137.8º | 0.49% | 0.53% | - |
| HSV(B) | 137.8º | 0.61% | 0.76% | - |
| XYZ | 24.79 | 40.76 | 21.31 | - |
| YUV | 148.26 | 106.41 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 193 | 110 | 0.61 | 0 | 0.43 | 0.24 | 137.8 | 0.49 | 0.53 |
| Hex | 4B | C1 | 6E | 3D | 0 | 2B | 18 | 8A | 31 | 35 |
| Octal | 113 | 301 | 156 | 75 | 0 | 53 | 30 | 212 | 61 | 65 |
| Binary | 1001011 | 11000001 | 1101110 | 111101 | 0 | 101011 | 11000 | 10001010 | 110001 | 110101 |
Color Harmonies of #4BC16E
Complementary color
Monochromatic Colors of #4BC16E
Black with #4BC16E
Text Example
Text Example
White with #4BC16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC16E; }
p { color: rgb(75,193,110); }
H1.HeaderClassName
{
color: #4BC16E;
}
.AnyTagClassName
{
color: #4BC16E;
}
</style>
background-color css
<style>
a { background-color: #4BC16E; }
a { background-color: rgb(75,193,110); }
div.DivClassName
{
background-color: #4BC16E;
}
.BgClassName
{
background-color: #4BC16E;
}
</style>
border-color css
<style>
span { border-color: #4BC16E; }
span { border-color: rgb(75,193,110); }
td.TdClassName
{
border-color: #4BC16E;
}
.TagClassName
{
border-color: #4BC16E;
}
</style>