Shades of Emerald #4ABE7B
Tints of Emerald #4ABE7B
RGB
CMYK
RGB Variations
Color information
#4ABE7B (or 0x4ABE7B) is known color: Emerald. HEX triplet: 4A, BE and 7B. RGB value is (74,190,123). Sum of RGB (Red+Green+Blue) = 74+190+123=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABE7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABE7B is #B54184. Grayscale: #939393. Windows color (decimal): -11878789 or 8109642. OLE color: 8109642.
HSL color Cylindrical-coordinate representation of color #4ABE7B: hue angle of 145.34º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABE7B is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 190 | 123 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.25 |
| HSL | 145.34º | 0.47% | 0.52% | - |
| HSV(B) | 145.34º | 0.61% | 0.75% | - |
| XYZ | 24.81 | 39.71 | 25.1 | - |
| YUV | 147.68 | 114.07 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 190 | 123 | 0.61 | 0 | 0.35 | 0.25 | 145.34 | 0.47 | 0.52 |
| Hex | 4A | BE | 7B | 3D | 0 | 23 | 19 | 91 | 2F | 34 |
| Octal | 112 | 276 | 173 | 75 | 0 | 43 | 31 | 221 | 57 | 64 |
| Binary | 1001010 | 10111110 | 1111011 | 111101 | 0 | 100011 | 11001 | 10010001 | 101111 | 110100 |
Color Harmonies of #4ABE7B
Complementary color
Monochromatic Colors of #4ABE7B
Black with #4ABE7B
Text Example
Text Example
White with #4ABE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABE7B; }
p { color: rgb(74,190,123); }
H1.HeaderClassName
{
color: #4ABE7B;
}
.AnyTagClassName
{
color: #4ABE7B;
}
</style>
background-color css
<style>
a { background-color: #4ABE7B; }
a { background-color: rgb(74,190,123); }
div.DivClassName
{
background-color: #4ABE7B;
}
.BgClassName
{
background-color: #4ABE7B;
}
</style>
border-color css
<style>
span { border-color: #4ABE7B; }
span { border-color: rgb(74,190,123); }
td.TdClassName
{
border-color: #4ABE7B;
}
.TagClassName
{
border-color: #4ABE7B;
}
</style>