Shades of Emerald #4CC06F
Tints of Emerald #4CC06F
RGB
CMYK
RGB Variations
Color information
#4CC06F (or 0x4CC06F) is known color: Emerald. HEX triplet: 4C, C0 and 6F. RGB value is (76,192,111). Sum of RGB (Red+Green+Blue) = 76+192+111=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC06F is #B33F90. Grayscale: #949494. Windows color (decimal): -11747217 or 7323724. OLE color: 7323724.
HSL color Cylindrical-coordinate representation of color #4CC06F: hue angle of 138.1º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CC06F is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 111 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.25 |
| HSL | 138.1º | 0.48% | 0.53% | - |
| HSV(B) | 138.1º | 0.6% | 0.75% | - |
| XYZ | 24.7 | 40.38 | 21.53 | - |
| YUV | 148.08 | 107.07 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 111 | 0.60 | 0 | 0.42 | 0.25 | 138.1 | 0.48 | 0.53 |
| Hex | 4C | C0 | 6F | 3C | 0 | 2A | 19 | 8A | 30 | 35 |
| Octal | 114 | 300 | 157 | 74 | 0 | 52 | 31 | 212 | 60 | 65 |
| Binary | 1001100 | 11000000 | 1101111 | 111100 | 0 | 101010 | 11001 | 10001010 | 110000 | 110101 |
Color Harmonies of #4CC06F
Complementary color
Monochromatic Colors of #4CC06F
Black with #4CC06F
Text Example
Text Example
White with #4CC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC06F; }
p { color: rgb(76,192,111); }
H1.HeaderClassName
{
color: #4CC06F;
}
.AnyTagClassName
{
color: #4CC06F;
}
</style>
background-color css
<style>
a { background-color: #4CC06F; }
a { background-color: rgb(76,192,111); }
div.DivClassName
{
background-color: #4CC06F;
}
.BgClassName
{
background-color: #4CC06F;
}
</style>
border-color css
<style>
span { border-color: #4CC06F; }
span { border-color: rgb(76,192,111); }
td.TdClassName
{
border-color: #4CC06F;
}
.TagClassName
{
border-color: #4CC06F;
}
</style>