Shades of Shamrock #2FDD98
Tints of Shamrock #2FDD98
RGB
CMYK
RGB Variations
Color information
#2FDD98 (or 0x2FDD98) is known color: Shamrock. HEX triplet: 2F, DD and 98. RGB value is (47,221,152). Sum of RGB (Red+Green+Blue) = 47+221+152=420 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.19% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDD98 is #D02267. Grayscale: #A1A1A1. Windows color (decimal): -13640296 or 10018095. OLE color: 10018095.
HSL color Cylindrical-coordinate representation of color #2FDD98: hue angle of 156.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDD98 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 152 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.13 |
| HSL | 156.21º | 0.72% | 0.53% | - |
| HSV(B) | 156.21º | 0.79% | 0.87% | - |
| XYZ | 32.7 | 54.58 | 38.52 | - |
| YUV | 161.11 | 122.85 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 152 | 0.79 | 0 | 0.31 | 0.13 | 156.21 | 0.72 | 0.53 |
| Hex | 2F | DD | 98 | 4F | 0 | 1F | D | 9C | 48 | 35 |
| Octal | 57 | 335 | 230 | 117 | 0 | 37 | 15 | 234 | 110 | 65 |
| Binary | 101111 | 11011101 | 10011000 | 1001111 | 0 | 11111 | 1101 | 10011100 | 1001000 | 110101 |
Color Harmonies of #2FDD98
Complementary color
Monochromatic Colors of #2FDD98
Black with #2FDD98
Text Example
Text Example
White with #2FDD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDD98; }
p { color: rgb(47,221,152); }
H1.HeaderClassName
{
color: #2FDD98;
}
.AnyTagClassName
{
color: #2FDD98;
}
</style>
background-color css
<style>
a { background-color: #2FDD98; }
a { background-color: rgb(47,221,152); }
div.DivClassName
{
background-color: #2FDD98;
}
.BgClassName
{
background-color: #2FDD98;
}
</style>
border-color css
<style>
span { border-color: #2FDD98; }
span { border-color: rgb(47,221,152); }
td.TdClassName
{
border-color: #2FDD98;
}
.TagClassName
{
border-color: #2FDD98;
}
</style>