Shades of Emerald #4ABD78
Tints of Emerald #4ABD78
RGB
CMYK
RGB Variations
Color information
#4ABD78 (or 0x4ABD78) is known color: Emerald. HEX triplet: 4A, BD and 78. RGB value is (74,189,120). Sum of RGB (Red+Green+Blue) = 74+189+120=383 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.32% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABD78 is #B54287. Grayscale: #929292. Windows color (decimal): -11879048 or 7912778. OLE color: 7912778.
HSL color Cylindrical-coordinate representation of color #4ABD78: hue angle of 144º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABD78 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 120 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.26 |
| HSL | 144º | 0.47% | 0.52% | - |
| HSV(B) | 144º | 0.61% | 0.74% | - |
| XYZ | 24.41 | 39.21 | 24.05 | - |
| YUV | 146.75 | 112.9 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 120 | 0.61 | 0 | 0.37 | 0.26 | 144 | 0.47 | 0.52 |
| Hex | 4A | BD | 78 | 3D | 0 | 25 | 1A | 90 | 2F | 34 |
| Octal | 112 | 275 | 170 | 75 | 0 | 45 | 32 | 220 | 57 | 64 |
| Binary | 1001010 | 10111101 | 1111000 | 111101 | 0 | 100101 | 11010 | 10010000 | 101111 | 110100 |
Color Harmonies of #4ABD78
Complementary color
Monochromatic Colors of #4ABD78
Black with #4ABD78
Text Example
Text Example
White with #4ABD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABD78; }
p { color: rgb(74,189,120); }
H1.HeaderClassName
{
color: #4ABD78;
}
.AnyTagClassName
{
color: #4ABD78;
}
</style>
background-color css
<style>
a { background-color: #4ABD78; }
a { background-color: rgb(74,189,120); }
div.DivClassName
{
background-color: #4ABD78;
}
.BgClassName
{
background-color: #4ABD78;
}
</style>
border-color css
<style>
span { border-color: #4ABD78; }
span { border-color: rgb(74,189,120); }
td.TdClassName
{
border-color: #4ABD78;
}
.TagClassName
{
border-color: #4ABD78;
}
</style>