Shades of Shamrock #2CCD8C
Tints of Shamrock #2CCD8C
RGB
CMYK
RGB Variations
Color information
#2CCD8C (or 0x2CCD8C) is known color: Shamrock. HEX triplet: 2C, CD and 8C. RGB value is (44,205,140). Sum of RGB (Red+Green+Blue) = 44+205+140=389 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.31% from 389); Green value is 205 (80.47% from 255 or 52.70% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCD8C is #D33273. Grayscale: #959595. Windows color (decimal): -13841012 or 9227564. OLE color: 9227564.
HSL color Cylindrical-coordinate representation of color #2CCD8C: hue angle of 155.78º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCD8C is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 205 | 140 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.20 |
| HSL | 155.78º | 0.65% | 0.49% | - |
| HSV(B) | 155.78º | 0.79% | 0.8% | - |
| XYZ | 27.6 | 46.09 | 32.25 | - |
| YUV | 149.45 | 122.66 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 140 | 0.79 | 0 | 0.32 | 0.20 | 155.78 | 0.65 | 0.49 |
| Hex | 2C | CD | 8C | 4F | 0 | 20 | 14 | 9C | 41 | 31 |
| Octal | 54 | 315 | 214 | 117 | 0 | 40 | 24 | 234 | 101 | 61 |
| Binary | 101100 | 11001101 | 10001100 | 1001111 | 0 | 100000 | 10100 | 10011100 | 1000001 | 110001 |
Color Harmonies of #2CCD8C
Complementary color
Monochromatic Colors of #2CCD8C
Black with #2CCD8C
Text Example
Text Example
White with #2CCD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCD8C; }
p { color: rgb(44,205,140); }
H1.HeaderClassName
{
color: #2CCD8C;
}
.AnyTagClassName
{
color: #2CCD8C;
}
</style>
background-color css
<style>
a { background-color: #2CCD8C; }
a { background-color: rgb(44,205,140); }
div.DivClassName
{
background-color: #2CCD8C;
}
.BgClassName
{
background-color: #2CCD8C;
}
</style>
border-color css
<style>
span { border-color: #2CCD8C; }
span { border-color: rgb(44,205,140); }
td.TdClassName
{
border-color: #2CCD8C;
}
.TagClassName
{
border-color: #2CCD8C;
}
</style>