Shades of Shamrock #4CCC92
Tints of Shamrock #4CCC92
RGB
CMYK
RGB Variations
Color information
#4CCC92 (or 0x4CCC92) is known color: Shamrock. HEX triplet: 4C, CC and 92. RGB value is (76,204,146). Sum of RGB (Red+Green+Blue) = 76+204+146=426 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.84% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCC92 is #B3336D. Grayscale: #9F9F9F. Windows color (decimal): -11744110 or 9620556. OLE color: 9620556.
HSL color Cylindrical-coordinate representation of color #4CCC92: hue angle of 152.81º 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 #4CCC92 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 146 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.2 |
| HSL | 152.81º | 0.56% | 0.55% | - |
| HSV(B) | 152.81º | 0.63% | 0.8% | - |
| XYZ | 29.76 | 46.8 | 34.66 | - |
| YUV | 159.12 | 120.59 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 146 | 0.63 | 0 | 0.28 | 0.2 | 152.81 | 0.56 | 0.55 |
| Hex | 4C | CC | 92 | 3F | 0 | 1C | 14 | 99 | 38 | 37 |
| Octal | 114 | 314 | 222 | 77 | 0 | 34 | 24 | 231 | 70 | 67 |
| Binary | 1001100 | 11001100 | 10010010 | 111111 | 0 | 11100 | 10100 | 10011001 | 111000 | 110111 |
Color Harmonies of #4CCC92
Complementary color
Monochromatic Colors of #4CCC92
Black with #4CCC92
Text Example
Text Example
White with #4CCC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCC92; }
p { color: rgb(76,204,146); }
H1.HeaderClassName
{
color: #4CCC92;
}
.AnyTagClassName
{
color: #4CCC92;
}
</style>
background-color css
<style>
a { background-color: #4CCC92; }
a { background-color: rgb(76,204,146); }
div.DivClassName
{
background-color: #4CCC92;
}
.BgClassName
{
background-color: #4CCC92;
}
</style>
border-color css
<style>
span { border-color: #4CCC92; }
span { border-color: rgb(76,204,146); }
td.TdClassName
{
border-color: #4CCC92;
}
.TagClassName
{
border-color: #4CCC92;
}
</style>