Shades of Shamrock #2CDD8F
Tints of Shamrock #2CDD8F
RGB
CMYK
RGB Variations
Color information
#2CDD8F (or 0x2CDD8F) is known color: Shamrock. HEX triplet: 2C, DD and 8F. RGB value is (44,221,143). Sum of RGB (Red+Green+Blue) = 44+221+143=408 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.78% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CDD8F is #D32270. Grayscale: #9F9F9F. Windows color (decimal): -13836913 or 9428268. OLE color: 9428268.
HSL color Cylindrical-coordinate representation of color #2CDD8F: hue angle of 153.56º 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 #2CDD8F is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 143 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.13 |
| HSL | 153.56º | 0.72% | 0.52% | - |
| HSV(B) | 153.56º | 0.8% | 0.87% | - |
| XYZ | 31.85 | 54.23 | 34.78 | - |
| YUV | 159.19 | 118.86 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 143 | 0.80 | 0 | 0.35 | 0.13 | 153.56 | 0.72 | 0.52 |
| Hex | 2C | DD | 8F | 50 | 0 | 23 | D | 9A | 48 | 34 |
| Octal | 54 | 335 | 217 | 120 | 0 | 43 | 15 | 232 | 110 | 64 |
| Binary | 101100 | 11011101 | 10001111 | 1010000 | 0 | 100011 | 1101 | 10011010 | 1001000 | 110100 |
Color Harmonies of #2CDD8F
Complementary color
Monochromatic Colors of #2CDD8F
Black with #2CDD8F
Text Example
Text Example
White with #2CDD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDD8F; }
p { color: rgb(44,221,143); }
H1.HeaderClassName
{
color: #2CDD8F;
}
.AnyTagClassName
{
color: #2CDD8F;
}
</style>
background-color css
<style>
a { background-color: #2CDD8F; }
a { background-color: rgb(44,221,143); }
div.DivClassName
{
background-color: #2CDD8F;
}
.BgClassName
{
background-color: #2CDD8F;
}
</style>
border-color css
<style>
span { border-color: #2CDD8F; }
span { border-color: rgb(44,221,143); }
td.TdClassName
{
border-color: #2CDD8F;
}
.TagClassName
{
border-color: #2CDD8F;
}
</style>