Shades of Shamrock #2DE986
Tints of Shamrock #2DE986
RGB
CMYK
RGB Variations
Color information
#2DE986 (or 0x2DE986) is known color: Shamrock. HEX triplet: 2D, E9 and 86. RGB value is (45,233,134). Sum of RGB (Red+Green+Blue) = 45+233+134=412 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.92% from 412); Green value is 233 (91.41% from 255 or 56.55% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 233 - color contains mainly: green. Hex color #2DE986 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DE986 is #D21679. Grayscale: #A5A5A5. Windows color (decimal): -13768314 or 8841517. OLE color: 8841517.
HSL color Cylindrical-coordinate representation of color #2DE986: hue angle of 148.4º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE986 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 233 | 134 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.09 |
| HSL | 148.4º | 0.81% | 0.55% | - |
| HSV(B) | 148.4º | 0.81% | 0.91% | - |
| XYZ | 34.52 | 60.56 | 32.42 | - |
| YUV | 165.5 | 110.22 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 233 | 134 | 0.81 | 0 | 0.42 | 0.09 | 148.4 | 0.81 | 0.55 |
| Hex | 2D | E9 | 86 | 51 | 0 | 2A | 9 | 94 | 51 | 37 |
| Octal | 55 | 351 | 206 | 121 | 0 | 52 | 11 | 224 | 121 | 67 |
| Binary | 101101 | 11101001 | 10000110 | 1010001 | 0 | 101010 | 1001 | 10010100 | 1010001 | 110111 |
Color Harmonies of #2DE986
Complementary color
Monochromatic Colors of #2DE986
Black with #2DE986
Text Example
Text Example
White with #2DE986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE986; }
p { color: rgb(45,233,134); }
H1.HeaderClassName
{
color: #2DE986;
}
.AnyTagClassName
{
color: #2DE986;
}
</style>
background-color css
<style>
a { background-color: #2DE986; }
a { background-color: rgb(45,233,134); }
div.DivClassName
{
background-color: #2DE986;
}
.BgClassName
{
background-color: #2DE986;
}
</style>
border-color css
<style>
span { border-color: #2DE986; }
span { border-color: rgb(45,233,134); }
td.TdClassName
{
border-color: #2DE986;
}
.TagClassName
{
border-color: #2DE986;
}
</style>