Shades of Shamrock #2CCF98
Tints of Shamrock #2CCF98
RGB
CMYK
RGB Variations
Color information
#2CCF98 (or 0x2CCF98) is known color: Shamrock. HEX triplet: 2C, CF and 98. RGB value is (44,207,152). Sum of RGB (Red+Green+Blue) = 44+207+152=403 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.92% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCF98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCF98 is #D33067. Grayscale: #989898. Windows color (decimal): -13840488 or 10014508. OLE color: 10014508.
HSL color Cylindrical-coordinate representation of color #2CCF98: hue angle of 159.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCF98 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 207 | 152 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.19 |
| HSL | 159.75º | 0.65% | 0.49% | - |
| HSV(B) | 159.75º | 0.79% | 0.81% | - |
| XYZ | 29.02 | 47.43 | 37.33 | - |
| YUV | 151.99 | 128 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 207 | 152 | 0.79 | 0 | 0.27 | 0.19 | 159.75 | 0.65 | 0.49 |
| Hex | 2C | CF | 98 | 4F | 0 | 1B | 13 | A0 | 41 | 31 |
| Octal | 54 | 317 | 230 | 117 | 0 | 33 | 23 | 240 | 101 | 61 |
| Binary | 101100 | 11001111 | 10011000 | 1001111 | 0 | 11011 | 10011 | 10100000 | 1000001 | 110001 |
Color Harmonies of #2CCF98
Complementary color
Monochromatic Colors of #2CCF98
Black with #2CCF98
Text Example
Text Example
White with #2CCF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCF98; }
p { color: rgb(44,207,152); }
H1.HeaderClassName
{
color: #2CCF98;
}
.AnyTagClassName
{
color: #2CCF98;
}
</style>
background-color css
<style>
a { background-color: #2CCF98; }
a { background-color: rgb(44,207,152); }
div.DivClassName
{
background-color: #2CCF98;
}
.BgClassName
{
background-color: #2CCF98;
}
</style>
border-color css
<style>
span { border-color: #2CCF98; }
span { border-color: rgb(44,207,152); }
td.TdClassName
{
border-color: #2CCF98;
}
.TagClassName
{
border-color: #2CCF98;
}
</style>