Shades of Shamrock #4CCC96
Tints of Shamrock #4CCC96
RGB
CMYK
RGB Variations
Color information
#4CCC96 (or 0x4CCC96) is known color: Shamrock. HEX triplet: 4C, CC and 96. RGB value is (76,204,150). Sum of RGB (Red+Green+Blue) = 76+204+150=430 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.67% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCC96 is #B33369. Grayscale: #9F9F9F. Windows color (decimal): -11744106 or 9882700. OLE color: 9882700.
HSL color Cylindrical-coordinate representation of color #4CCC96: hue angle of 154.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCC96 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 150 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.2 |
| HSL | 154.69º | 0.56% | 0.55% | - |
| HSV(B) | 154.69º | 0.63% | 0.8% | - |
| XYZ | 30.08 | 46.92 | 36.33 | - |
| YUV | 159.57 | 122.59 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 150 | 0.63 | 0 | 0.26 | 0.2 | 154.69 | 0.56 | 0.55 |
| Hex | 4C | CC | 96 | 3F | 0 | 1A | 14 | 9B | 38 | 37 |
| Octal | 114 | 314 | 226 | 77 | 0 | 32 | 24 | 233 | 70 | 67 |
| Binary | 1001100 | 11001100 | 10010110 | 111111 | 0 | 11010 | 10100 | 10011011 | 111000 | 110111 |
Color Harmonies of #4CCC96
Complementary color
Monochromatic Colors of #4CCC96
Black with #4CCC96
Text Example
Text Example
White with #4CCC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCC96; }
p { color: rgb(76,204,150); }
H1.HeaderClassName
{
color: #4CCC96;
}
.AnyTagClassName
{
color: #4CCC96;
}
</style>
background-color css
<style>
a { background-color: #4CCC96; }
a { background-color: rgb(76,204,150); }
div.DivClassName
{
background-color: #4CCC96;
}
.BgClassName
{
background-color: #4CCC96;
}
</style>
border-color css
<style>
span { border-color: #4CCC96; }
span { border-color: rgb(76,204,150); }
td.TdClassName
{
border-color: #4CCC96;
}
.TagClassName
{
border-color: #4CCC96;
}
</style>