Shades of Shamrock #2FD59D
Tints of Shamrock #2FD59D
RGB
CMYK
RGB Variations
Color information
#2FD59D (or 0x2FD59D) is known color: Shamrock. HEX triplet: 2F, D5 and 9D. RGB value is (47,213,157). Sum of RGB (Red+Green+Blue) = 47+213+157=417 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.27% from 417); Green value is 213 (83.59% from 255 or 51.08% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD59D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD59D is #D02A62. Grayscale: #9D9D9D. Windows color (decimal): -13642339 or 10343727. OLE color: 10343727.
HSL color Cylindrical-coordinate representation of color #2FD59D: hue angle of 159.76º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD59D is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 157 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.16 |
| HSL | 159.76º | 0.66% | 0.51% | - |
| HSV(B) | 159.76º | 0.78% | 0.84% | - |
| XYZ | 31.05 | 50.63 | 40.03 | - |
| YUV | 156.98 | 128 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 157 | 0.78 | 0 | 0.26 | 0.16 | 159.76 | 0.66 | 0.51 |
| Hex | 2F | D5 | 9D | 4E | 0 | 1A | 10 | A0 | 42 | 33 |
| Octal | 57 | 325 | 235 | 116 | 0 | 32 | 20 | 240 | 102 | 63 |
| Binary | 101111 | 11010101 | 10011101 | 1001110 | 0 | 11010 | 10000 | 10100000 | 1000010 | 110011 |
Color Harmonies of #2FD59D
Complementary color
Monochromatic Colors of #2FD59D
Black with #2FD59D
Text Example
Text Example
White with #2FD59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD59D; }
p { color: rgb(47,213,157); }
H1.HeaderClassName
{
color: #2FD59D;
}
.AnyTagClassName
{
color: #2FD59D;
}
</style>
background-color css
<style>
a { background-color: #2FD59D; }
a { background-color: rgb(47,213,157); }
div.DivClassName
{
background-color: #2FD59D;
}
.BgClassName
{
background-color: #2FD59D;
}
</style>
border-color css
<style>
span { border-color: #2FD59D; }
span { border-color: rgb(47,213,157); }
td.TdClassName
{
border-color: #2FD59D;
}
.TagClassName
{
border-color: #2FD59D;
}
</style>