Shades of Emerald #4CC16C
Tints of Emerald #4CC16C
RGB
CMYK
RGB Variations
Color information
#4CC16C (or 0x4CC16C) is known color: Emerald. HEX triplet: 4C, C1 and 6C. RGB value is (76,193,108). Sum of RGB (Red+Green+Blue) = 76+193+108=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC16C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC16C is #B33E93. Grayscale: #949494. Windows color (decimal): -11746964 or 7127372. OLE color: 7127372.
HSL color Cylindrical-coordinate representation of color #4CC16C: hue angle of 136.41º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC16C is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 193 | 108 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.24 |
| HSL | 136.41º | 0.49% | 0.53% | - |
| HSV(B) | 136.41º | 0.61% | 0.76% | - |
| XYZ | 24.76 | 40.76 | 20.75 | - |
| YUV | 148.33 | 105.24 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 193 | 108 | 0.61 | 0 | 0.44 | 0.24 | 136.41 | 0.49 | 0.53 |
| Hex | 4C | C1 | 6C | 3D | 0 | 2C | 18 | 88 | 31 | 35 |
| Octal | 114 | 301 | 154 | 75 | 0 | 54 | 30 | 210 | 61 | 65 |
| Binary | 1001100 | 11000001 | 1101100 | 111101 | 0 | 101100 | 11000 | 10001000 | 110001 | 110101 |
Color Harmonies of #4CC16C
Complementary color
Monochromatic Colors of #4CC16C
Black with #4CC16C
Text Example
Text Example
White with #4CC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC16C; }
p { color: rgb(76,193,108); }
H1.HeaderClassName
{
color: #4CC16C;
}
.AnyTagClassName
{
color: #4CC16C;
}
</style>
background-color css
<style>
a { background-color: #4CC16C; }
a { background-color: rgb(76,193,108); }
div.DivClassName
{
background-color: #4CC16C;
}
.BgClassName
{
background-color: #4CC16C;
}
</style>
border-color css
<style>
span { border-color: #4CC16C; }
span { border-color: rgb(76,193,108); }
td.TdClassName
{
border-color: #4CC16C;
}
.TagClassName
{
border-color: #4CC16C;
}
</style>