Shades of Shamrock #2CDC89
Tints of Shamrock #2CDC89
RGB
CMYK
RGB Variations
Color information
#2CDC89 (or 0x2CDC89) is known color: Shamrock. HEX triplet: 2C, DC and 89. RGB value is (44,220,137). Sum of RGB (Red+Green+Blue) = 44+220+137=401 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.97% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CDC89 is #D32376. Grayscale: #9E9E9E. Windows color (decimal): -13837175 or 9034796. OLE color: 9034796.
HSL color Cylindrical-coordinate representation of color #2CDC89: hue angle of 151.7º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDC89 is Cyan = 0.8, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 137 | - |
| CMYK | 0.8 | 0 | 0.38 | 0.14 |
| HSL | 151.7º | 0.72% | 0.52% | - |
| HSV(B) | 151.7º | 0.8% | 0.86% | - |
| XYZ | 31.15 | 53.53 | 32.36 | - |
| YUV | 157.91 | 116.19 | 46.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 137 | 0.8 | 0 | 0.38 | 0.14 | 151.7 | 0.72 | 0.52 |
| Hex | 2C | DC | 89 | 50 | 0 | 26 | E | 98 | 48 | 34 |
| Octal | 54 | 334 | 211 | 120 | 0 | 46 | 16 | 230 | 110 | 64 |
| Binary | 101100 | 11011100 | 10001001 | 1010000 | 0 | 100110 | 1110 | 10011000 | 1001000 | 110100 |
Color Harmonies of #2CDC89
Complementary color
Monochromatic Colors of #2CDC89
Black with #2CDC89
Text Example
Text Example
White with #2CDC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDC89; }
p { color: rgb(44,220,137); }
H1.HeaderClassName
{
color: #2CDC89;
}
.AnyTagClassName
{
color: #2CDC89;
}
</style>
background-color css
<style>
a { background-color: #2CDC89; }
a { background-color: rgb(44,220,137); }
div.DivClassName
{
background-color: #2CDC89;
}
.BgClassName
{
background-color: #2CDC89;
}
</style>
border-color css
<style>
span { border-color: #2CDC89; }
span { border-color: rgb(44,220,137); }
td.TdClassName
{
border-color: #2CDC89;
}
.TagClassName
{
border-color: #2CDC89;
}
</style>