Shades of Shamrock #2ADD79
Tints of Shamrock #2ADD79
RGB
CMYK
RGB Variations
Color information
#2ADD79 (or 0x2ADD79) is known color: Shamrock. HEX triplet: 2A, DD and 79. RGB value is (42,221,121). Sum of RGB (Red+Green+Blue) = 42+221+121=384 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.94% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADD79 is #D52286. Grayscale: #9C9C9C. Windows color (decimal): -13968007 or 7986474. OLE color: 7986474.
HSL color Cylindrical-coordinate representation of color #2ADD79: hue angle of 146.48º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADD79 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 121 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.13 |
| HSL | 146.48º | 0.72% | 0.52% | - |
| HSV(B) | 146.48º | 0.81% | 0.87% | - |
| XYZ | 30.26 | 53.59 | 26.84 | - |
| YUV | 156.08 | 108.2 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 121 | 0.81 | 0 | 0.45 | 0.13 | 146.48 | 0.72 | 0.52 |
| Hex | 2A | DD | 79 | 51 | 0 | 2D | D | 92 | 48 | 34 |
| Octal | 52 | 335 | 171 | 121 | 0 | 55 | 15 | 222 | 110 | 64 |
| Binary | 101010 | 11011101 | 1111001 | 1010001 | 0 | 101101 | 1101 | 10010010 | 1001000 | 110100 |
Color Harmonies of #2ADD79
Complementary color
Monochromatic Colors of #2ADD79
Black with #2ADD79
Text Example
Text Example
White with #2ADD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADD79; }
p { color: rgb(42,221,121); }
H1.HeaderClassName
{
color: #2ADD79;
}
.AnyTagClassName
{
color: #2ADD79;
}
</style>
background-color css
<style>
a { background-color: #2ADD79; }
a { background-color: rgb(42,221,121); }
div.DivClassName
{
background-color: #2ADD79;
}
.BgClassName
{
background-color: #2ADD79;
}
</style>
border-color css
<style>
span { border-color: #2ADD79; }
span { border-color: rgb(42,221,121); }
td.TdClassName
{
border-color: #2ADD79;
}
.TagClassName
{
border-color: #2ADD79;
}
</style>