Shades of Shamrock #2DDF93
Tints of Shamrock #2DDF93
RGB
CMYK
RGB Variations
Color information
#2DDF93 (or 0x2DDF93) is known color: Shamrock. HEX triplet: 2D, DF and 93. RGB value is (45,223,147). Sum of RGB (Red+Green+Blue) = 45+223+147=415 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.84% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDF93 is #D2206C. Grayscale: #A1A1A1. Windows color (decimal): -13770861 or 9690925. OLE color: 9690925.
HSL color Cylindrical-coordinate representation of color #2DDF93: hue angle of 154.38º 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 #2DDF93 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 147 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.13 |
| HSL | 154.38º | 0.74% | 0.53% | - |
| HSV(B) | 154.38º | 0.8% | 0.87% | - |
| XYZ | 32.74 | 55.44 | 36.58 | - |
| YUV | 161.11 | 120.03 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 147 | 0.80 | 0 | 0.34 | 0.13 | 154.38 | 0.74 | 0.53 |
| Hex | 2D | DF | 93 | 50 | 0 | 22 | D | 9A | 4A | 35 |
| Octal | 55 | 337 | 223 | 120 | 0 | 42 | 15 | 232 | 112 | 65 |
| Binary | 101101 | 11011111 | 10010011 | 1010000 | 0 | 100010 | 1101 | 10011010 | 1001010 | 110101 |
Color Harmonies of #2DDF93
Complementary color
Monochromatic Colors of #2DDF93
Black with #2DDF93
Text Example
Text Example
White with #2DDF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF93; }
p { color: rgb(45,223,147); }
H1.HeaderClassName
{
color: #2DDF93;
}
.AnyTagClassName
{
color: #2DDF93;
}
</style>
background-color css
<style>
a { background-color: #2DDF93; }
a { background-color: rgb(45,223,147); }
div.DivClassName
{
background-color: #2DDF93;
}
.BgClassName
{
background-color: #2DDF93;
}
</style>
border-color css
<style>
span { border-color: #2DDF93; }
span { border-color: rgb(45,223,147); }
td.TdClassName
{
border-color: #2DDF93;
}
.TagClassName
{
border-color: #2DDF93;
}
</style>