Shades of Emerald #4ACB7B
Tints of Emerald #4ACB7B
RGB
CMYK
RGB Variations
Color information
#4ACB7B (or 0x4ACB7B) is known color: Emerald. HEX triplet: 4A, CB and 7B. RGB value is (74,203,123). Sum of RGB (Red+Green+Blue) = 74+203+123=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACB7B is #B53484. Grayscale: #9B9B9B. Windows color (decimal): -11875461 or 8112970. OLE color: 8112970.
HSL color Cylindrical-coordinate representation of color #4ACB7B: hue angle of 142.79º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACB7B is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 123 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.20 |
| HSL | 142.79º | 0.55% | 0.54% | - |
| HSV(B) | 142.79º | 0.64% | 0.8% | - |
| XYZ | 27.76 | 45.6 | 26.08 | - |
| YUV | 155.31 | 109.76 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 123 | 0.64 | 0 | 0.39 | 0.20 | 142.79 | 0.55 | 0.54 |
| Hex | 4A | CB | 7B | 40 | 0 | 27 | 14 | 8F | 37 | 36 |
| Octal | 112 | 313 | 173 | 100 | 0 | 47 | 24 | 217 | 67 | 66 |
| Binary | 1001010 | 11001011 | 1111011 | 1000000 | 0 | 100111 | 10100 | 10001111 | 110111 | 110110 |
Color Harmonies of #4ACB7B
Complementary color
Monochromatic Colors of #4ACB7B
Black with #4ACB7B
Text Example
Text Example
White with #4ACB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB7B; }
p { color: rgb(74,203,123); }
H1.HeaderClassName
{
color: #4ACB7B;
}
.AnyTagClassName
{
color: #4ACB7B;
}
</style>
background-color css
<style>
a { background-color: #4ACB7B; }
a { background-color: rgb(74,203,123); }
div.DivClassName
{
background-color: #4ACB7B;
}
.BgClassName
{
background-color: #4ACB7B;
}
</style>
border-color css
<style>
span { border-color: #4ACB7B; }
span { border-color: rgb(74,203,123); }
td.TdClassName
{
border-color: #4ACB7B;
}
.TagClassName
{
border-color: #4ACB7B;
}
</style>