Shades of Shamrock #4CDCA1
Tints of Shamrock #4CDCA1
RGB
CMYK
RGB Variations
Color information
#4CDCA1 (or 0x4CDCA1) is known color: Shamrock. HEX triplet: 4C, DC and A1. RGB value is (76,220,161). Sum of RGB (Red+Green+Blue) = 76+220+161=457 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.63% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDCA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDCA1 is #B3235E. Grayscale: #AAAAAA. Windows color (decimal): -11739999 or 10607692. OLE color: 10607692.
HSL color Cylindrical-coordinate representation of color #4CDCA1: hue angle of 155.42º 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 #4CDCA1 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 220 | 161 | - |
| CMYK | 0.65 | 0 | 0.27 | 0.14 |
| HSL | 155.42º | 0.67% | 0.58% | - |
| HSV(B) | 155.42º | 0.65% | 0.86% | - |
| XYZ | 35.01 | 55.3 | 42.55 | - |
| YUV | 170.22 | 122.79 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 161 | 0.65 | 0 | 0.27 | 0.14 | 155.42 | 0.67 | 0.58 |
| Hex | 4C | DC | A1 | 41 | 0 | 1B | E | 9B | 43 | 3A |
| Octal | 114 | 334 | 241 | 101 | 0 | 33 | 16 | 233 | 103 | 72 |
| Binary | 1001100 | 11011100 | 10100001 | 1000001 | 0 | 11011 | 1110 | 10011011 | 1000011 | 111010 |
Color Harmonies of #4CDCA1
Complementary color
Monochromatic Colors of #4CDCA1
Black with #4CDCA1
Text Example
Text Example
White with #4CDCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDCA1; }
p { color: rgb(76,220,161); }
H1.HeaderClassName
{
color: #4CDCA1;
}
.AnyTagClassName
{
color: #4CDCA1;
}
</style>
background-color css
<style>
a { background-color: #4CDCA1; }
a { background-color: rgb(76,220,161); }
div.DivClassName
{
background-color: #4CDCA1;
}
.BgClassName
{
background-color: #4CDCA1;
}
</style>
border-color css
<style>
span { border-color: #4CDCA1; }
span { border-color: rgb(76,220,161); }
td.TdClassName
{
border-color: #4CDCA1;
}
.TagClassName
{
border-color: #4CDCA1;
}
</style>