Shades of Shamrock #2CD99C
Tints of Shamrock #2CD99C
RGB
CMYK
RGB Variations
Color information
#2CD99C (or 0x2CD99C) is known color: Shamrock. HEX triplet: 2C, D9 and 9C. RGB value is (44,217,156). Sum of RGB (Red+Green+Blue) = 44+217+156=417 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.55% from 417); Green value is 217 (85.16% from 255 or 52.04% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CD99C is #D32663. Grayscale: #9E9E9E. Windows color (decimal): -13837924 or 10279212. OLE color: 10279212.
HSL color Cylindrical-coordinate representation of color #2CD99C: hue angle of 158.84º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD99C is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 217 | 156 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.15 |
| HSL | 158.84º | 0.69% | 0.51% | - |
| HSV(B) | 158.84º | 0.8% | 0.85% | - |
| XYZ | 31.85 | 52.56 | 39.92 | - |
| YUV | 158.32 | 126.69 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 217 | 156 | 0.80 | 0 | 0.28 | 0.15 | 158.84 | 0.69 | 0.51 |
| Hex | 2C | D9 | 9C | 50 | 0 | 1C | F | 9F | 45 | 33 |
| Octal | 54 | 331 | 234 | 120 | 0 | 34 | 17 | 237 | 105 | 63 |
| Binary | 101100 | 11011001 | 10011100 | 1010000 | 0 | 11100 | 1111 | 10011111 | 1000101 | 110011 |
Color Harmonies of #2CD99C
Complementary color
Monochromatic Colors of #2CD99C
Black with #2CD99C
Text Example
Text Example
White with #2CD99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD99C; }
p { color: rgb(44,217,156); }
H1.HeaderClassName
{
color: #2CD99C;
}
.AnyTagClassName
{
color: #2CD99C;
}
</style>
background-color css
<style>
a { background-color: #2CD99C; }
a { background-color: rgb(44,217,156); }
div.DivClassName
{
background-color: #2CD99C;
}
.BgClassName
{
background-color: #2CD99C;
}
</style>
border-color css
<style>
span { border-color: #2CD99C; }
span { border-color: rgb(44,217,156); }
td.TdClassName
{
border-color: #2CD99C;
}
.TagClassName
{
border-color: #2CD99C;
}
</style>