Shades of Emerald #4ABE74
Tints of Emerald #4ABE74
RGB
CMYK
RGB Variations
Color information
#4ABE74 (or 0x4ABE74) is known color: Emerald. HEX triplet: 4A, BE and 74. RGB value is (74,190,116). Sum of RGB (Red+Green+Blue) = 74+190+116=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABE74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABE74 is #B5418B. Grayscale: #939393. Windows color (decimal): -11878796 or 7650890. OLE color: 7650890.
HSL color Cylindrical-coordinate representation of color #4ABE74: hue angle of 141.72º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABE74 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 190 | 116 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.25 |
| HSL | 141.72º | 0.47% | 0.52% | - |
| HSV(B) | 141.72º | 0.61% | 0.75% | - |
| XYZ | 24.39 | 39.54 | 22.87 | - |
| YUV | 146.88 | 110.57 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 190 | 116 | 0.61 | 0 | 0.39 | 0.25 | 141.72 | 0.47 | 0.52 |
| Hex | 4A | BE | 74 | 3D | 0 | 27 | 19 | 8E | 2F | 34 |
| Octal | 112 | 276 | 164 | 75 | 0 | 47 | 31 | 216 | 57 | 64 |
| Binary | 1001010 | 10111110 | 1110100 | 111101 | 0 | 100111 | 11001 | 10001110 | 101111 | 110100 |
Color Harmonies of #4ABE74
Complementary color
Monochromatic Colors of #4ABE74
Black with #4ABE74
Text Example
Text Example
White with #4ABE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABE74; }
p { color: rgb(74,190,116); }
H1.HeaderClassName
{
color: #4ABE74;
}
.AnyTagClassName
{
color: #4ABE74;
}
</style>
background-color css
<style>
a { background-color: #4ABE74; }
a { background-color: rgb(74,190,116); }
div.DivClassName
{
background-color: #4ABE74;
}
.BgClassName
{
background-color: #4ABE74;
}
</style>
border-color css
<style>
span { border-color: #4ABE74; }
span { border-color: rgb(74,190,116); }
td.TdClassName
{
border-color: #4ABE74;
}
.TagClassName
{
border-color: #4ABE74;
}
</style>