Shades of Shamrock #2DF69C
Tints of Shamrock #2DF69C
RGB
CMYK
RGB Variations
Color information
#2DF69C (or 0x2DF69C) is known color: Shamrock. HEX triplet: 2D, F6 and 9C. RGB value is (45,246,156). Sum of RGB (Red+Green+Blue) = 45+246+156=447 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.07% from 447); Green value is 246 (96.48% from 255 or 55.03% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 246 - color contains mainly: green. Hex color #2DF69C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF69C is #D20963. Grayscale: #AFAFAF. Windows color (decimal): -13764964 or 10286637. OLE color: 10286637.
HSL color Cylindrical-coordinate representation of color #2DF69C: hue angle of 153.13º 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 #2DF69C is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 246 | 156 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.04 |
| HSL | 153.13º | 0.92% | 0.57% | - |
| HSV(B) | 153.13º | 0.82% | 0.96% | - |
| XYZ | 40.04 | 68.87 | 42.64 | - |
| YUV | 175.64 | 116.91 | 34.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 246 | 156 | 0.82 | 0 | 0.37 | 0.04 | 153.13 | 0.92 | 0.57 |
| Hex | 2D | F6 | 9C | 52 | 0 | 25 | 4 | 99 | 5C | 39 |
| Octal | 55 | 366 | 234 | 122 | 0 | 45 | 4 | 231 | 134 | 71 |
| Binary | 101101 | 11110110 | 10011100 | 1010010 | 0 | 100101 | 100 | 10011001 | 1011100 | 111001 |
Color Harmonies of #2DF69C
Complementary color
Monochromatic Colors of #2DF69C
Black with #2DF69C
Text Example
Text Example
White with #2DF69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF69C; }
p { color: rgb(45,246,156); }
H1.HeaderClassName
{
color: #2DF69C;
}
.AnyTagClassName
{
color: #2DF69C;
}
</style>
background-color css
<style>
a { background-color: #2DF69C; }
a { background-color: rgb(45,246,156); }
div.DivClassName
{
background-color: #2DF69C;
}
.BgClassName
{
background-color: #2DF69C;
}
</style>
border-color css
<style>
span { border-color: #2DF69C; }
span { border-color: rgb(45,246,156); }
td.TdClassName
{
border-color: #2DF69C;
}
.TagClassName
{
border-color: #2DF69C;
}
</style>