Shades of Emerald #4ACB5C
Tints of Emerald #4ACB5C
RGB
CMYK
RGB Variations
Color information
#4ACB5C (or 0x4ACB5C) is known color: Emerald. HEX triplet: 4A, CB and 5C. RGB value is (74,203,92). Sum of RGB (Red+Green+Blue) = 74+203+92=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACB5C is #B534A3. Grayscale: #989898. Windows color (decimal): -11875492 or 6081354. OLE color: 6081354.
HSL color Cylindrical-coordinate representation of color #4ACB5C: hue angle of 128.37º 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 #4ACB5C is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 92 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.20 |
| HSL | 128.37º | 0.55% | 0.54% | - |
| HSV(B) | 128.37º | 0.64% | 0.8% | - |
| XYZ | 26.11 | 44.94 | 17.42 | - |
| YUV | 151.78 | 94.26 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 92 | 0.64 | 0 | 0.55 | 0.20 | 128.37 | 0.55 | 0.54 |
| Hex | 4A | CB | 5C | 40 | 0 | 37 | 14 | 80 | 37 | 36 |
| Octal | 112 | 313 | 134 | 100 | 0 | 67 | 24 | 200 | 67 | 66 |
| Binary | 1001010 | 11001011 | 1011100 | 1000000 | 0 | 110111 | 10100 | 10000000 | 110111 | 110110 |
Color Harmonies of #4ACB5C
Complementary color
Monochromatic Colors of #4ACB5C
Black with #4ACB5C
Text Example
Text Example
White with #4ACB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB5C; }
p { color: rgb(74,203,92); }
H1.HeaderClassName
{
color: #4ACB5C;
}
.AnyTagClassName
{
color: #4ACB5C;
}
</style>
background-color css
<style>
a { background-color: #4ACB5C; }
a { background-color: rgb(74,203,92); }
div.DivClassName
{
background-color: #4ACB5C;
}
.BgClassName
{
background-color: #4ACB5C;
}
</style>
border-color css
<style>
span { border-color: #4ACB5C; }
span { border-color: rgb(74,203,92); }
td.TdClassName
{
border-color: #4ACB5C;
}
.TagClassName
{
border-color: #4ACB5C;
}
</style>