Shades of Emerald #4ABD68
Tints of Emerald #4ABD68
RGB
CMYK
RGB Variations
Color information
#4ABD68 (or 0x4ABD68) is known color: Emerald. HEX triplet: 4A, BD and 68. RGB value is (74,189,104). Sum of RGB (Red+Green+Blue) = 74+189+104=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABD68 is #B54297. Grayscale: #919191. Windows color (decimal): -11879064 or 6864202. OLE color: 6864202.
HSL color Cylindrical-coordinate representation of color #4ABD68: hue angle of 135.65º 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 #4ABD68 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 104 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.26 |
| HSL | 135.65º | 0.47% | 0.52% | - |
| HSV(B) | 135.65º | 0.61% | 0.74% | - |
| XYZ | 23.52 | 38.85 | 19.36 | - |
| YUV | 144.93 | 104.9 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 104 | 0.61 | 0 | 0.45 | 0.26 | 135.65 | 0.47 | 0.52 |
| Hex | 4A | BD | 68 | 3D | 0 | 2D | 1A | 88 | 2F | 34 |
| Octal | 112 | 275 | 150 | 75 | 0 | 55 | 32 | 210 | 57 | 64 |
| Binary | 1001010 | 10111101 | 1101000 | 111101 | 0 | 101101 | 11010 | 10001000 | 101111 | 110100 |
Color Harmonies of #4ABD68
Complementary color
Monochromatic Colors of #4ABD68
Black with #4ABD68
Text Example
Text Example
White with #4ABD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABD68; }
p { color: rgb(74,189,104); }
H1.HeaderClassName
{
color: #4ABD68;
}
.AnyTagClassName
{
color: #4ABD68;
}
</style>
background-color css
<style>
a { background-color: #4ABD68; }
a { background-color: rgb(74,189,104); }
div.DivClassName
{
background-color: #4ABD68;
}
.BgClassName
{
background-color: #4ABD68;
}
</style>
border-color css
<style>
span { border-color: #4ABD68; }
span { border-color: rgb(74,189,104); }
td.TdClassName
{
border-color: #4ABD68;
}
.TagClassName
{
border-color: #4ABD68;
}
</style>