Shades of Emerald #4CC26F
Tints of Emerald #4CC26F
RGB
CMYK
RGB Variations
Color information
#4CC26F (or 0x4CC26F) is known color: Emerald. HEX triplet: 4C, C2 and 6F. RGB value is (76,194,111). Sum of RGB (Red+Green+Blue) = 76+194+111=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #4CC26F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC26F is #B33D90. Grayscale: #959595. Windows color (decimal): -11746705 or 7324236. OLE color: 7324236.
HSL color Cylindrical-coordinate representation of color #4CC26F: hue angle of 137.8º 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 #4CC26F is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 194 | 111 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.24 |
| HSL | 137.8º | 0.49% | 0.53% | - |
| HSV(B) | 137.8º | 0.61% | 0.76% | - |
| XYZ | 25.14 | 41.27 | 21.68 | - |
| YUV | 149.26 | 106.41 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 194 | 111 | 0.61 | 0 | 0.43 | 0.24 | 137.8 | 0.49 | 0.53 |
| Hex | 4C | C2 | 6F | 3D | 0 | 2B | 18 | 8A | 31 | 35 |
| Octal | 114 | 302 | 157 | 75 | 0 | 53 | 30 | 212 | 61 | 65 |
| Binary | 1001100 | 11000010 | 1101111 | 111101 | 0 | 101011 | 11000 | 10001010 | 110001 | 110101 |
Color Harmonies of #4CC26F
Complementary color
Monochromatic Colors of #4CC26F
Black with #4CC26F
Text Example
Text Example
White with #4CC26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC26F; }
p { color: rgb(76,194,111); }
H1.HeaderClassName
{
color: #4CC26F;
}
.AnyTagClassName
{
color: #4CC26F;
}
</style>
background-color css
<style>
a { background-color: #4CC26F; }
a { background-color: rgb(76,194,111); }
div.DivClassName
{
background-color: #4CC26F;
}
.BgClassName
{
background-color: #4CC26F;
}
</style>
border-color css
<style>
span { border-color: #4CC26F; }
span { border-color: rgb(76,194,111); }
td.TdClassName
{
border-color: #4CC26F;
}
.TagClassName
{
border-color: #4CC26F;
}
</style>