Shades of Emerald #4CC36C
Tints of Emerald #4CC36C
RGB
CMYK
RGB Variations
Color information
#4CC36C (or 0x4CC36C) is known color: Emerald. HEX triplet: 4C, C3 and 6C. RGB value is (76,195,108). Sum of RGB (Red+Green+Blue) = 76+195+108=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #4CC36C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC36C is #B33C93. Grayscale: #959595. Windows color (decimal): -11746452 or 7127884. OLE color: 7127884.
HSL color Cylindrical-coordinate representation of color #4CC36C: hue angle of 136.13º degrees, saturation: 0.5, 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 #4CC36C is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 195 | 108 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.24 |
| HSL | 136.13º | 0.5% | 0.53% | - |
| HSV(B) | 136.13º | 0.61% | 0.76% | - |
| XYZ | 25.2 | 41.65 | 20.9 | - |
| YUV | 149.5 | 104.58 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 195 | 108 | 0.61 | 0 | 0.45 | 0.24 | 136.13 | 0.5 | 0.53 |
| Hex | 4C | C3 | 6C | 3D | 0 | 2D | 18 | 88 | 32 | 35 |
| Octal | 114 | 303 | 154 | 75 | 0 | 55 | 30 | 210 | 62 | 65 |
| Binary | 1001100 | 11000011 | 1101100 | 111101 | 0 | 101101 | 11000 | 10001000 | 110010 | 110101 |
Color Harmonies of #4CC36C
Complementary color
Monochromatic Colors of #4CC36C
Black with #4CC36C
Text Example
Text Example
White with #4CC36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC36C; }
p { color: rgb(76,195,108); }
H1.HeaderClassName
{
color: #4CC36C;
}
.AnyTagClassName
{
color: #4CC36C;
}
</style>
background-color css
<style>
a { background-color: #4CC36C; }
a { background-color: rgb(76,195,108); }
div.DivClassName
{
background-color: #4CC36C;
}
.BgClassName
{
background-color: #4CC36C;
}
</style>
border-color css
<style>
span { border-color: #4CC36C; }
span { border-color: rgb(76,195,108); }
td.TdClassName
{
border-color: #4CC36C;
}
.TagClassName
{
border-color: #4CC36C;
}
</style>