Shades of Emerald #4ACB6B
Tints of Emerald #4ACB6B
RGB
CMYK
RGB Variations
Color information
#4ACB6B (or 0x4ACB6B) is known color: Emerald. HEX triplet: 4A, CB and 6B. RGB value is (74,203,107). Sum of RGB (Red+Green+Blue) = 74+203+107=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACB6B is #B53494. Grayscale: #999999. Windows color (decimal): -11875477 or 7064394. OLE color: 7064394.
HSL color Cylindrical-coordinate representation of color #4ACB6B: hue angle of 135.35º 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 #4ACB6B is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 107 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.20 |
| HSL | 135.35º | 0.55% | 0.54% | - |
| HSV(B) | 135.35º | 0.64% | 0.8% | - |
| XYZ | 26.83 | 45.23 | 21.23 | - |
| YUV | 153.49 | 101.76 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 107 | 0.64 | 0 | 0.47 | 0.20 | 135.35 | 0.55 | 0.54 |
| Hex | 4A | CB | 6B | 40 | 0 | 2F | 14 | 87 | 37 | 36 |
| Octal | 112 | 313 | 153 | 100 | 0 | 57 | 24 | 207 | 67 | 66 |
| Binary | 1001010 | 11001011 | 1101011 | 1000000 | 0 | 101111 | 10100 | 10000111 | 110111 | 110110 |
Color Harmonies of #4ACB6B
Complementary color
Monochromatic Colors of #4ACB6B
Black with #4ACB6B
Text Example
Text Example
White with #4ACB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB6B; }
p { color: rgb(74,203,107); }
H1.HeaderClassName
{
color: #4ACB6B;
}
.AnyTagClassName
{
color: #4ACB6B;
}
</style>
background-color css
<style>
a { background-color: #4ACB6B; }
a { background-color: rgb(74,203,107); }
div.DivClassName
{
background-color: #4ACB6B;
}
.BgClassName
{
background-color: #4ACB6B;
}
</style>
border-color css
<style>
span { border-color: #4ACB6B; }
span { border-color: rgb(74,203,107); }
td.TdClassName
{
border-color: #4ACB6B;
}
.TagClassName
{
border-color: #4ACB6B;
}
</style>