Shades of Shamrock #2DE785
Tints of Shamrock #2DE785
RGB
CMYK
RGB Variations
Color information
#2DE785 (or 0x2DE785) is known color: Shamrock. HEX triplet: 2D, E7 and 85. RGB value is (45,231,133). Sum of RGB (Red+Green+Blue) = 45+231+133=409 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.00% from 409); Green value is 231 (90.62% from 255 or 56.48% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 231 - color contains mainly: green. Hex color #2DE785 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DE785 is #D2187A. Grayscale: #A4A4A4. Windows color (decimal): -13768827 or 8775469. OLE color: 8775469.
HSL color Cylindrical-coordinate representation of color #2DE785: hue angle of 148.39º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE785 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 231 | 133 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.09 |
| HSL | 148.39º | 0.79% | 0.54% | - |
| HSV(B) | 148.39º | 0.81% | 0.91% | - |
| XYZ | 33.89 | 59.4 | 31.87 | - |
| YUV | 164.21 | 110.38 | 42.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 231 | 133 | 0.81 | 0 | 0.42 | 0.09 | 148.39 | 0.79 | 0.54 |
| Hex | 2D | E7 | 85 | 51 | 0 | 2A | 9 | 94 | 4F | 36 |
| Octal | 55 | 347 | 205 | 121 | 0 | 52 | 11 | 224 | 117 | 66 |
| Binary | 101101 | 11100111 | 10000101 | 1010001 | 0 | 101010 | 1001 | 10010100 | 1001111 | 110110 |
Color Harmonies of #2DE785
Complementary color
Monochromatic Colors of #2DE785
Black with #2DE785
Text Example
Text Example
White with #2DE785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE785; }
p { color: rgb(45,231,133); }
H1.HeaderClassName
{
color: #2DE785;
}
.AnyTagClassName
{
color: #2DE785;
}
</style>
background-color css
<style>
a { background-color: #2DE785; }
a { background-color: rgb(45,231,133); }
div.DivClassName
{
background-color: #2DE785;
}
.BgClassName
{
background-color: #2DE785;
}
</style>
border-color css
<style>
span { border-color: #2DE785; }
span { border-color: rgb(45,231,133); }
td.TdClassName
{
border-color: #2DE785;
}
.TagClassName
{
border-color: #2DE785;
}
</style>