Shades of Shamrock #4CCC94
Tints of Shamrock #4CCC94
RGB
CMYK
RGB Variations
Color information
#4CCC94 (or 0x4CCC94) is known color: Shamrock. HEX triplet: 4C, CC and 94. RGB value is (76,204,148). Sum of RGB (Red+Green+Blue) = 76+204+148=428 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.76% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCC94 is #B3336B. Grayscale: #9F9F9F. Windows color (decimal): -11744108 or 9751628. OLE color: 9751628.
HSL color Cylindrical-coordinate representation of color #4CCC94: hue angle of 153.75º 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 #4CCC94 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 148 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.2 |
| HSL | 153.75º | 0.56% | 0.55% | - |
| HSV(B) | 153.75º | 0.63% | 0.8% | - |
| XYZ | 29.92 | 46.86 | 35.49 | - |
| YUV | 159.34 | 121.59 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 148 | 0.63 | 0 | 0.27 | 0.2 | 153.75 | 0.56 | 0.55 |
| Hex | 4C | CC | 94 | 3F | 0 | 1B | 14 | 9A | 38 | 37 |
| Octal | 114 | 314 | 224 | 77 | 0 | 33 | 24 | 232 | 70 | 67 |
| Binary | 1001100 | 11001100 | 10010100 | 111111 | 0 | 11011 | 10100 | 10011010 | 111000 | 110111 |
Color Harmonies of #4CCC94
Complementary color
Monochromatic Colors of #4CCC94
Black with #4CCC94
Text Example
Text Example
White with #4CCC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCC94; }
p { color: rgb(76,204,148); }
H1.HeaderClassName
{
color: #4CCC94;
}
.AnyTagClassName
{
color: #4CCC94;
}
</style>
background-color css
<style>
a { background-color: #4CCC94; }
a { background-color: rgb(76,204,148); }
div.DivClassName
{
background-color: #4CCC94;
}
.BgClassName
{
background-color: #4CCC94;
}
</style>
border-color css
<style>
span { border-color: #4CCC94; }
span { border-color: rgb(76,204,148); }
td.TdClassName
{
border-color: #4CCC94;
}
.TagClassName
{
border-color: #4CCC94;
}
</style>