Shades of Shamrock #2DD885
Tints of Shamrock #2DD885
RGB
CMYK
RGB Variations
Color information
#2DD885 (or 0x2DD885) is known color: Shamrock. HEX triplet: 2D, D8 and 85. RGB value is (45,216,133). Sum of RGB (Red+Green+Blue) = 45+216+133=394 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.42% from 394); Green value is 216 (84.77% from 255 or 54.82% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 216 - color contains mainly: green. Hex color #2DD885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DD885 is #D2277A. Grayscale: #9B9B9B. Windows color (decimal): -13772667 or 8771629. OLE color: 8771629.
HSL color Cylindrical-coordinate representation of color #2DD885: hue angle of 150.88º 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 #2DD885 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 216 | 133 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.15 |
| HSL | 150.88º | 0.69% | 0.51% | - |
| HSV(B) | 150.88º | 0.79% | 0.85% | - |
| XYZ | 29.87 | 51.36 | 30.53 | - |
| YUV | 155.41 | 115.35 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 216 | 133 | 0.79 | 0 | 0.38 | 0.15 | 150.88 | 0.69 | 0.51 |
| Hex | 2D | D8 | 85 | 4F | 0 | 26 | F | 97 | 45 | 33 |
| Octal | 55 | 330 | 205 | 117 | 0 | 46 | 17 | 227 | 105 | 63 |
| Binary | 101101 | 11011000 | 10000101 | 1001111 | 0 | 100110 | 1111 | 10010111 | 1000101 | 110011 |
Color Harmonies of #2DD885
Complementary color
Monochromatic Colors of #2DD885
Black with #2DD885
Text Example
Text Example
White with #2DD885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD885; }
p { color: rgb(45,216,133); }
H1.HeaderClassName
{
color: #2DD885;
}
.AnyTagClassName
{
color: #2DD885;
}
</style>
background-color css
<style>
a { background-color: #2DD885; }
a { background-color: rgb(45,216,133); }
div.DivClassName
{
background-color: #2DD885;
}
.BgClassName
{
background-color: #2DD885;
}
</style>
border-color css
<style>
span { border-color: #2DD885; }
span { border-color: rgb(45,216,133); }
td.TdClassName
{
border-color: #2DD885;
}
.TagClassName
{
border-color: #2DD885;
}
</style>