Shades of Shamrock #2DF69F
Tints of Shamrock #2DF69F
RGB
CMYK
RGB Variations
Color information
#2DF69F (or 0x2DF69F) is known color: Shamrock. HEX triplet: 2D, F6 and 9F. RGB value is (45,246,159). Sum of RGB (Red+Green+Blue) = 45+246+159=450 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10% from 450); Green value is 246 (96.48% from 255 or 54.67% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 246 - color contains mainly: green. Hex color #2DF69F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF69F is #D20960. Grayscale: #B0B0B0. Windows color (decimal): -13764961 or 10483245. OLE color: 10483245.
HSL color Cylindrical-coordinate representation of color #2DF69F: hue angle of 154.03º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF69F is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 246 | 159 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.04 |
| HSL | 154.03º | 0.92% | 0.57% | - |
| HSV(B) | 154.03º | 0.82% | 0.96% | - |
| XYZ | 40.3 | 68.97 | 43.99 | - |
| YUV | 175.98 | 118.41 | 34.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 246 | 159 | 0.82 | 0 | 0.35 | 0.04 | 154.03 | 0.92 | 0.57 |
| Hex | 2D | F6 | 9F | 52 | 0 | 23 | 4 | 9A | 5C | 39 |
| Octal | 55 | 366 | 237 | 122 | 0 | 43 | 4 | 232 | 134 | 71 |
| Binary | 101101 | 11110110 | 10011111 | 1010010 | 0 | 100011 | 100 | 10011010 | 1011100 | 111001 |
Color Harmonies of #2DF69F
Complementary color
Monochromatic Colors of #2DF69F
Black with #2DF69F
Text Example
Text Example
White with #2DF69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF69F; }
p { color: rgb(45,246,159); }
H1.HeaderClassName
{
color: #2DF69F;
}
.AnyTagClassName
{
color: #2DF69F;
}
</style>
background-color css
<style>
a { background-color: #2DF69F; }
a { background-color: rgb(45,246,159); }
div.DivClassName
{
background-color: #2DF69F;
}
.BgClassName
{
background-color: #2DF69F;
}
</style>
border-color css
<style>
span { border-color: #2DF69F; }
span { border-color: rgb(45,246,159); }
td.TdClassName
{
border-color: #2DF69F;
}
.TagClassName
{
border-color: #2DF69F;
}
</style>