Shades of Shamrock #2CDE9D
Tints of Shamrock #2CDE9D
RGB
CMYK
RGB Variations
Color information
#2CDE9D (or 0x2CDE9D) is known color: Shamrock. HEX triplet: 2C, DE and 9D. RGB value is (44,222,157). Sum of RGB (Red+Green+Blue) = 44+222+157=423 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.40% from 423); Green value is 222 (87.11% from 255 or 52.48% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDE9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CDE9D is #D32162. Grayscale: #A1A1A1. Windows color (decimal): -13836643 or 10346028. OLE color: 10346028.
HSL color Cylindrical-coordinate representation of color #2CDE9D: hue angle of 158.09º degrees, saturation: 0.73, 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 #2CDE9D is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 222 | 157 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.13 |
| HSL | 158.09º | 0.73% | 0.52% | - |
| HSV(B) | 158.09º | 0.8% | 0.87% | - |
| XYZ | 33.25 | 55.21 | 40.8 | - |
| YUV | 161.37 | 125.53 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 222 | 157 | 0.80 | 0 | 0.29 | 0.13 | 158.09 | 0.73 | 0.52 |
| Hex | 2C | DE | 9D | 50 | 0 | 1D | D | 9E | 49 | 34 |
| Octal | 54 | 336 | 235 | 120 | 0 | 35 | 15 | 236 | 111 | 64 |
| Binary | 101100 | 11011110 | 10011101 | 1010000 | 0 | 11101 | 1101 | 10011110 | 1001001 | 110100 |
Color Harmonies of #2CDE9D
Complementary color
Monochromatic Colors of #2CDE9D
Black with #2CDE9D
Text Example
Text Example
White with #2CDE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDE9D; }
p { color: rgb(44,222,157); }
H1.HeaderClassName
{
color: #2CDE9D;
}
.AnyTagClassName
{
color: #2CDE9D;
}
</style>
background-color css
<style>
a { background-color: #2CDE9D; }
a { background-color: rgb(44,222,157); }
div.DivClassName
{
background-color: #2CDE9D;
}
.BgClassName
{
background-color: #2CDE9D;
}
</style>
border-color css
<style>
span { border-color: #2CDE9D; }
span { border-color: rgb(44,222,157); }
td.TdClassName
{
border-color: #2CDE9D;
}
.TagClassName
{
border-color: #2CDE9D;
}
</style>