Shades of Emerald #4CC55F
Tints of Emerald #4CC55F
RGB
CMYK
RGB Variations
Color information
#4CC55F (or 0x4CC55F) is known color: Emerald. HEX triplet: 4C, C5 and 5F. RGB value is (76,197,95). Sum of RGB (Red+Green+Blue) = 76+197+95=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 197 (77.34% from 255 or 53.53% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 197 - color contains mainly: green. Hex color #4CC55F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC55F is #B33AA0. Grayscale: #959595. Windows color (decimal): -11745953 or 6276428. OLE color: 6276428.
HSL color Cylindrical-coordinate representation of color #4CC55F: hue angle of 129.42º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC55F is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 197 | 95 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.23 |
| HSL | 129.42º | 0.51% | 0.54% | - |
| HSV(B) | 129.42º | 0.61% | 0.77% | - |
| XYZ | 25.01 | 42.3 | 17.67 | - |
| YUV | 149.19 | 97.41 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 197 | 95 | 0.61 | 0 | 0.52 | 0.23 | 129.42 | 0.51 | 0.54 |
| Hex | 4C | C5 | 5F | 3D | 0 | 34 | 17 | 81 | 33 | 36 |
| Octal | 114 | 305 | 137 | 75 | 0 | 64 | 27 | 201 | 63 | 66 |
| Binary | 1001100 | 11000101 | 1011111 | 111101 | 0 | 110100 | 10111 | 10000001 | 110011 | 110110 |
Color Harmonies of #4CC55F
Complementary color
Monochromatic Colors of #4CC55F
Black with #4CC55F
Text Example
Text Example
White with #4CC55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC55F; }
p { color: rgb(76,197,95); }
H1.HeaderClassName
{
color: #4CC55F;
}
.AnyTagClassName
{
color: #4CC55F;
}
</style>
background-color css
<style>
a { background-color: #4CC55F; }
a { background-color: rgb(76,197,95); }
div.DivClassName
{
background-color: #4CC55F;
}
.BgClassName
{
background-color: #4CC55F;
}
</style>
border-color css
<style>
span { border-color: #4CC55F; }
span { border-color: rgb(76,197,95); }
td.TdClassName
{
border-color: #4CC55F;
}
.TagClassName
{
border-color: #4CC55F;
}
</style>