Shades of Shamrock #3DD586
Tints of Shamrock #3DD586
RGB
CMYK
RGB Variations
Color information
#3DD586 (or 0x3DD586) is known color: Shamrock. HEX triplet: 3D, D5 and 86. RGB value is (61,213,134). Sum of RGB (Red+Green+Blue) = 61+213+134=408 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.95% from 408); Green value is 213 (83.59% from 255 or 52.21% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD586 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD586 is #C22A79. Grayscale: #9E9E9E. Windows color (decimal): -12724858 or 8836413. OLE color: 8836413.
HSL color Cylindrical-coordinate representation of color #3DD586: hue angle of 148.82º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD586 is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 213 | 134 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.16 |
| HSL | 148.82º | 0.64% | 0.54% | - |
| HSV(B) | 148.82º | 0.71% | 0.84% | - |
| XYZ | 30.02 | 50.3 | 30.68 | - |
| YUV | 158.55 | 114.14 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 213 | 134 | 0.71 | 0 | 0.37 | 0.16 | 148.82 | 0.64 | 0.54 |
| Hex | 3D | D5 | 86 | 47 | 0 | 25 | 10 | 95 | 40 | 36 |
| Octal | 75 | 325 | 206 | 107 | 0 | 45 | 20 | 225 | 100 | 66 |
| Binary | 111101 | 11010101 | 10000110 | 1000111 | 0 | 100101 | 10000 | 10010101 | 1000000 | 110110 |
Color Harmonies of #3DD586
Complementary color
Monochromatic Colors of #3DD586
Black with #3DD586
Text Example
Text Example
White with #3DD586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD586; }
p { color: rgb(61,213,134); }
H1.HeaderClassName
{
color: #3DD586;
}
.AnyTagClassName
{
color: #3DD586;
}
</style>
background-color css
<style>
a { background-color: #3DD586; }
a { background-color: rgb(61,213,134); }
div.DivClassName
{
background-color: #3DD586;
}
.BgClassName
{
background-color: #3DD586;
}
</style>
border-color css
<style>
span { border-color: #3DD586; }
span { border-color: rgb(61,213,134); }
td.TdClassName
{
border-color: #3DD586;
}
.TagClassName
{
border-color: #3DD586;
}
</style>