Shades of Shamrock #3DD59C
Tints of Shamrock #3DD59C
RGB
CMYK
RGB Variations
Color information
#3DD59C (or 0x3DD59C) is known color: Shamrock. HEX triplet: 3D, D5 and 9C. RGB value is (61,213,156). Sum of RGB (Red+Green+Blue) = 61+213+156=430 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.19% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD59C is #C22A63. Grayscale: #A1A1A1. Windows color (decimal): -12724836 or 10278205. OLE color: 10278205.
HSL color Cylindrical-coordinate representation of color #3DD59C: hue angle of 157.5º 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 #3DD59C is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 213 | 156 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.16 |
| HSL | 157.5º | 0.64% | 0.54% | - |
| HSV(B) | 157.5º | 0.71% | 0.84% | - |
| XYZ | 31.72 | 50.98 | 39.62 | - |
| YUV | 161.05 | 125.14 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 213 | 156 | 0.71 | 0 | 0.27 | 0.16 | 157.5 | 0.64 | 0.54 |
| Hex | 3D | D5 | 9C | 47 | 0 | 1B | 10 | 9E | 40 | 36 |
| Octal | 75 | 325 | 234 | 107 | 0 | 33 | 20 | 236 | 100 | 66 |
| Binary | 111101 | 11010101 | 10011100 | 1000111 | 0 | 11011 | 10000 | 10011110 | 1000000 | 110110 |
Color Harmonies of #3DD59C
Complementary color
Monochromatic Colors of #3DD59C
Black with #3DD59C
Text Example
Text Example
White with #3DD59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD59C; }
p { color: rgb(61,213,156); }
H1.HeaderClassName
{
color: #3DD59C;
}
.AnyTagClassName
{
color: #3DD59C;
}
</style>
background-color css
<style>
a { background-color: #3DD59C; }
a { background-color: rgb(61,213,156); }
div.DivClassName
{
background-color: #3DD59C;
}
.BgClassName
{
background-color: #3DD59C;
}
</style>
border-color css
<style>
span { border-color: #3DD59C; }
span { border-color: rgb(61,213,156); }
td.TdClassName
{
border-color: #3DD59C;
}
.TagClassName
{
border-color: #3DD59C;
}
</style>