Shades of Shamrock #4CCD96
Tints of Shamrock #4CCD96
RGB
CMYK
RGB Variations
Color information
#4CCD96 (or 0x4CCD96) is known color: Shamrock. HEX triplet: 4C, CD and 96. RGB value is (76,205,150). Sum of RGB (Red+Green+Blue) = 76+205+150=431 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.63% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCD96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCD96 is #B33269. Grayscale: #A0A0A0. Windows color (decimal): -11743850 or 9882956. OLE color: 9882956.
HSL color Cylindrical-coordinate representation of color #4CCD96: hue angle of 154.42º 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 #4CCD96 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 205 | 150 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.20 |
| HSL | 154.42º | 0.56% | 0.55% | - |
| HSV(B) | 154.42º | 0.63% | 0.8% | - |
| XYZ | 30.32 | 47.4 | 36.41 | - |
| YUV | 160.16 | 122.26 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 205 | 150 | 0.63 | 0 | 0.27 | 0.20 | 154.42 | 0.56 | 0.55 |
| Hex | 4C | CD | 96 | 3F | 0 | 1B | 14 | 9A | 38 | 37 |
| Octal | 114 | 315 | 226 | 77 | 0 | 33 | 24 | 232 | 70 | 67 |
| Binary | 1001100 | 11001101 | 10010110 | 111111 | 0 | 11011 | 10100 | 10011010 | 111000 | 110111 |
Color Harmonies of #4CCD96
Complementary color
Monochromatic Colors of #4CCD96
Black with #4CCD96
Text Example
Text Example
White with #4CCD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCD96; }
p { color: rgb(76,205,150); }
H1.HeaderClassName
{
color: #4CCD96;
}
.AnyTagClassName
{
color: #4CCD96;
}
</style>
background-color css
<style>
a { background-color: #4CCD96; }
a { background-color: rgb(76,205,150); }
div.DivClassName
{
background-color: #4CCD96;
}
.BgClassName
{
background-color: #4CCD96;
}
</style>
border-color css
<style>
span { border-color: #4CCD96; }
span { border-color: rgb(76,205,150); }
td.TdClassName
{
border-color: #4CCD96;
}
.TagClassName
{
border-color: #4CCD96;
}
</style>