Shades of Shamrock #2FF796
Tints of Shamrock #2FF796
RGB
CMYK
RGB Variations
Color information
#2FF796 (or 0x2FF796) is known color: Shamrock. HEX triplet: 2F, F7 and 96. RGB value is (47,247,150). Sum of RGB (Red+Green+Blue) = 47+247+150=444 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.59% from 444); Green value is 247 (96.88% from 255 or 55.63% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF796 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF796 is #D00869. Grayscale: #B0B0B0. Windows color (decimal): -13633642 or 9893679. OLE color: 9893679.
HSL color Cylindrical-coordinate representation of color #2FF796: hue angle of 150.9º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF796 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 247 | 150 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.03 |
| HSL | 150.9º | 0.93% | 0.58% | - |
| HSV(B) | 150.9º | 0.81% | 0.97% | - |
| XYZ | 39.94 | 69.33 | 40.13 | - |
| YUV | 176.14 | 113.24 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 247 | 150 | 0.81 | 0 | 0.39 | 0.03 | 150.9 | 0.93 | 0.58 |
| Hex | 2F | F7 | 96 | 51 | 0 | 27 | 3 | 97 | 5D | 3A |
| Octal | 57 | 367 | 226 | 121 | 0 | 47 | 3 | 227 | 135 | 72 |
| Binary | 101111 | 11110111 | 10010110 | 1010001 | 0 | 100111 | 11 | 10010111 | 1011101 | 111010 |
Color Harmonies of #2FF796
Complementary color
Monochromatic Colors of #2FF796
Black with #2FF796
Text Example
Text Example
White with #2FF796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF796; }
p { color: rgb(47,247,150); }
H1.HeaderClassName
{
color: #2FF796;
}
.AnyTagClassName
{
color: #2FF796;
}
</style>
background-color css
<style>
a { background-color: #2FF796; }
a { background-color: rgb(47,247,150); }
div.DivClassName
{
background-color: #2FF796;
}
.BgClassName
{
background-color: #2FF796;
}
</style>
border-color css
<style>
span { border-color: #2FF796; }
span { border-color: rgb(47,247,150); }
td.TdClassName
{
border-color: #2FF796;
}
.TagClassName
{
border-color: #2FF796;
}
</style>