Shades of Emerald #4ACB63
Tints of Emerald #4ACB63
RGB
CMYK
RGB Variations
Color information
#4ACB63 (or 0x4ACB63) is known color: Emerald. HEX triplet: 4A, CB and 63. RGB value is (74,203,99). Sum of RGB (Red+Green+Blue) = 74+203+99=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 203 (79.69% from 255 or 53.99% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACB63 is #B5349C. Grayscale: #989898. Windows color (decimal): -11875485 or 6540106. OLE color: 6540106.
HSL color Cylindrical-coordinate representation of color #4ACB63: hue angle of 131.63º 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 #4ACB63 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 99 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.20 |
| HSL | 131.63º | 0.55% | 0.54% | - |
| HSV(B) | 131.63º | 0.64% | 0.8% | - |
| XYZ | 26.43 | 45.07 | 19.11 | - |
| YUV | 152.57 | 97.76 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 99 | 0.64 | 0 | 0.51 | 0.20 | 131.63 | 0.55 | 0.54 |
| Hex | 4A | CB | 63 | 40 | 0 | 33 | 14 | 84 | 37 | 36 |
| Octal | 112 | 313 | 143 | 100 | 0 | 63 | 24 | 204 | 67 | 66 |
| Binary | 1001010 | 11001011 | 1100011 | 1000000 | 0 | 110011 | 10100 | 10000100 | 110111 | 110110 |
Color Harmonies of #4ACB63
Complementary color
Monochromatic Colors of #4ACB63
Black with #4ACB63
Text Example
Text Example
White with #4ACB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB63; }
p { color: rgb(74,203,99); }
H1.HeaderClassName
{
color: #4ACB63;
}
.AnyTagClassName
{
color: #4ACB63;
}
</style>
background-color css
<style>
a { background-color: #4ACB63; }
a { background-color: rgb(74,203,99); }
div.DivClassName
{
background-color: #4ACB63;
}
.BgClassName
{
background-color: #4ACB63;
}
</style>
border-color css
<style>
span { border-color: #4ACB63; }
span { border-color: rgb(74,203,99); }
td.TdClassName
{
border-color: #4ACB63;
}
.TagClassName
{
border-color: #4ACB63;
}
</style>