Shades of Shamrock #4CC896
Tints of Shamrock #4CC896
RGB
CMYK
RGB Variations
Color information
#4CC896 (or 0x4CC896) is known color: Shamrock. HEX triplet: 4C, C8 and 96. RGB value is (76,200,150). Sum of RGB (Red+Green+Blue) = 76+200+150=426 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.84% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 200 - color contains mainly: green. Hex color #4CC896 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC896 is #B33769. Grayscale: #9D9D9D. Windows color (decimal): -11745130 or 9881676. OLE color: 9881676.
HSL color Cylindrical-coordinate representation of color #4CC896: hue angle of 155.81º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC896 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 200 | 150 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.22 |
| HSL | 155.81º | 0.53% | 0.54% | - |
| HSV(B) | 155.81º | 0.62% | 0.78% | - |
| XYZ | 29.14 | 45.05 | 36.01 | - |
| YUV | 157.22 | 123.92 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 200 | 150 | 0.62 | 0 | 0.25 | 0.22 | 155.81 | 0.53 | 0.54 |
| Hex | 4C | C8 | 96 | 3E | 0 | 19 | 16 | 9C | 35 | 36 |
| Octal | 114 | 310 | 226 | 76 | 0 | 31 | 26 | 234 | 65 | 66 |
| Binary | 1001100 | 11001000 | 10010110 | 111110 | 0 | 11001 | 10110 | 10011100 | 110101 | 110110 |
Color Harmonies of #4CC896
Complementary color
Monochromatic Colors of #4CC896
Black with #4CC896
Text Example
Text Example
White with #4CC896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC896; }
p { color: rgb(76,200,150); }
H1.HeaderClassName
{
color: #4CC896;
}
.AnyTagClassName
{
color: #4CC896;
}
</style>
background-color css
<style>
a { background-color: #4CC896; }
a { background-color: rgb(76,200,150); }
div.DivClassName
{
background-color: #4CC896;
}
.BgClassName
{
background-color: #4CC896;
}
</style>
border-color css
<style>
span { border-color: #4CC896; }
span { border-color: rgb(76,200,150); }
td.TdClassName
{
border-color: #4CC896;
}
.TagClassName
{
border-color: #4CC896;
}
</style>