Shades of Emerald #4ACB7D
Tints of Emerald #4ACB7D
RGB
CMYK
RGB Variations
Color information
#4ACB7D (or 0x4ACB7D) is known color: Emerald. HEX triplet: 4A, CB and 7D. RGB value is (74,203,125). Sum of RGB (Red+Green+Blue) = 74+203+125=402 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.41% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACB7D is #B53482. Grayscale: #9B9B9B. Windows color (decimal): -11875459 or 8244042. OLE color: 8244042.
HSL color Cylindrical-coordinate representation of color #4ACB7D: hue angle of 143.72º 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 #4ACB7D is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 125 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.20 |
| HSL | 143.72º | 0.55% | 0.54% | - |
| HSV(B) | 143.72º | 0.64% | 0.8% | - |
| XYZ | 27.88 | 45.65 | 26.74 | - |
| YUV | 155.54 | 110.76 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 125 | 0.64 | 0 | 0.38 | 0.20 | 143.72 | 0.55 | 0.54 |
| Hex | 4A | CB | 7D | 40 | 0 | 26 | 14 | 90 | 37 | 36 |
| Octal | 112 | 313 | 175 | 100 | 0 | 46 | 24 | 220 | 67 | 66 |
| Binary | 1001010 | 11001011 | 1111101 | 1000000 | 0 | 100110 | 10100 | 10010000 | 110111 | 110110 |
Color Harmonies of #4ACB7D
Complementary color
Monochromatic Colors of #4ACB7D
Black with #4ACB7D
Text Example
Text Example
White with #4ACB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB7D; }
p { color: rgb(74,203,125); }
H1.HeaderClassName
{
color: #4ACB7D;
}
.AnyTagClassName
{
color: #4ACB7D;
}
</style>
background-color css
<style>
a { background-color: #4ACB7D; }
a { background-color: rgb(74,203,125); }
div.DivClassName
{
background-color: #4ACB7D;
}
.BgClassName
{
background-color: #4ACB7D;
}
</style>
border-color css
<style>
span { border-color: #4ACB7D; }
span { border-color: rgb(74,203,125); }
td.TdClassName
{
border-color: #4ACB7D;
}
.TagClassName
{
border-color: #4ACB7D;
}
</style>