Shades of Emerald #4ABF68
Tints of Emerald #4ABF68
RGB
CMYK
RGB Variations
Color information
#4ABF68 (or 0x4ABF68) is known color: Emerald. HEX triplet: 4A, BF and 68. RGB value is (74,191,104). Sum of RGB (Red+Green+Blue) = 74+191+104=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABF68 is #B54097. Grayscale: #929292. Windows color (decimal): -11878552 or 6864714. OLE color: 6864714.
HSL color Cylindrical-coordinate representation of color #4ABF68: hue angle of 135.38º degrees, saturation: 0.48, 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 #4ABF68 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 191 | 104 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.25 |
| HSL | 135.38º | 0.48% | 0.52% | - |
| HSV(B) | 135.38º | 0.61% | 0.75% | - |
| XYZ | 23.95 | 39.72 | 19.5 | - |
| YUV | 146.1 | 104.24 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 104 | 0.61 | 0 | 0.46 | 0.25 | 135.38 | 0.48 | 0.52 |
| Hex | 4A | BF | 68 | 3D | 0 | 2E | 19 | 87 | 30 | 34 |
| Octal | 112 | 277 | 150 | 75 | 0 | 56 | 31 | 207 | 60 | 64 |
| Binary | 1001010 | 10111111 | 1101000 | 111101 | 0 | 101110 | 11001 | 10000111 | 110000 | 110100 |
Color Harmonies of #4ABF68
Complementary color
Monochromatic Colors of #4ABF68
Black with #4ABF68
Text Example
Text Example
White with #4ABF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABF68; }
p { color: rgb(74,191,104); }
H1.HeaderClassName
{
color: #4ABF68;
}
.AnyTagClassName
{
color: #4ABF68;
}
</style>
background-color css
<style>
a { background-color: #4ABF68; }
a { background-color: rgb(74,191,104); }
div.DivClassName
{
background-color: #4ABF68;
}
.BgClassName
{
background-color: #4ABF68;
}
</style>
border-color css
<style>
span { border-color: #4ABF68; }
span { border-color: rgb(74,191,104); }
td.TdClassName
{
border-color: #4ABF68;
}
.TagClassName
{
border-color: #4ABF68;
}
</style>