Shades of Shamrock #2DD697
Tints of Shamrock #2DD697
RGB
CMYK
RGB Variations
Color information
#2DD697 (or 0x2DD697) is known color: Shamrock. HEX triplet: 2D, D6 and 97. RGB value is (45,214,151). Sum of RGB (Red+Green+Blue) = 45+214+151=410 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.98% from 410); Green value is 214 (83.98% from 255 or 52.20% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 214 - color contains mainly: green. Hex color #2DD697 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DD697 is #D22968. Grayscale: #9C9C9C. Windows color (decimal): -13773161 or 9950765. OLE color: 9950765.
HSL color Cylindrical-coordinate representation of color #2DD697: hue angle of 157.63º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD697 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 214 | 151 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.16 |
| HSL | 157.63º | 0.67% | 0.51% | - |
| HSV(B) | 157.63º | 0.79% | 0.84% | - |
| XYZ | 30.71 | 50.89 | 37.48 | - |
| YUV | 156.29 | 125.01 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 214 | 151 | 0.79 | 0 | 0.29 | 0.16 | 157.63 | 0.67 | 0.51 |
| Hex | 2D | D6 | 97 | 4F | 0 | 1D | 10 | 9E | 43 | 33 |
| Octal | 55 | 326 | 227 | 117 | 0 | 35 | 20 | 236 | 103 | 63 |
| Binary | 101101 | 11010110 | 10010111 | 1001111 | 0 | 11101 | 10000 | 10011110 | 1000011 | 110011 |
Color Harmonies of #2DD697
Complementary color
Monochromatic Colors of #2DD697
Black with #2DD697
Text Example
Text Example
White with #2DD697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD697; }
p { color: rgb(45,214,151); }
H1.HeaderClassName
{
color: #2DD697;
}
.AnyTagClassName
{
color: #2DD697;
}
</style>
background-color css
<style>
a { background-color: #2DD697; }
a { background-color: rgb(45,214,151); }
div.DivClassName
{
background-color: #2DD697;
}
.BgClassName
{
background-color: #2DD697;
}
</style>
border-color css
<style>
span { border-color: #2DD697; }
span { border-color: rgb(45,214,151); }
td.TdClassName
{
border-color: #2DD697;
}
.TagClassName
{
border-color: #2DD697;
}
</style>