Shades of Emerald #4AC768
Tints of Emerald #4AC768
RGB
CMYK
RGB Variations
Color information
#4AC768 (or 0x4AC768) is known color: Emerald. HEX triplet: 4A, C7 and 68. RGB value is (74,199,104). Sum of RGB (Red+Green+Blue) = 74+199+104=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 199 (78.12% from 255 or 52.79% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 199 - color contains mainly: green. Hex color #4AC768 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC768 is #B53897. Grayscale: #979797. Windows color (decimal): -11876504 or 6866762. OLE color: 6866762.
HSL color Cylindrical-coordinate representation of color #4AC768: hue angle of 134.4º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC768 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 199 | 104 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.22 |
| HSL | 134.4º | 0.53% | 0.54% | - |
| HSV(B) | 134.4º | 0.63% | 0.78% | - |
| XYZ | 25.75 | 43.3 | 20.1 | - |
| YUV | 150.8 | 101.59 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 199 | 104 | 0.63 | 0 | 0.48 | 0.22 | 134.4 | 0.53 | 0.54 |
| Hex | 4A | C7 | 68 | 3F | 0 | 30 | 16 | 86 | 35 | 36 |
| Octal | 112 | 307 | 150 | 77 | 0 | 60 | 26 | 206 | 65 | 66 |
| Binary | 1001010 | 11000111 | 1101000 | 111111 | 0 | 110000 | 10110 | 10000110 | 110101 | 110110 |
Color Harmonies of #4AC768
Complementary color
Monochromatic Colors of #4AC768
Black with #4AC768
Text Example
Text Example
White with #4AC768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC768; }
p { color: rgb(74,199,104); }
H1.HeaderClassName
{
color: #4AC768;
}
.AnyTagClassName
{
color: #4AC768;
}
</style>
background-color css
<style>
a { background-color: #4AC768; }
a { background-color: rgb(74,199,104); }
div.DivClassName
{
background-color: #4AC768;
}
.BgClassName
{
background-color: #4AC768;
}
</style>
border-color css
<style>
span { border-color: #4AC768; }
span { border-color: rgb(74,199,104); }
td.TdClassName
{
border-color: #4AC768;
}
.TagClassName
{
border-color: #4AC768;
}
</style>