Shades of Shamrock #2DDF87
Tints of Shamrock #2DDF87
RGB
CMYK
RGB Variations
Color information
#2DDF87 (or 0x2DDF87) is known color: Shamrock. HEX triplet: 2D, DF and 87. RGB value is (45,223,135). Sum of RGB (Red+Green+Blue) = 45+223+135=403 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.17% from 403); Green value is 223 (87.5% from 255 or 55.33% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDF87 is #D22078. Grayscale: #9F9F9F. Windows color (decimal): -13770873 or 8904493. OLE color: 8904493.
HSL color Cylindrical-coordinate representation of color #2DDF87: hue angle of 150.34º 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 #2DDF87 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 135 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.13 |
| HSL | 150.34º | 0.74% | 0.53% | - |
| HSV(B) | 150.34º | 0.8% | 0.87% | - |
| XYZ | 31.84 | 55.08 | 31.88 | - |
| YUV | 159.75 | 114.03 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 135 | 0.80 | 0 | 0.39 | 0.13 | 150.34 | 0.74 | 0.53 |
| Hex | 2D | DF | 87 | 50 | 0 | 27 | D | 96 | 4A | 35 |
| Octal | 55 | 337 | 207 | 120 | 0 | 47 | 15 | 226 | 112 | 65 |
| Binary | 101101 | 11011111 | 10000111 | 1010000 | 0 | 100111 | 1101 | 10010110 | 1001010 | 110101 |
Color Harmonies of #2DDF87
Complementary color
Monochromatic Colors of #2DDF87
Black with #2DDF87
Text Example
Text Example
White with #2DDF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF87; }
p { color: rgb(45,223,135); }
H1.HeaderClassName
{
color: #2DDF87;
}
.AnyTagClassName
{
color: #2DDF87;
}
</style>
background-color css
<style>
a { background-color: #2DDF87; }
a { background-color: rgb(45,223,135); }
div.DivClassName
{
background-color: #2DDF87;
}
.BgClassName
{
background-color: #2DDF87;
}
</style>
border-color css
<style>
span { border-color: #2DDF87; }
span { border-color: rgb(45,223,135); }
td.TdClassName
{
border-color: #2DDF87;
}
.TagClassName
{
border-color: #2DDF87;
}
</style>