Shades of Emerald #4ACB75
Tints of Emerald #4ACB75
RGB
CMYK
RGB Variations
Color information
#4ACB75 (or 0x4ACB75) is known color: Emerald. HEX triplet: 4A, CB and 75. RGB value is (74,203,117). Sum of RGB (Red+Green+Blue) = 74+203+117=394 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.78% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACB75 is #B5348A. Grayscale: #9A9A9A. Windows color (decimal): -11875467 or 7719754. OLE color: 7719754.
HSL color Cylindrical-coordinate representation of color #4ACB75: hue angle of 140º 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 #4ACB75 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 117 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.20 |
| HSL | 140º | 0.55% | 0.54% | - |
| HSV(B) | 140º | 0.64% | 0.8% | - |
| XYZ | 27.39 | 45.45 | 24.16 | - |
| YUV | 154.63 | 106.76 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 117 | 0.64 | 0 | 0.42 | 0.20 | 140 | 0.55 | 0.54 |
| Hex | 4A | CB | 75 | 40 | 0 | 2A | 14 | 8C | 37 | 36 |
| Octal | 112 | 313 | 165 | 100 | 0 | 52 | 24 | 214 | 67 | 66 |
| Binary | 1001010 | 11001011 | 1110101 | 1000000 | 0 | 101010 | 10100 | 10001100 | 110111 | 110110 |
Color Harmonies of #4ACB75
Complementary color
Monochromatic Colors of #4ACB75
Black with #4ACB75
Text Example
Text Example
White with #4ACB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB75; }
p { color: rgb(74,203,117); }
H1.HeaderClassName
{
color: #4ACB75;
}
.AnyTagClassName
{
color: #4ACB75;
}
</style>
background-color css
<style>
a { background-color: #4ACB75; }
a { background-color: rgb(74,203,117); }
div.DivClassName
{
background-color: #4ACB75;
}
.BgClassName
{
background-color: #4ACB75;
}
</style>
border-color css
<style>
span { border-color: #4ACB75; }
span { border-color: rgb(74,203,117); }
td.TdClassName
{
border-color: #4ACB75;
}
.TagClassName
{
border-color: #4ACB75;
}
</style>