Shades of Shamrock #2CC799
Tints of Shamrock #2CC799
RGB
CMYK
RGB Variations
Color information
#2CC799 (or 0x2CC799) is known color: Shamrock. HEX triplet: 2C, C7 and 99. RGB value is (44,199,153). Sum of RGB (Red+Green+Blue) = 44+199+153=396 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.11% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #2CC799 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC799 is #D33866. Grayscale: #939393. Windows color (decimal): -13842535 or 10077996. OLE color: 10077996.
HSL color Cylindrical-coordinate representation of color #2CC799: hue angle of 162.19º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC799 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 199 | 153 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.22 |
| HSL | 162.19º | 0.64% | 0.48% | - |
| HSV(B) | 162.19º | 0.78% | 0.78% | - |
| XYZ | 27.21 | 43.68 | 37.13 | - |
| YUV | 147.41 | 131.15 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 199 | 153 | 0.78 | 0 | 0.23 | 0.22 | 162.19 | 0.64 | 0.48 |
| Hex | 2C | C7 | 99 | 4E | 0 | 17 | 16 | A2 | 40 | 30 |
| Octal | 54 | 307 | 231 | 116 | 0 | 27 | 26 | 242 | 100 | 60 |
| Binary | 101100 | 11000111 | 10011001 | 1001110 | 0 | 10111 | 10110 | 10100010 | 1000000 | 110000 |
Color Harmonies of #2CC799
Complementary color
Monochromatic Colors of #2CC799
Black with #2CC799
Text Example
Text Example
White with #2CC799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC799; }
p { color: rgb(44,199,153); }
H1.HeaderClassName
{
color: #2CC799;
}
.AnyTagClassName
{
color: #2CC799;
}
</style>
background-color css
<style>
a { background-color: #2CC799; }
a { background-color: rgb(44,199,153); }
div.DivClassName
{
background-color: #2CC799;
}
.BgClassName
{
background-color: #2CC799;
}
</style>
border-color css
<style>
span { border-color: #2CC799; }
span { border-color: rgb(44,199,153); }
td.TdClassName
{
border-color: #2CC799;
}
.TagClassName
{
border-color: #2CC799;
}
</style>