Shades of Shamrock #4CDC92
Tints of Shamrock #4CDC92
RGB
CMYK
RGB Variations
Color information
#4CDC92 (or 0x4CDC92) is known color: Shamrock. HEX triplet: 4C, DC and 92. RGB value is (76,220,146). Sum of RGB (Red+Green+Blue) = 76+220+146=442 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.19% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDC92 is #B3236D. Grayscale: #A8A8A8. Windows color (decimal): -11740014 or 9624652. OLE color: 9624652.
HSL color Cylindrical-coordinate representation of color #4CDC92: hue angle of 149.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDC92 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 220 | 146 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.14 |
| HSL | 149.17º | 0.67% | 0.58% | - |
| HSV(B) | 149.17º | 0.65% | 0.86% | - |
| XYZ | 33.76 | 54.8 | 35.99 | - |
| YUV | 168.51 | 115.29 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 146 | 0.65 | 0 | 0.34 | 0.14 | 149.17 | 0.67 | 0.58 |
| Hex | 4C | DC | 92 | 41 | 0 | 22 | E | 95 | 43 | 3A |
| Octal | 114 | 334 | 222 | 101 | 0 | 42 | 16 | 225 | 103 | 72 |
| Binary | 1001100 | 11011100 | 10010010 | 1000001 | 0 | 100010 | 1110 | 10010101 | 1000011 | 111010 |
Color Harmonies of #4CDC92
Complementary color
Monochromatic Colors of #4CDC92
Black with #4CDC92
Text Example
Text Example
White with #4CDC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDC92; }
p { color: rgb(76,220,146); }
H1.HeaderClassName
{
color: #4CDC92;
}
.AnyTagClassName
{
color: #4CDC92;
}
</style>
background-color css
<style>
a { background-color: #4CDC92; }
a { background-color: rgb(76,220,146); }
div.DivClassName
{
background-color: #4CDC92;
}
.BgClassName
{
background-color: #4CDC92;
}
</style>
border-color css
<style>
span { border-color: #4CDC92; }
span { border-color: rgb(76,220,146); }
td.TdClassName
{
border-color: #4CDC92;
}
.TagClassName
{
border-color: #4CDC92;
}
</style>