Shades of Shamrock #2DF7AD
Tints of Shamrock #2DF7AD
RGB
CMYK
RGB Variations
Color information
#2DF7AD (or 0x2DF7AD) is known color: Shamrock. HEX triplet: 2D, F7 and AD. RGB value is (45,247,173). Sum of RGB (Red+Green+Blue) = 45+247+173=465 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.68% from 465); Green value is 247 (96.88% from 255 or 53.12% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 247 - color contains mainly: green. Hex color #2DF7AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF7AD is #D20852. Grayscale: #B2B2B2. Windows color (decimal): -13764691 or 11401005. OLE color: 11401005.
HSL color Cylindrical-coordinate representation of color #2DF7AD: hue angle of 158.02º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF7AD is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 247 | 173 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.03 |
| HSL | 158.02º | 0.93% | 0.57% | - |
| HSV(B) | 158.02º | 0.82% | 0.97% | - |
| XYZ | 41.89 | 70.1 | 50.86 | - |
| YUV | 178.17 | 125.08 | 33.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 247 | 173 | 0.82 | 0 | 0.30 | 0.03 | 158.02 | 0.93 | 0.57 |
| Hex | 2D | F7 | AD | 52 | 0 | 1E | 3 | 9E | 5D | 39 |
| Octal | 55 | 367 | 255 | 122 | 0 | 36 | 3 | 236 | 135 | 71 |
| Binary | 101101 | 11110111 | 10101101 | 1010010 | 0 | 11110 | 11 | 10011110 | 1011101 | 111001 |
Color Harmonies of #2DF7AD
Complementary color
Monochromatic Colors of #2DF7AD
Black with #2DF7AD
Text Example
Text Example
White with #2DF7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF7AD; }
p { color: rgb(45,247,173); }
H1.HeaderClassName
{
color: #2DF7AD;
}
.AnyTagClassName
{
color: #2DF7AD;
}
</style>
background-color css
<style>
a { background-color: #2DF7AD; }
a { background-color: rgb(45,247,173); }
div.DivClassName
{
background-color: #2DF7AD;
}
.BgClassName
{
background-color: #2DF7AD;
}
</style>
border-color css
<style>
span { border-color: #2DF7AD; }
span { border-color: rgb(45,247,173); }
td.TdClassName
{
border-color: #2DF7AD;
}
.TagClassName
{
border-color: #2DF7AD;
}
</style>