Shades of Shamrock #2CDD9B
Tints of Shamrock #2CDD9B
RGB
CMYK
RGB Variations
Color information
#2CDD9B (or 0x2CDD9B) is known color: Shamrock. HEX triplet: 2C, DD and 9B. RGB value is (44,221,155). Sum of RGB (Red+Green+Blue) = 44+221+155=420 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.48% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CDD9B is #D32264. Grayscale: #A0A0A0. Windows color (decimal): -13836901 or 10214700. OLE color: 10214700.
HSL color Cylindrical-coordinate representation of color #2CDD9B: hue angle of 157.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDD9B is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 155 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.13 |
| HSL | 157.63º | 0.72% | 0.52% | - |
| HSV(B) | 157.63º | 0.8% | 0.87% | - |
| XYZ | 32.81 | 54.61 | 39.82 | - |
| YUV | 160.55 | 124.86 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 155 | 0.80 | 0 | 0.30 | 0.13 | 157.63 | 0.72 | 0.52 |
| Hex | 2C | DD | 9B | 50 | 0 | 1E | D | 9E | 48 | 34 |
| Octal | 54 | 335 | 233 | 120 | 0 | 36 | 15 | 236 | 110 | 64 |
| Binary | 101100 | 11011101 | 10011011 | 1010000 | 0 | 11110 | 1101 | 10011110 | 1001000 | 110100 |
Color Harmonies of #2CDD9B
Complementary color
Monochromatic Colors of #2CDD9B
Black with #2CDD9B
Text Example
Text Example
White with #2CDD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDD9B; }
p { color: rgb(44,221,155); }
H1.HeaderClassName
{
color: #2CDD9B;
}
.AnyTagClassName
{
color: #2CDD9B;
}
</style>
background-color css
<style>
a { background-color: #2CDD9B; }
a { background-color: rgb(44,221,155); }
div.DivClassName
{
background-color: #2CDD9B;
}
.BgClassName
{
background-color: #2CDD9B;
}
</style>
border-color css
<style>
span { border-color: #2CDD9B; }
span { border-color: rgb(44,221,155); }
td.TdClassName
{
border-color: #2CDD9B;
}
.TagClassName
{
border-color: #2CDD9B;
}
</style>