Shades of Shamrock #2CDD90
Tints of Shamrock #2CDD90
RGB
CMYK
RGB Variations
Color information
#2CDD90 (or 0x2CDD90) is known color: Shamrock. HEX triplet: 2C, DD and 90. RGB value is (44,221,144). Sum of RGB (Red+Green+Blue) = 44+221+144=409 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.76% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CDD90 is #D3226F. Grayscale: #9F9F9F. Windows color (decimal): -13836912 or 9493804. OLE color: 9493804.
HSL color Cylindrical-coordinate representation of color #2CDD90: hue angle of 153.9º 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 #2CDD90 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 144 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.13 |
| HSL | 153.9º | 0.72% | 0.52% | - |
| HSV(B) | 153.9º | 0.8% | 0.87% | - |
| XYZ | 31.93 | 54.26 | 35.18 | - |
| YUV | 159.3 | 119.36 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 144 | 0.80 | 0 | 0.35 | 0.13 | 153.9 | 0.72 | 0.52 |
| Hex | 2C | DD | 90 | 50 | 0 | 23 | D | 9A | 48 | 34 |
| Octal | 54 | 335 | 220 | 120 | 0 | 43 | 15 | 232 | 110 | 64 |
| Binary | 101100 | 11011101 | 10010000 | 1010000 | 0 | 100011 | 1101 | 10011010 | 1001000 | 110100 |
Color Harmonies of #2CDD90
Complementary color
Monochromatic Colors of #2CDD90
Black with #2CDD90
Text Example
Text Example
White with #2CDD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDD90; }
p { color: rgb(44,221,144); }
H1.HeaderClassName
{
color: #2CDD90;
}
.AnyTagClassName
{
color: #2CDD90;
}
</style>
background-color css
<style>
a { background-color: #2CDD90; }
a { background-color: rgb(44,221,144); }
div.DivClassName
{
background-color: #2CDD90;
}
.BgClassName
{
background-color: #2CDD90;
}
</style>
border-color css
<style>
span { border-color: #2CDD90; }
span { border-color: rgb(44,221,144); }
td.TdClassName
{
border-color: #2CDD90;
}
.TagClassName
{
border-color: #2CDD90;
}
</style>