Shades of Shamrock #2DDF98
Tints of Shamrock #2DDF98
RGB
CMYK
RGB Variations
Color information
#2DDF98 (or 0x2DDF98) is known color: Shamrock. HEX triplet: 2D, DF and 98. RGB value is (45,223,152). Sum of RGB (Red+Green+Blue) = 45+223+152=420 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.71% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDF98 is #D22067. Grayscale: #A1A1A1. Windows color (decimal): -13770856 or 10018605. OLE color: 10018605.
HSL color Cylindrical-coordinate representation of color #2DDF98: hue angle of 156.07º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDF98 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 152 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.13 |
| HSL | 156.07º | 0.74% | 0.53% | - |
| HSV(B) | 156.07º | 0.8% | 0.87% | - |
| XYZ | 33.14 | 55.6 | 38.69 | - |
| YUV | 161.68 | 122.53 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 152 | 0.80 | 0 | 0.32 | 0.13 | 156.07 | 0.74 | 0.53 |
| Hex | 2D | DF | 98 | 50 | 0 | 20 | D | 9C | 4A | 35 |
| Octal | 55 | 337 | 230 | 120 | 0 | 40 | 15 | 234 | 112 | 65 |
| Binary | 101101 | 11011111 | 10011000 | 1010000 | 0 | 100000 | 1101 | 10011100 | 1001010 | 110101 |
Color Harmonies of #2DDF98
Complementary color
Monochromatic Colors of #2DDF98
Black with #2DDF98
Text Example
Text Example
White with #2DDF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF98; }
p { color: rgb(45,223,152); }
H1.HeaderClassName
{
color: #2DDF98;
}
.AnyTagClassName
{
color: #2DDF98;
}
</style>
background-color css
<style>
a { background-color: #2DDF98; }
a { background-color: rgb(45,223,152); }
div.DivClassName
{
background-color: #2DDF98;
}
.BgClassName
{
background-color: #2DDF98;
}
</style>
border-color css
<style>
span { border-color: #2DDF98; }
span { border-color: rgb(45,223,152); }
td.TdClassName
{
border-color: #2DDF98;
}
.TagClassName
{
border-color: #2DDF98;
}
</style>