Shades of Shamrock #2CF5AD
Tints of Shamrock #2CF5AD
RGB
CMYK
RGB Variations
Color information
#2CF5AD (or 0x2CF5AD) is known color: Shamrock. HEX triplet: 2C, F5 and AD. RGB value is (44,245,173). Sum of RGB (Red+Green+Blue) = 44+245+173=462 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.52% from 462); Green value is 245 (96.09% from 255 or 53.03% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 245 - color contains mainly: green. Hex color #2CF5AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF5AD is #D30A52. Grayscale: #B0B0B0. Windows color (decimal): -13830739 or 11400492. OLE color: 11400492.
HSL color Cylindrical-coordinate representation of color #2CF5AD: hue angle of 158.51º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF5AD is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 245 | 173 | - |
| CMYK | 0.82 | 0 | 0.29 | 0.04 |
| HSL | 158.51º | 0.91% | 0.57% | - |
| HSV(B) | 158.51º | 0.82% | 0.96% | - |
| XYZ | 41.23 | 68.86 | 50.65 | - |
| YUV | 176.69 | 125.91 | 33.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 245 | 173 | 0.82 | 0 | 0.29 | 0.04 | 158.51 | 0.91 | 0.57 |
| Hex | 2C | F5 | AD | 52 | 0 | 1D | 4 | 9F | 5B | 39 |
| Octal | 54 | 365 | 255 | 122 | 0 | 35 | 4 | 237 | 133 | 71 |
| Binary | 101100 | 11110101 | 10101101 | 1010010 | 0 | 11101 | 100 | 10011111 | 1011011 | 111001 |
Color Harmonies of #2CF5AD
Complementary color
Monochromatic Colors of #2CF5AD
Black with #2CF5AD
Text Example
Text Example
White with #2CF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF5AD; }
p { color: rgb(44,245,173); }
H1.HeaderClassName
{
color: #2CF5AD;
}
.AnyTagClassName
{
color: #2CF5AD;
}
</style>
background-color css
<style>
a { background-color: #2CF5AD; }
a { background-color: rgb(44,245,173); }
div.DivClassName
{
background-color: #2CF5AD;
}
.BgClassName
{
background-color: #2CF5AD;
}
</style>
border-color css
<style>
span { border-color: #2CF5AD; }
span { border-color: rgb(44,245,173); }
td.TdClassName
{
border-color: #2CF5AD;
}
.TagClassName
{
border-color: #2CF5AD;
}
</style>