Shades of Emerald #4CC68B
Tints of Emerald #4CC68B
RGB
CMYK
RGB Variations
Color information
#4CC68B (or 0x4CC68B) is known color: Emerald. HEX triplet: 4C, C6 and 8B. RGB value is (76,198,139). Sum of RGB (Red+Green+Blue) = 76+198+139=413 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.40% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #4CC68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC68B is #B33974. Grayscale: #9A9A9A. Windows color (decimal): -11745653 or 9160268. OLE color: 9160268.
HSL color Cylindrical-coordinate representation of color #4CC68B: hue angle of 150.98º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC68B is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 198 | 139 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.22 |
| HSL | 150.98º | 0.52% | 0.54% | - |
| HSV(B) | 150.98º | 0.62% | 0.78% | - |
| XYZ | 27.83 | 43.79 | 31.41 | - |
| YUV | 154.8 | 119.08 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 198 | 139 | 0.62 | 0 | 0.30 | 0.22 | 150.98 | 0.52 | 0.54 |
| Hex | 4C | C6 | 8B | 3E | 0 | 1E | 16 | 97 | 34 | 36 |
| Octal | 114 | 306 | 213 | 76 | 0 | 36 | 26 | 227 | 64 | 66 |
| Binary | 1001100 | 11000110 | 10001011 | 111110 | 0 | 11110 | 10110 | 10010111 | 110100 | 110110 |
Color Harmonies of #4CC68B
Complementary color
Monochromatic Colors of #4CC68B
Black with #4CC68B
Text Example
Text Example
White with #4CC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC68B; }
p { color: rgb(76,198,139); }
H1.HeaderClassName
{
color: #4CC68B;
}
.AnyTagClassName
{
color: #4CC68B;
}
</style>
background-color css
<style>
a { background-color: #4CC68B; }
a { background-color: rgb(76,198,139); }
div.DivClassName
{
background-color: #4CC68B;
}
.BgClassName
{
background-color: #4CC68B;
}
</style>
border-color css
<style>
span { border-color: #4CC68B; }
span { border-color: rgb(76,198,139); }
td.TdClassName
{
border-color: #4CC68B;
}
.TagClassName
{
border-color: #4CC68B;
}
</style>