Shades of Shamrock #2CCD85
Tints of Shamrock #2CCD85
RGB
CMYK
RGB Variations
Color information
#2CCD85 (or 0x2CCD85) is known color: Shamrock. HEX triplet: 2C, CD and 85. RGB value is (44,205,133). Sum of RGB (Red+Green+Blue) = 44+205+133=382 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.52% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCD85 is #D3327A. Grayscale: #949494. Windows color (decimal): -13841019 or 8768812. OLE color: 8768812.
HSL color Cylindrical-coordinate representation of color #2CCD85: hue angle of 153.17º 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 #2CCD85 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 205 | 133 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.20 |
| HSL | 153.17º | 0.65% | 0.49% | - |
| HSV(B) | 153.17º | 0.79% | 0.8% | - |
| XYZ | 27.1 | 45.89 | 29.62 | - |
| YUV | 148.65 | 119.16 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 133 | 0.79 | 0 | 0.35 | 0.20 | 153.17 | 0.65 | 0.49 |
| Hex | 2C | CD | 85 | 4F | 0 | 23 | 14 | 99 | 41 | 31 |
| Octal | 54 | 315 | 205 | 117 | 0 | 43 | 24 | 231 | 101 | 61 |
| Binary | 101100 | 11001101 | 10000101 | 1001111 | 0 | 100011 | 10100 | 10011001 | 1000001 | 110001 |
Color Harmonies of #2CCD85
Complementary color
Monochromatic Colors of #2CCD85
Black with #2CCD85
Text Example
Text Example
White with #2CCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCD85; }
p { color: rgb(44,205,133); }
H1.HeaderClassName
{
color: #2CCD85;
}
.AnyTagClassName
{
color: #2CCD85;
}
</style>
background-color css
<style>
a { background-color: #2CCD85; }
a { background-color: rgb(44,205,133); }
div.DivClassName
{
background-color: #2CCD85;
}
.BgClassName
{
background-color: #2CCD85;
}
</style>
border-color css
<style>
span { border-color: #2CCD85; }
span { border-color: rgb(44,205,133); }
td.TdClassName
{
border-color: #2CCD85;
}
.TagClassName
{
border-color: #2CCD85;
}
</style>