Shades of Shamrock #3DD596
Tints of Shamrock #3DD596
RGB
CMYK
RGB Variations
Color information
#3DD596 (or 0x3DD596) is known color: Shamrock. HEX triplet: 3D, D5 and 96. RGB value is (61,213,150). Sum of RGB (Red+Green+Blue) = 61+213+150=424 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.39% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD596 is #C22A69. Grayscale: #A0A0A0. Windows color (decimal): -12724842 or 9884989. OLE color: 9884989.
HSL color Cylindrical-coordinate representation of color #3DD596: hue angle of 155.13º 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 #3DD596 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 213 | 150 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.16 |
| HSL | 155.13º | 0.64% | 0.54% | - |
| HSV(B) | 155.13º | 0.71% | 0.84% | - |
| XYZ | 31.22 | 50.78 | 37.01 | - |
| YUV | 160.37 | 122.14 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 213 | 150 | 0.71 | 0 | 0.30 | 0.16 | 155.13 | 0.64 | 0.54 |
| Hex | 3D | D5 | 96 | 47 | 0 | 1E | 10 | 9B | 40 | 36 |
| Octal | 75 | 325 | 226 | 107 | 0 | 36 | 20 | 233 | 100 | 66 |
| Binary | 111101 | 11010101 | 10010110 | 1000111 | 0 | 11110 | 10000 | 10011011 | 1000000 | 110110 |
Color Harmonies of #3DD596
Complementary color
Monochromatic Colors of #3DD596
Black with #3DD596
Text Example
Text Example
White with #3DD596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD596; }
p { color: rgb(61,213,150); }
H1.HeaderClassName
{
color: #3DD596;
}
.AnyTagClassName
{
color: #3DD596;
}
</style>
background-color css
<style>
a { background-color: #3DD596; }
a { background-color: rgb(61,213,150); }
div.DivClassName
{
background-color: #3DD596;
}
.BgClassName
{
background-color: #3DD596;
}
</style>
border-color css
<style>
span { border-color: #3DD596; }
span { border-color: rgb(61,213,150); }
td.TdClassName
{
border-color: #3DD596;
}
.TagClassName
{
border-color: #3DD596;
}
</style>