Shades of Shamrock #2DD987
Tints of Shamrock #2DD987
RGB
CMYK
RGB Variations
Color information
#2DD987 (or 0x2DD987) is known color: Shamrock. HEX triplet: 2D, D9 and 87. RGB value is (45,217,135). Sum of RGB (Red+Green+Blue) = 45+217+135=397 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.34% from 397); Green value is 217 (85.16% from 255 or 54.66% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD987 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DD987 is #D22678. Grayscale: #9C9C9C. Windows color (decimal): -13772409 or 8902957. OLE color: 8902957.
HSL color Cylindrical-coordinate representation of color #2DD987: hue angle of 151.4º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD987 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 217 | 135 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.15 |
| HSL | 151.4º | 0.69% | 0.51% | - |
| HSV(B) | 151.4º | 0.79% | 0.85% | - |
| XYZ | 30.27 | 51.93 | 31.35 | - |
| YUV | 156.22 | 116.02 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 217 | 135 | 0.79 | 0 | 0.38 | 0.15 | 151.4 | 0.69 | 0.51 |
| Hex | 2D | D9 | 87 | 4F | 0 | 26 | F | 97 | 45 | 33 |
| Octal | 55 | 331 | 207 | 117 | 0 | 46 | 17 | 227 | 105 | 63 |
| Binary | 101101 | 11011001 | 10000111 | 1001111 | 0 | 100110 | 1111 | 10010111 | 1000101 | 110011 |
Color Harmonies of #2DD987
Complementary color
Monochromatic Colors of #2DD987
Black with #2DD987
Text Example
Text Example
White with #2DD987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD987; }
p { color: rgb(45,217,135); }
H1.HeaderClassName
{
color: #2DD987;
}
.AnyTagClassName
{
color: #2DD987;
}
</style>
background-color css
<style>
a { background-color: #2DD987; }
a { background-color: rgb(45,217,135); }
div.DivClassName
{
background-color: #2DD987;
}
.BgClassName
{
background-color: #2DD987;
}
</style>
border-color css
<style>
span { border-color: #2DD987; }
span { border-color: rgb(45,217,135); }
td.TdClassName
{
border-color: #2DD987;
}
.TagClassName
{
border-color: #2DD987;
}
</style>